2025-03-25 14:15:42 +08:00

84 lines
1.6 KiB
CSS

@charset "UTF-8";
{{/* 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; } */}}
.layui-table-box input[type="radio"]{
font-size: 16px !important;
}
.btn-fixbar-box {
bottom: 0;
width: 100%;
margin-bottom: 0;
padding: 10px 0;
background-color: #fafafa;
}
.rhino-form .layui-tab-content {
padding-bottom: 40px;
}
.layui-form-title {
line-height: 40px;
padding-left: 10px;
}
.table-field-select-01 {
display:inline-block;
background:#EB5251;
padding:0px 10px;
height:27px;
color:white;
border-radius:5px;
line-height:27px;
}
.table-field-select-02 {
display:inline-block;
background:#2FAED1;
padding:0px 10px;
height:27px;
color:white;
border-radius:5px;
line-height:27px;
}
.table-field-select-03 {
display:inline-block;
background:#2F7DEB;
padding:0px 10px;
height:27px;
color:white;
border-radius:5px;
line-height:27px;
}
.table-field-select-04 {
display:inline-block;
background:#46C26F;
padding:0px 10px;
height:27px;
color:white;
border-radius:5px;
line-height:27px;
}
.own-form {
background: #ffffff;
width: 100%;
overflow: hidden;
}
.own-form-box {
padding: 5px 15px;
}
.own-form-box-title {
font-size: 14px;
color: #333;
margin-bottom: 2px;
}