238 lines
4.2 KiB
Plaintext
238 lines
4.2 KiB
Plaintext
|
|
html,
|
||
|
|
body {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
#content {
|
||
|
|
width: 99%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
#null {
|
||
|
|
width: 100%;
|
||
|
|
height: 2%;
|
||
|
|
}
|
||
|
|
|
||
|
|
#FormDiv {
|
||
|
|
width: 100%;
|
||
|
|
height: 96%;
|
||
|
|
overflow-y: auto;
|
||
|
|
/*height: auto;*/
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-form-label {
|
||
|
|
float: left;
|
||
|
|
display: block;
|
||
|
|
padding: 9px 15px;
|
||
|
|
width: 100px;
|
||
|
|
font-weight: 400;
|
||
|
|
line-height: 50px;
|
||
|
|
text-align: right;
|
||
|
|
color: #000;
|
||
|
|
}
|
||
|
|
|
||
|
|
#cancelScore {
|
||
|
|
width: 130px;
|
||
|
|
height: 35px;
|
||
|
|
line-height: 35px;
|
||
|
|
border-radius: 3px;
|
||
|
|
display: inline-block;
|
||
|
|
font-size: 16px;
|
||
|
|
transition: all 0.2s linear;
|
||
|
|
margin: 16px 0 22px;
|
||
|
|
text-align: center;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.test2 {
|
||
|
|
border-radius: 7px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#demo2 {
|
||
|
|
margin-top: 0%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-rate li i.layui-icon {
|
||
|
|
font-size: 40px;
|
||
|
|
color: #FFB800;
|
||
|
|
margin-right: 5px;
|
||
|
|
transition: all .3s;
|
||
|
|
-webkit-transition: all .3s;
|
||
|
|
}
|
||
|
|
|
||
|
|
::-webkit-scrollbar {
|
||
|
|
/*滚动条整体样式*/
|
||
|
|
width: 0.1px;
|
||
|
|
/*高宽分别对应横竖滚动条的尺寸*/
|
||
|
|
height: 0.1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
::-webkit-scrollbar-thumb {
|
||
|
|
/*滚动条里面小方块*/
|
||
|
|
border-radius: 10px;
|
||
|
|
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
||
|
|
background: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
::-webkit-scrollbar-track {
|
||
|
|
/*滚动条里面轨道*/
|
||
|
|
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
||
|
|
border-radius: 10px;
|
||
|
|
/*background: #11828B;*/
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-layer-dialog .layui-layer-padding {
|
||
|
|
padding: 20px 20px 20px 55px;
|
||
|
|
text-align: left;
|
||
|
|
color: #000 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-layer-dialog .layui-layer-content {
|
||
|
|
position: relative;
|
||
|
|
padding: 20px;
|
||
|
|
line-height: 24px;
|
||
|
|
word-break: break-all;
|
||
|
|
overflow: hidden;
|
||
|
|
font-size: 14px;
|
||
|
|
overflow-x: hidden;
|
||
|
|
overflow-y: auto;
|
||
|
|
color: #000;
|
||
|
|
}
|
||
|
|
|
||
|
|
#enuParams .layui-form-item {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
margin: 1% 1.5%;
|
||
|
|
border-bottom: 1px solid #253e78;
|
||
|
|
}
|
||
|
|
|
||
|
|
.indexDiv {
|
||
|
|
font-size: 36px;
|
||
|
|
color: #253e78;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input, .layui-select, .layui-textarea {
|
||
|
|
color: #000 !important;
|
||
|
|
border: 1px solid #000 !important;
|
||
|
|
height: 32px;
|
||
|
|
font-size: 14px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input:hover,
|
||
|
|
.layui-select:hover,
|
||
|
|
.layui-textarea:hover {
|
||
|
|
border: 1px solid #000 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input:focus,
|
||
|
|
.layui-select:focus,
|
||
|
|
.layui-textarea:focus {
|
||
|
|
border: 1px solid #000 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-form-select .layui-edge {
|
||
|
|
border-top-color: #253e78 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
::-webkit-input-placeholder { /* WebKit browsers */
|
||
|
|
color: #253E78 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
|
||
|
|
color: #253E78 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
::-moz-placeholder { /* Mozilla Firefox 19 */
|
||
|
|
color: #253E78 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
:-ms-input-placeholder { /* Internet Explorer 10 */
|
||
|
|
color: #253E78 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-form-select dl dd.layui-this {
|
||
|
|
background-color: #253e78 !important;
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-form-select dl dd {
|
||
|
|
color: #253e78;
|
||
|
|
font-size: 14px;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
/*laydate 日期设置start*/
|
||
|
|
.layui-laydate-header i {
|
||
|
|
color: #253e78 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.laydate-set-ym span, .layui-laydate-header i {
|
||
|
|
color: #253e78 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input, .layui-textarea, .layui-select, .xm-select-parent .xm-select {
|
||
|
|
border: 1px solid #000;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laydate-content th {
|
||
|
|
color: #253e78 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laydate-content td {
|
||
|
|
color: #253e78 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laydate-content .laydate-day-next, .layui-laydate-content .laydate-day-prev {
|
||
|
|
color: #d2d2d2 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laydate-footer span {
|
||
|
|
color: #253e78 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.laydate-footer-btns span {
|
||
|
|
border: 1px solid #253e78 !important;
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laydate-list > li {
|
||
|
|
color: #253e78 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*laydate 日期设置end*/
|
||
|
|
|
||
|
|
.layui-form-item .layui-inline {
|
||
|
|
color: #000000;
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-form-item {
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.box {
|
||
|
|
display: flex;
|
||
|
|
justify-content: center
|
||
|
|
}
|
||
|
|
|
||
|
|
/*复选框设置start*/
|
||
|
|
.layui-form-checkbox[lay-skin=primary] span {
|
||
|
|
color: #253e78;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-form-checked[lay-skin=primary] i {
|
||
|
|
border-color: #253e78 !important;
|
||
|
|
background-color: #253e78;
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-form-checkbox[lay-skin=primary] i {
|
||
|
|
border: 1px solid #253e78 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*复选框设置end*/
|