70 lines
1.2 KiB
CSS
70 lines
1.2 KiB
CSS
.workInclock{
|
|
height: 100%;
|
|
}
|
|
.workInclock>form{
|
|
margin-top:10px;
|
|
}
|
|
.workInclockContent{
|
|
margin:10px 0;
|
|
height:calc(100% - 100px);
|
|
}
|
|
.workInclockContent_total{
|
|
display: flex;
|
|
margin:30px 0;
|
|
}
|
|
.workInclockContent_total>div>div{
|
|
height:100%;
|
|
}
|
|
.workInclockContent_total>div>div:nth-child(1){
|
|
width:80px;
|
|
float:left;
|
|
margin-left:20px;
|
|
}
|
|
.workInclockContent_total>div>div:nth-child(2){
|
|
width:calc(100% - 140px);
|
|
float:left;
|
|
margin-left:20px;
|
|
}
|
|
|
|
.workInclockContent_total>div{
|
|
width:470px;
|
|
height:170px;
|
|
background:#06214D;
|
|
border:1px solid #112951;
|
|
padding:15px;
|
|
}
|
|
.workInclockContent_total>div:nth-child(2){
|
|
margin-left:10px;
|
|
}
|
|
.signPersonNumber>p:nth-child(1){
|
|
margin-top:20px;
|
|
}
|
|
|
|
.signPersonNumber>p:nth-child(2){
|
|
margin-bottom:20px;
|
|
}
|
|
|
|
|
|
.signPersonNumber>p:nth-child(even){
|
|
color:#fff;
|
|
height:40px;
|
|
line-height:40px;
|
|
font-size:24px;
|
|
text-shadow: 0 0 5px #fff;
|
|
}
|
|
|
|
.signPersonNumber>p>span:last-child{
|
|
font-size:14px;
|
|
}
|
|
.workInclockContent_table{
|
|
width:100%;
|
|
height:100%;
|
|
margin-top:10px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
|
|
.workInclockContent_table .layui-btn{
|
|
height:28px !important;
|
|
line-height:28px !important;
|
|
} |