34 lines
572 B
CSS
34 lines
572 B
CSS
|
|
.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 {
|
||
|
|
height: 89%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-tab .layui-tab-title li {
|
||
|
|
font-size: 16px;
|
||
|
|
}
|