174 lines
2.9 KiB
CSS
174 lines
2.9 KiB
CSS
|
|
html,
|
||
|
|
body {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
font-family: 'Microsoft YaHei';
|
||
|
|
color: #262626;
|
||
|
|
letter-spacing: 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layout {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: start;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
#main-box {
|
||
|
|
width: 100%;
|
||
|
|
height: calc(100% - 80px);
|
||
|
|
overflow-y: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.btn-box {
|
||
|
|
width: 100%;
|
||
|
|
height: 80px;
|
||
|
|
box-sizing: border-box;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-form-label {
|
||
|
|
width: 160px;
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input,
|
||
|
|
.layui-select,
|
||
|
|
.layui-textarea {
|
||
|
|
color: #595959 !important;
|
||
|
|
border: 1px solid #d9d9d9 !important;
|
||
|
|
height: 40px;
|
||
|
|
font-size: 16px;
|
||
|
|
background-color: transparent;
|
||
|
|
padding: 3px 6px;
|
||
|
|
letter-spacing: 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input:hover,
|
||
|
|
.layui-select:hover,
|
||
|
|
.layui-textarea:hover {
|
||
|
|
/*border: 1px solid #595959 !important;*/
|
||
|
|
border-color: #00377a !important;
|
||
|
|
box-shadow: 0 0 0 3px rgba(0, 55, 122, .08)
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input:focus,
|
||
|
|
.layui-select:focus,
|
||
|
|
.layui-textarea:focus {
|
||
|
|
/*border: 1px solid #595959 !important;*/
|
||
|
|
border-color: #00377a !important;
|
||
|
|
box-shadow: 0 0 0 3px rgba(0, 55, 122, .08)
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-parent .xm-select:hover {
|
||
|
|
border-color: #00377a !important;
|
||
|
|
box-shadow: 0 0 0 3px rgba(0, 55, 122, .08)
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-form-selected .xm-select, .xm-form-selected .xm-select:hover {
|
||
|
|
border-color: #00377a !important;
|
||
|
|
box-shadow: 0 0 0 3px rgba(0, 55, 122, .08)
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-form-item .layui-input-inline {
|
||
|
|
width: 450px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-form-item {
|
||
|
|
padding: 0 8%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.save {
|
||
|
|
background-color: #00377A;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-layer-btn .layui-layer-btn0 {
|
||
|
|
border-color: #00377a !important;
|
||
|
|
background-color: #00377a !important;
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
button {
|
||
|
|
letter-spacing: 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-btn-primary:hover {
|
||
|
|
border-color: #00377a;
|
||
|
|
color: #333;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-form-label i {
|
||
|
|
font-size: 24px;
|
||
|
|
color: red;
|
||
|
|
}
|
||
|
|
|
||
|
|
#tinymce img {
|
||
|
|
width: 120px;
|
||
|
|
height: 100px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*滚动条样式start*/
|
||
|
|
::-webkit-scrollbar {
|
||
|
|
width: 5px;
|
||
|
|
height: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
::-webkit-scrollbar-track {
|
||
|
|
background: #e7e7f1 !important;
|
||
|
|
border-radius: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
::-webkit-scrollbar-thumb {
|
||
|
|
background: rgba(94, 96, 97, 0.43) !important;
|
||
|
|
border-radius: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
::-webkit-scrollbar-thumb:hover {
|
||
|
|
background: rgba(94, 96, 97, 0.43) !important;
|
||
|
|
border-radius: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
::-webkit-scrollbar-thumb:active {
|
||
|
|
background: rgba(94, 96, 97, 0.43) !important;
|
||
|
|
border-radius: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*滚动条样式end*/
|
||
|
|
|
||
|
|
.password .fa {
|
||
|
|
position: absolute;
|
||
|
|
display: inline-block;
|
||
|
|
right: 16px;
|
||
|
|
top: 8px;
|
||
|
|
font-size: 20px;
|
||
|
|
cursor: pointer;
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
/*滚动条样式end*/
|
||
|
|
|
||
|
|
.password1 .fa {
|
||
|
|
position: absolute;
|
||
|
|
display: inline-block;
|
||
|
|
right: 16px;
|
||
|
|
top: 8px;
|
||
|
|
font-size: 20px;
|
||
|
|
cursor: pointer;
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
/*滚动条样式end*/
|
||
|
|
|
||
|
|
.password2 .fa {
|
||
|
|
position: absolute;
|
||
|
|
display: inline-block;
|
||
|
|
right: 16px;
|
||
|
|
top: 8px;
|
||
|
|
font-size: 20px;
|
||
|
|
cursor: pointer;
|
||
|
|
|
||
|
|
}
|