79 lines
1.4 KiB
CSS
79 lines
1.4 KiB
CSS
|
.staffSignSelectContent .layui-btn-danger{
|
||
|
background:#FF5722 !important;
|
||
|
}
|
||
|
|
||
|
.staffSignSelectContent .layui-btn{
|
||
|
height:26px !important;
|
||
|
line-height:26px !important;
|
||
|
}
|
||
|
|
||
|
.schoolLevelTitle{
|
||
|
overflow: hidden;
|
||
|
box-sizing: border-box;
|
||
|
border:1px solid #5397F0;
|
||
|
border-bottom:0;
|
||
|
font-size:14px;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
.schoolInSafeDiv{
|
||
|
box-sizing: border-box;
|
||
|
border:1px solid #5397F0;
|
||
|
}
|
||
|
.schoolInSafeDiv>div>ul{
|
||
|
width:100%;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.schoolInSafeDiv>div{
|
||
|
box-sizing: border-box;
|
||
|
border-bottom:1px solid #5397F0;
|
||
|
border-radius: 4px;
|
||
|
}
|
||
|
.schoolInSafeDiv>div:last-child{
|
||
|
border-bottom:0;
|
||
|
}
|
||
|
|
||
|
.schoolInSafeDiv>div>ul>li,
|
||
|
.schoolLevelTitle>ul>li{
|
||
|
float:left;
|
||
|
width:25%;
|
||
|
text-align: center;
|
||
|
height:130px;
|
||
|
display:flex;
|
||
|
align-items: center;
|
||
|
justify-content:baseline;
|
||
|
box-sizing: border-box;
|
||
|
border-right:1px solid #5397F0;
|
||
|
padding:0 10px;
|
||
|
}
|
||
|
.schoolLevelTitle>ul>li{
|
||
|
line-height:40px;
|
||
|
height:40px;
|
||
|
}
|
||
|
|
||
|
|
||
|
.schoolInSafeDiv>div>ul>li:nth-child(1),
|
||
|
.schoolLevelTitle>ul>li:nth-child(1){
|
||
|
width:15%;
|
||
|
}
|
||
|
.schoolInSafeDiv>div>ul>li:nth-child(2),
|
||
|
.schoolLevelTitle>ul>li:nth-child(2){
|
||
|
width:55%;
|
||
|
text-align: left;
|
||
|
line-height:30px;
|
||
|
}
|
||
|
.schoolInSafeDiv>div>ul>li:nth-child(3),
|
||
|
.schoolLevelTitle>ul>li:nth-child(3){
|
||
|
width:20%;
|
||
|
|
||
|
}
|
||
|
.schoolInSafeDiv>div>ul>li:nth-child(4),
|
||
|
.schoolLevelTitle>ul>li:nth-child(4){
|
||
|
width:10%;
|
||
|
border-right:0;
|
||
|
}
|