2024-11-11 13:05:34 +08:00
|
|
|
body {
|
|
|
|
|
margin: 0 15px 15px 15px;
|
|
|
|
|
}
|
2024-11-08 16:53:56 +08:00
|
|
|
.layui-tab-brief {
|
|
|
|
|
border: 1px solid #f2f2f2;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-tab-brief>.layui-tab-title .layui-this {
|
|
|
|
|
color: #409eff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-tab-brief>.layui-tab-more li.layui-this:after,
|
|
|
|
|
.layui-tab-brief>.layui-tab-title .layui-this:after {
|
|
|
|
|
border-bottom: 2px solid #409eff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: #428bca;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:hover,
|
|
|
|
|
a:focus {
|
|
|
|
|
color: #2a6496;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layuimini-container {
|
2024-11-11 13:05:34 +08:00
|
|
|
height: 91%;
|
2024-11-08 16:53:56 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-tab .layui-tab-title li {
|
|
|
|
|
font-size: 16px;
|
2024-11-11 13:05:34 +08:00
|
|
|
}
|
|
|
|
|
.layui-tab {
|
|
|
|
|
margin: 0 0 10px 0;
|
2024-11-08 16:53:56 +08:00
|
|
|
}
|