hn_cloud_web/smz-screen/css/workerPost/workerPost.css

151 lines
2.8 KiB
CSS

body,html{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
float: left;
background-color: #003266;
/* background-image: url(../../img/info/bg.png);
background-repeat: no-repeat;
background-size: 100%; */
}
/* #title{
width: 100%;
height: 5%;
float: left;
font-size: 23px;
line-height:40px;
text-align: center;
color: #fff;
} */
#dataDiv{
width: 100%;
height: 100%;
float: left;
}
#dataTitle{
width: 100%;
height: 6%;
float: left;
}
.bootstrap-table{
height: 94% !important;
}
#dataTable{
width: 100%;
height: 94%;
float: left;
overflow-x: scroll;
overflow-y: scroll;
}
#orgId,#proId,#workType{
width: 120px !important;
height: 30px !important;
display:block !important;
float: left !important;
margin-top: 0.5% !important;
margin-left: 1% !important;
background-color: #023467 !important;
border: 1px solid #0758AA !important;
color: #ffffff !important;
}
.select2-container{
width: 120px !important;
height: 30px !important;
display:block !important;
float: left !important;
margin-top: 0.5% !important;
margin-left: 2.5% !important;
background-color: #023467 !important;
border: 1px solid #0758AA !important;
color: #ffffff !important;
}
.select2-selection--single{
width: 120px;
}
#dataTime{
width: 120px;
height: 30px;
display:block;
float: left;
background: none;
border: 1px solid #0758AA;
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 #0758AA;
color: #ffffff;
}
#query{
width: 4%;
height: 77.5%;
float: left;
margin-top: 0.5%;
margin-left: 1%;
border: 0;
background-color: transparent;
outline:none;
background-image: url(../../img/info/query.png);
background-repeat: no-repeat;
}
#reset{
width: 4%;
height: 77.5%;
float: left;
margin-top: 0.5%;
margin-left: 1%;
border: 0;
background-color: transparent;
outline:none;
background-image: url(../../img/info/resetQuery.png);
background-repeat: no-repeat;
}
#dataCount{
width: 15%;
height: 100%;
float: right;
font-size: 25px;
line-height: 40px;
color: #fff;
text-align: center;
}
#span{
display:block;
float: left;
color: #fff;
margin-top: 1%;
margin-left: 0.5%;
}
#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: #0758AA;
}
.fixed-table-body::-webkit-scrollbar-track {/*滚动条里面轨道*/
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
border-radius: 10px;
background: #003265;
}
.fixed-table-body::-webkit-scrollbar-corner {
}