hn_cloud_web/smz-screen/css/attendanceInfo/showAttendanceData.css

65 lines
1006 B
CSS

body,html{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
float: left;
background-image: url(../../img/info/bg.png);
background-repeat: no-repeat;
background-size: 100%;
}
#leftDiv{
width: 40%;
height: 100%;
float: left;
}
#imgDiv{
width: 20%;
height: 100%;
float: left;
}
#cjImg{
width: 33%;
height: 24%;
margin-top: -81%;
margin-left: 34%;
position: relative;
}
#rightDiv{
width: 40%;
height: 100%;
float: left;
}
#leftImg{
width: 75%;
height: 60%;
margin-top: 25%;
margin-left: 15%;
background-image: url(../../img/info/zhiwen19.gif);
background-repeat: no-repeat;
}
#kqImgDiv{
width: 75%;
height: 40%;
margin-top: 75%;
margin-left: 20%;
}
#dataDiv{
width: 73%;
height: 60%;
margin-top: 25%;
margin-left: 5%;
background-image: url(../../img/info/dataImg.png);
background-repeat: no-repeat;
background-size: 100%;
}
#dataDiv table{
width: 98%;
height: 95%;
float: left;
margin: 1%;
}
#kqImg{
width: 100%;
height: 100%;
}