ui
This commit is contained in:
@@ -1,14 +1,40 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
{{/* xm-select { border-color: var(--global-primary-color) !important; }
|
||||
xm-select { border-color: var(--global-primary-color) !important; }
|
||||
xm-select .xm-label .label-content .xm-label-block { background-color: var(--global-primary-color) !important; }
|
||||
xm-select .xm-body .xm-option .xm-option-icon { border-color: var(--global-primary-color) !important; }
|
||||
xm-select .xm-body .xm-option.selected .xm-option-icon { color: var(--global-primary-color) !important; } */}}
|
||||
xm-select .xm-body .xm-option.selected .xm-option-icon { color: var(--global-primary-color) !important; }
|
||||
|
||||
.layui-table-box input[type="radio"]{
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
||||
.layui-table td, .layui-table th {
|
||||
font-size: 13px !important;
|
||||
}
|
||||
|
||||
.layui-input-sm {
|
||||
height: 30px!important;
|
||||
line-height: 30px!important;
|
||||
}
|
||||
|
||||
.layui-input-xs {
|
||||
height: 25px!important;
|
||||
line-height: 25px!important;
|
||||
}
|
||||
|
||||
.layui-form-item-sm {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.layui-form-item-sm .layui-form-label {
|
||||
padding: 4px 10px;
|
||||
}
|
||||
|
||||
.layui-card-header-slipt {
|
||||
border-bottom: 1px solid #eeeeee;
|
||||
}
|
||||
|
||||
.btn-fixbar-box {
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
@@ -81,4 +107,72 @@ xm-select .xm-body .xm-option.selected .xm-option-icon { color: var(--global-pri
|
||||
font-size: 14px;
|
||||
color: #333;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.edit-box {
|
||||
padding-bottom: 80px;
|
||||
background: #fafafa;
|
||||
}
|
||||
|
||||
.search-layer {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.search-layer-open .layui-layer-btn .layui-layer-btn0{
|
||||
background-color: var(--global-primary-color);
|
||||
}
|
||||
|
||||
.search-layer-open .layui-layer-btn .layui-layer-btn1{
|
||||
background-color: transparent !important;
|
||||
color: #5f5f5f !important;
|
||||
}
|
||||
|
||||
.search-layer-open .layui-layer-btn .layui-layer-btn1:hover{
|
||||
border: 1px solid var(--global-primary-color);
|
||||
}
|
||||
|
||||
.layui-form-column {
|
||||
padding: 10px 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.layui-form-column .tips {
|
||||
font-size: 14px;
|
||||
color: #333;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
@mideia screen and (max-width: 640px) {
|
||||
.layui-form-column {
|
||||
padding: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.bg01 {
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
|
||||
.bg01 .layui-table-view {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
/* 设置滚动条整体样式 */
|
||||
/*::-webkit-scrollbar {*/
|
||||
/*width: 20px; /* 滚动条宽度 */
|
||||
/*}*/
|
||||
|
||||
/* 设置滚动条滑块样式 */
|
||||
/*::-webkit-scrollbar-thumb {*/
|
||||
/*background-color: #888; /* 滑块颜色 */
|
||||
/*border-radius: 5px; /* 滑块圆角 */
|
||||
/*height: 20px;*/
|
||||
/*}*/
|
||||
/*::-webkit-scrollbar-thumb:hover {*/
|
||||
/*background-color: #888; /* 滑块颜色 */
|
||||
/*}*/
|
||||
|
||||
/* 设置滚动条轨道样式 */
|
||||
/*::-webkit-scrollbar-track {
|
||||
/*background-color: #f1f1f1; /* 轨道颜色 */
|
||||
/*}*/
|
||||
Reference in New Issue
Block a user