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.

88 lines
1.6 KiB
CSS

4 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;
}
4 years ago
.satisfaction{
4 years ago
position: absolute;
4 years ago
width: 23%;
4 years ago
height: 35%;
4 years ago
top: 17%;
left: 1.5%;
4 years ago
}
.outputStatistics{
position: absolute;
width: 23%;
height: 35%;
4 years ago
top: 61.5%;
3 years ago
left: 2%;
4 years ago
}
.quality{
position: absolute;
width: 23%;
height: 35%;
3 years ago
top: 19%;
left: 75.5%;
4 years ago
}
.ecosphere{
4 years ago
/*background: url(../../img/board/month/one.png) no-repeat;*/
/*background-size: 100% 100%;*/
/*position: absolute;*/
/*width: 23%;*/
/*height: 35%;*/
/*top: 15%;*/
/*left: 75%;*/
4 years ago
}
4 years ago
.safe{
position: absolute;
width: 22%;
height: 34%;
top: 61%;
left: 75.5%;
}
.abnormal{
position: absolute;
width: 22%;
height: 34%;
top: 61%;
left: 51.5%;
}
4 years ago
.scene{
background: url(../../img/board/month/two.jpg) no-repeat;
background-size: 100% 100%;
position: absolute;
4 years ago
width: 22%;
height: 34%;
top: 18%;
left: 51.5%;
4 years ago
}
4 years ago
.Highlight{
4 years ago
background-repeat: no-repeat;
background-size: 100% 100%;
4 years ago
position: absolute;
width: 22%;
height: 34%;
top: 18.7%;
left: 26.7%;
}
3 years ago
.slide{
position: absolute;
width: 22%;
height: 34%;
top: 18.7%;
left: 26.7%;
}
.energyConsumption{
position: absolute;
width: 22%;
height: 34%;
top: 61.7%;
left: 26.7%;
4 years ago
}