218 lines
3.3 KiB
CSS
218 lines
3.3 KiB
CSS
|
|
body,
|
||
|
|
html {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
float: left;
|
||
|
|
margin-top: 1px;
|
||
|
|
/*background-image: url(../../../../img/home/menu/background.png);*/
|
||
|
|
/*background-repeat: no-repeat;*/
|
||
|
|
/*background-size: 100%;*/
|
||
|
|
}
|
||
|
|
.form-control{
|
||
|
|
|
||
|
|
height: 30px;
|
||
|
|
display: inline-block;
|
||
|
|
width: 10%;
|
||
|
|
margin-top : 10px;
|
||
|
|
}
|
||
|
|
#title {
|
||
|
|
width: 100%;
|
||
|
|
height: 5%;
|
||
|
|
float: left;
|
||
|
|
font-size: 23px;
|
||
|
|
line-height: 40px;
|
||
|
|
text-align: center;
|
||
|
|
color: #fff;
|
||
|
|
background-color: #293861;
|
||
|
|
}
|
||
|
|
|
||
|
|
#content {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
#left {
|
||
|
|
border: 1px solid #3D4D8E;
|
||
|
|
width: 40%;
|
||
|
|
height: 88%;
|
||
|
|
float: left;
|
||
|
|
}
|
||
|
|
|
||
|
|
#personnelAttendance {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
#personnelAttendanceTitle {
|
||
|
|
width: 100%;
|
||
|
|
height: 10%;
|
||
|
|
color: #000000;
|
||
|
|
font-size: 18px;
|
||
|
|
font-weight: 800;
|
||
|
|
text-align: center;
|
||
|
|
line-height: 40px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#personnelAttendanceContent {
|
||
|
|
width: 100%;
|
||
|
|
height: 90%;
|
||
|
|
float: left;
|
||
|
|
}
|
||
|
|
|
||
|
|
.month {
|
||
|
|
/*background-image: url(../../../../img/person/calender_header.png);*/
|
||
|
|
/*background-size:40px 40px;*/
|
||
|
|
width: 40px;
|
||
|
|
height: 40px;
|
||
|
|
padding: 4px 2px;
|
||
|
|
float: left;
|
||
|
|
font-size: 18px;
|
||
|
|
color: #000000;
|
||
|
|
/*background-color: none;*/
|
||
|
|
}
|
||
|
|
|
||
|
|
.day {
|
||
|
|
border: 0.5px solid #3D4D8E;
|
||
|
|
width: 20%;
|
||
|
|
color: #FFFFFF;
|
||
|
|
text-align: center;
|
||
|
|
line-height: 94px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.day span{
|
||
|
|
margin-left: -39px;
|
||
|
|
font-size: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#dataDiv {
|
||
|
|
width: 60%;
|
||
|
|
height: 88%;
|
||
|
|
float: left;
|
||
|
|
}
|
||
|
|
|
||
|
|
#dataTitle {
|
||
|
|
width: 100%;
|
||
|
|
color: #FFFFFF;
|
||
|
|
font-size: 16px;
|
||
|
|
font-weight: 800;
|
||
|
|
text-indent: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#dataTable {
|
||
|
|
width: 92%;
|
||
|
|
height: 94%;
|
||
|
|
float: left;
|
||
|
|
overflow-x: scroll;
|
||
|
|
overflow-y: scroll;
|
||
|
|
margin-left: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.select2-container {
|
||
|
|
width: 120px !important;
|
||
|
|
height: 30px !important;
|
||
|
|
display: block !important;
|
||
|
|
float: left !important;
|
||
|
|
margin-top: 0.5% !important;
|
||
|
|
margin-left: 3% !important;
|
||
|
|
background-color: #1B223F !important;
|
||
|
|
border: 1px solid #283762 !important;
|
||
|
|
color: #ffffff !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.select2-container--open {
|
||
|
|
left: 0px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.select2-selection--single {
|
||
|
|
width: 120px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#startTime {
|
||
|
|
width: 120px;
|
||
|
|
height: 30px;
|
||
|
|
display: block;
|
||
|
|
float: left;
|
||
|
|
background: none;
|
||
|
|
border: 1px solid #283762;
|
||
|
|
color: #ffffff;
|
||
|
|
text-align: center;
|
||
|
|
margin-top: 0.5%;
|
||
|
|
margin-left: 0.5%;
|
||
|
|
}
|
||
|
|
|
||
|
|
#span {
|
||
|
|
height: 30px;
|
||
|
|
display: block;
|
||
|
|
float: left;
|
||
|
|
background: none;
|
||
|
|
color: #ffffff;
|
||
|
|
margin-top: -1.2%;
|
||
|
|
margin-left: -0.7%;
|
||
|
|
}
|
||
|
|
|
||
|
|
#endTime {
|
||
|
|
width: 120px;
|
||
|
|
height: 30px;
|
||
|
|
display: block;
|
||
|
|
float: left;
|
||
|
|
background: none;
|
||
|
|
border: 1px solid #283762;
|
||
|
|
color: #ffffff;
|
||
|
|
text-align: center;
|
||
|
|
margin-top: 0.5%;
|
||
|
|
margin-left: 0.5%;
|
||
|
|
}
|
||
|
|
|
||
|
|
#keyWord {
|
||
|
|
width: 120px;
|
||
|
|
height: 30px;
|
||
|
|
display: block;
|
||
|
|
float: left;
|
||
|
|
margin-top: 0.5%;
|
||
|
|
margin-left: 0.5%;
|
||
|
|
background: none;
|
||
|
|
border: 1px solid #283762;
|
||
|
|
color: #ffffff;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
#dataCount {
|
||
|
|
width: 15%;
|
||
|
|
height: 100%;
|
||
|
|
float: right;
|
||
|
|
font-size: 25px;
|
||
|
|
line-height: 40px;
|
||
|
|
color: #fff;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
#dataTable::-webkit-scrollbar {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.fixed-table-body::-webkit-scrollbar {
|
||
|
|
/*滚动条整体样式*/
|
||
|
|
width: 10px;
|
||
|
|
/*高宽分别对应横竖滚动条的尺寸*/
|
||
|
|
height: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.fixed-table-body::-webkit-scrollbar-thumb {
|
||
|
|
/*滚动条里面小方块*/
|
||
|
|
border-radius: 10px;
|
||
|
|
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
||
|
|
background: rgb(65,77,143);
|
||
|
|
}
|
||
|
|
|
||
|
|
.fixed-table-body::-webkit-scrollbar-track {
|
||
|
|
/*滚动条里面轨道*/
|
||
|
|
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
||
|
|
border-radius: 10px;
|
||
|
|
background: rgb(65,77,143);
|
||
|
|
}
|
||
|
|
|
||
|
|
.fixed-table-body::-webkit-scrollbar-corner {}
|