IntelligentRecognition/ah-jjsp-web/.svn/pristine/6f/6f99755ca78aa7ac6622e71e487...

342 lines
6.1 KiB
Plaintext
Raw Permalink Normal View History

2024-05-24 16:09:40 +08:00
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-family: 'Alibaba PuHuiTi R';
}
.layout {
display: flex;
align-items: center;
justify-content: start;
box-sizing: border-box;
}
.title {
width: 100%;
height: 30px;
color: #fff;
font-size: 18px;
justify-content: center;
margin-top: -7px;
}
#content {
width: 98.4%;
height: calc(100% - 80px);
margin: 1% 0.8% 0 0.8%;
}
.search-box {
width: 100%;
height: 100px;
display: flex;
align-items: center;
}
/* layui 样式设置 start */
.layui-form-label {
font-size: 13px;
width: 90px !important;
padding: 9px 0 9px 5px !important;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}
.layui-form-item {
margin-bottom: 10px;
}
.layui-form-item .layui-inline {
margin: 0;
}
.layui-table-body {
margin-right: 0px;
}
.oper-btn {
display: flex;
align-items: center;
}
.btn-box button{
font-size: 13px;
background-color: #285990;
margin-top: -5px;
border: 1px solid #88c6ff;
border-radius: 2px;
}
.layui-input,
.layui-select,
.layui-textarea {
color: #fff !important;
border: 1px solid #fff !important;
height: 32px;
font-size: 13px;
background-color: transparent;
}
.layui-form-selected dl {
background: #06182E;
}
.layui-form-select dl dd, .layui-form-select dl dt {
padding: 0 10px;
line-height: 36px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #fff;
}
.layui-input:hover,
.layui-select:hover,
.layui-textarea:hover {
border: 1px solid #D9D9D9 !important;
}
.layui-input:focus,
.layui-select:focus,
.layui-textarea:focus {
border: 1px solid #D9D9D9 !important;
}
.layui-form-item .layui-inline .layui-input-inline {
width: 190px
}
.layui-input::-webkit-input-placeholder, .layui-textarea::-webkit-input-placeholder {
color: #fff;
}
.layui-input::-moz-placeholder, .layui-textarea::-webkit-input-placeholder {
color: #fff;
}
.layui-input::-ms-input-placeholder, .layui-textarea::-webkit-input-placeholder {
color: #fff;
}
/* layui 样式设置 end */
/*滚动条样式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*/
/*laydate 日期样式 start*/
.layui-laydate, .layui-laydate-hint {
border: 1px solid #d2d2d2;
background-color: #06182E !important;
color: #666;
}
.layui-laydate-footer span {
display: inline-block;
vertical-align: top;
height: 26px;
line-height: 24px;
padding: 0 10px;
border: 1px solid #c9c9c9;
border-radius: 2px;
background-color: transparent !important;
font-size: 12px;
cursor: pointer;
white-space: nowrap;
transition: all .3s;
}
.layui-laydate-list {
background-color: #06182E !important;
}
.layui-laydate-header i {
position: absolute;
top: 10px;
padding: 0 5px;
color: #d9d9d9;
font-size: 18px;
cursor: pointer;
}
/*laydate 日期样式 end*/
/*下拉多选框样式设置 start*/
.xm-input::-webkit-input-placeholder {
color: #fff !important;
font-size: 14px;
}
.xm-select-parent .xm-input {
background-color: transparent !important;
}
.xm-form-selected .xm-select, .xm-form-selected .xm-select:hover {
border-color: #D9D9D9 !important;
}
.xm-select-parent .xm-form-selected dl {
background-color: #06182E;
}
.xm-form-checkbox > span {
color: #fff;
}
.xm-select-parent .xm-form-select dl dd:hover {
background-color: #2F5D6B !important;
}
.xm-select-parent .xm-form-select dl .xm-select-tips:hover {
background-color: #fff !important;
}
.xm-select-parent .xm-form-select dl dd.xm-select-tips span:hover {
color: #999;
}
.xm-select-parent .xm-form-select dl dd span:hover {
color: #8FFFFA !important;
}
.xm-form-checkbox > i {
border: 1px solid #009688;
}
.xm-form-checkbox:hover > i {
border-color: #8FFFFA;
}
.xm-select-parent .xm-form-select dl .xm-select-tips:hover {
background-color: #06182E !important;
}
.xm-select-parent .xm-form-select dl .xm-select-tips {
background-color: #06182E !important;
}
.xm-select-tips .xm-input {
background-color: #06182e;
color: #fff;
}
.xm-select-parent dd > .xm-cz-group .xm-cz i {
margin-right: 2px;
}
/*.xm-select-parent dd > .xm-cz-group .xm-cz {
margin-right: 6px !important;
}*/
.xm-select-parent dd .xm-cz:hover {
color: #8FFFFA !important;
}
.xm-select-parent dd > .xm-cz-group {
margin-right: 0;
}
.xm-select-parent dd > .xm-cz {
display: none;
}
.xm-select-parent dd > .xm-cz-group {
border-right: none;
}
.xm-cz-group {
max-width: 190px !important;
}
.xm-select-parent dd > .xm-cz-group .xm-cz {
margin-right: 22px !important;
}
/*下拉多选框样式设置 end*/
.layui-table tbody tr:hover {
background-color: #666
}
.layui-form-select dl {
max-height: 250px;
}
.btn-box{
width: 100%;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 95%;
}
input::-webkit-input-placeholder {
color: rgb(191,191,191) !important;
font-size: 13px;
}
input::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: rgb(191,191,191)!important;
font-size: 13px;
}
input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: rgb(191,191,191)!important;
font-size: 13px;
}
input:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: rgb(191,191,191)!important;
font-size: 13px;
}
.layui-laypage select option {
background-color: #040B38 !important;
}
.layui-form-select dl dd.layui-this {
background-color: #285990;
color: #fff;
}
.layui-form-select dl dd:hover {
background-color: #285990 !important;
color: #fff !important;
}