You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.1 KiB
CSS
46 lines
1.1 KiB
CSS
/*swtich背景色*/
|
|
.layui-form-onswitch{
|
|
background-color: #1E9FFF;
|
|
border: #1E9FFF;
|
|
}
|
|
/*选择框背景色*/
|
|
.layui-form-select dl dd.layui-this {
|
|
background-color: #1E9FFF;
|
|
}
|
|
/*tab的字体和边框颜色*/
|
|
.layui-tab-brief>.layui-tab-title .layui-this {
|
|
color:#1E9FFF;
|
|
}
|
|
/*tab的边框颜色*/
|
|
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
|
|
border-bottom-color: #1E9FFF;
|
|
}
|
|
/*checkbox底色*/
|
|
.layui-form-checked[lay-skin=primary] i {
|
|
border-color:#1E9FFF !important;;
|
|
background-color:#1E9FFF
|
|
}
|
|
.layui-form-checkbox[lay-skin=primary]:hover i {
|
|
border-color:#1E9FFF;
|
|
}
|
|
|
|
/*表格hover聚焦底色*/
|
|
|
|
.layui-table-highlight {
|
|
background-color:#E6F7FF
|
|
}
|
|
.layui-table tbody tr:hover {
|
|
background-color:#E6F7FF
|
|
}
|
|
.layui-table-edit {
|
|
border-color:#40A9FF;
|
|
}
|
|
/*输入框颜色*/
|
|
.layui-input:focus, .layui-textarea:focus,.layui-input:hover {
|
|
border-color: #40A9FF !important;
|
|
border-radius: 4px;
|
|
}
|
|
xm-select:active,xm-select:hover {
|
|
border-color: #40A9FF !important;
|
|
border-radius: 4px;
|
|
} |