You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
862 B
CSS
47 lines
862 B
CSS
|
3 years ago
|
body {
|
||
|
|
height: auto;
|
||
|
|
width: auto;
|
||
|
|
background: url(../../img/board/month/backgroundImg.jpg) no-repeat center fixed;
|
||
|
|
-webkit-background-size: cover;
|
||
|
|
-moz-background-size: cover;
|
||
|
|
-o-background-size: cover;
|
||
|
|
background-size: 100% 100%;
|
||
|
|
color: rgba(255, 255, 255, .95);
|
||
|
|
font: normal 100% Arial, sans-serif;
|
||
|
|
}
|
||
|
|
|
||
|
|
.manpowerAttendance{
|
||
|
|
position: absolute;
|
||
|
|
width: 25%;
|
||
|
|
height: 35%;
|
||
|
|
top: 15%;
|
||
|
|
left: 71.5%;
|
||
|
|
}
|
||
|
|
.IQC{
|
||
|
|
position: absolute;
|
||
|
|
width: 40%;
|
||
|
|
height: 35%;
|
||
|
|
top: 15%;
|
||
|
|
left: 30%;
|
||
|
|
}
|
||
|
|
.productionEfficiency{
|
||
|
|
position: absolute;
|
||
|
|
width: 25%;
|
||
|
|
height: 35%;
|
||
|
|
top: 60%;
|
||
|
|
left: 3%;
|
||
|
|
}
|
||
|
|
.equipmentPower{
|
||
|
|
position: absolute;
|
||
|
|
width: 39%;
|
||
|
|
height: 34%;
|
||
|
|
top: 60%;
|
||
|
|
left: 30.5%;
|
||
|
|
}
|
||
|
|
.topLeft{
|
||
|
|
position: absolute;
|
||
|
|
width: 25%;
|
||
|
|
height: 34%;
|
||
|
|
top: 15.5%;
|
||
|
|
left: 3.5%;
|
||
|
|
}
|