html,
body{
width: 100%;
height: 100%;
float: left;
margin: 0;
padding: 0;
}
#content{
width: 100%;
height: 100%;
float: left;
}
#title{
width: 98%;
height: 16%;
border-bottom: 1px solid #E4E4E4;
display: flex;
justify-content: center;
align-items: center;
}
#title>div:nth-child(2){
margin-left: 20px;
}
#title>div:nth-child(2)>div:nth-child(1){
color: #666666;
font-weight: 600;
font-size: 16px;
}
#title>div:nth-child(2)>div:nth-child(2){
color: #666666;
margin-top: 5px;
}
#title>div:nth-child(3){
margin-left: 20px;
}
#title>div:nth-child(3)>div:nth-child(1){
color: #999999;
}
#title>div:nth-child(4){
margin-left: 50%;
width: 10%;
}
#title>div:nth-child(4)>input{
color: #409EFF;
font-weight: 600;
font-size: 26px;
border: 0;
}
#title>div:nth-child(5){
margin-left: 10px;
}
#title>div:nth-child(5)>div:nth-child(1){
padding: 6px 10px;
border: 1px solid #E4E4E4;
color: #999999;
border-radius: 3px;
cursor: pointer;
}
#attendancRecordNo{
float: left;
margin: 12px 0px 0px 106px;
width: 90%;
}
#attendancRecordNo>div{
padding: 12px 35px;
color: #999999;
font-weight: 600;
font-size: 18px;
border: 1px solid #E4E4E4;
border-radius: 3px;
cursor: pointer;
float: left;
}
#attendancRecordNo>div:hover{
color: #409EFF;
}
.attendancRecordNoStyle{
border: 1px solid #409EFF;
background-color: #409EFF;
color: #FFFFFF !important;
}
#perInfo{
width: 100%;
height: 74%;
display: flex;
justify-content: center;
}
#perInfo>div{
width: 90%;
border: 1px solid #E9E9E9;
border-radius: 9px;
overflow: auto;
height: 100%;
}
#perInfo>div>div{
margin-bottom: 20px;
}
#perInfoTitle,
#checkTitle,
#fileCheckTitle{
color: #333333;
font-size: 16px;
padding: 15px 20px;
font-weight: 600;
border-bottom: 1px solid #E9E9E9;
}
.inforTypeTitle{
padding: 20px 32px;
background-color: #F9F9F9;
}
.inforTypeTitle>div{
border-left: 6px solid #409EFF;
color: #666666;
font-weight: 600;
text-indent: 6px;
}
#more{
border: 1px solid #E4E4E4;
cursor: pointer;
padding: 14px 0;
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
color: #409EFF;
margin-top: 100px;
margin-bottom: 0 !important;
}
#more:hover{
color: #2B85E4;
}
table{
border: 1px solid #E9E9E9;
border-radius: 3px;
}
tr{
height: 47px;
color: #666666;
}
table tr:nth-child(odd){
background-color: #F7F8FC;
}
table tr>td{
border-bottom: 1px solid #E9E9E9;
border-right: 1px solid #E9E9E9;
width: 8%;
}
table tr>td:last-child{
border-right: 0!important;
}
.layui-timeline-axis{
color: #409EFF !important;
font-weight: 800 !important;
font-size: 10px !important;
top: -5px !important;
}
.layui-timeline-title{
color: #999999 !important;
font-size: 12px !important;
}
.layui-timeline-content>div{
box-shadow: 0 0 5px rgba(0,0,0,0.2) !important;
border-radius: 10px !important;
padding: 10px 20px 10px 20px !important;
width: 96.5%;
margin-left: 18px;
margin-top: 16px;
}
.layui-timeline-content>div>div{
display: flex;
align-items: center;
}
.layui-timeline-content>div>div>span{
margin-left: 10px;
}
.layui-timeline-content>div>div>span:last-child{
color: #999999;
font-size: 12px;
}
.layui-form-label {
float: left;
display: block;
padding: 9px 15px;
width: 100px;
font-weight: 400;
line-height: 20px;
text-align: right;
}
.layui-form-select dl { max-height:200px; max-width: 600px;}
/* chrome下的滚动条样式 */
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 5px #e8eceb;
border-radius: 5px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
border-radius: 10px;
background: #ffffff;
-webkit-box-shadow: inset 0 0 6px #cbb7b7;
}
::-webkit-scrollbar-thumb:window-inactive {
background: #e8eceb;
}
::-webkit-scrollbar-corner {
background-color: #e8eceb;
// 颜色
}