145 lines
2.4 KiB
CSS
145 lines
2.4 KiB
CSS
html,
|
|
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.main-box {
|
|
width: 100%;
|
|
height: 99%;
|
|
padding: 1% 15%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.basic-info-box {
|
|
width: 100%;
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
|
|
/*layui 样式设置start*/
|
|
|
|
.layui-input,
|
|
.layui-select,
|
|
.layui-quote-nm{
|
|
border-color: #999 !important;
|
|
}
|
|
.layui-form-label {
|
|
width: 110px;
|
|
}
|
|
.add-form2 .layui-form-label {
|
|
width: 140px;
|
|
}
|
|
.layui-elem-quote{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.add-form p{
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
}
|
|
.layui-form-item{
|
|
margin-top: 5%;
|
|
}
|
|
.add-form2 .layui-form-item .layui-input-inline {
|
|
width: 300px;
|
|
}
|
|
.layui-form-item .layui-input-inline {
|
|
width: 200px;
|
|
}
|
|
|
|
.layui-form-item .layui-input-block {
|
|
width: 870px;
|
|
}
|
|
|
|
.layui-select-disabled .layui-disabled {
|
|
border-color: #999 !important;
|
|
color: #000 !important;
|
|
background-color: #eee;
|
|
}
|
|
|
|
.add-form .layui-form-select dl {
|
|
max-height: 200px;
|
|
}
|
|
|
|
.uploader-list {
|
|
margin-left: -15px;
|
|
}
|
|
|
|
.uploader-list .handle {
|
|
position: relative;
|
|
background-color: black;
|
|
color: white;
|
|
filter: alpha(Opacity=80);
|
|
-moz-opacity: 0.5;
|
|
opacity: 0.5;
|
|
width: 100px;
|
|
text-align: right;
|
|
height: 18px;
|
|
margin-bottom: -18px;
|
|
display: none;
|
|
}
|
|
|
|
.uploader-list .handle i {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.uploader-list .handle i:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.uploader-list .file-iteme {
|
|
margin: 12px 0 0 15px;
|
|
padding: 1px;
|
|
float: left;
|
|
}
|
|
#wageApprovedWay,#achievementsWageApprovedWay,#achievementsWageApprovedWay{
|
|
background-color: #eee;
|
|
}
|
|
#test2{
|
|
width: 60px;
|
|
height: 60px;
|
|
background: url("../../../../img/add.png") no-repeat 0 0/100% 100%;
|
|
border: 0;
|
|
cursor: pointer;
|
|
}
|
|
/*layui 样式设置end*/
|
|
|
|
.btn-box {
|
|
width: 100%;
|
|
height: 60px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: end;
|
|
}
|
|
|
|
/*滚动条样式start*/
|
|
::-webkit-scrollbar {
|
|
width: 5px;
|
|
height: 10px;
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
background: #e7e7f1 !important;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background: rgba(94, 96, 97, 0.43) !important;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background: rgba(94, 96, 97, 0.43) !important;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:active {
|
|
background: rgba(94, 96, 97, 0.43) !important;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
/*滚动条样式end*/ |