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.4 KiB
CSS
88 lines
1.4 KiB
CSS
3 years ago
|
/*发泡看板CSS样式*/
|
||
|
body {
|
||
|
background-color: aquamarine;
|
||
|
background: url(../../img/foamBox/foamBoxbackground.jpg);
|
||
|
background-position: center center;
|
||
|
background-repeat: no-repeat;
|
||
|
background-attachment: fixed;
|
||
|
background-size: 100% 100%;
|
||
|
}
|
||
|
|
||
|
.theCurrentTeam {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.onDutyPlan {
|
||
|
border: 0px solid red;
|
||
|
width: 10.9%;
|
||
|
position: absolute;
|
||
|
top: 14.8%;
|
||
|
letter-spacing: -1px;
|
||
|
}
|
||
|
|
||
|
.scheduledProduction {
|
||
|
left: 30%;
|
||
|
}
|
||
|
|
||
|
.actualOutPut {
|
||
|
left: 44.5%;
|
||
|
}
|
||
|
|
||
|
.differenceValue {
|
||
|
left: 59%;
|
||
|
}
|
||
|
|
||
|
.inventoryStatistics {
|
||
|
border: 0px solid red;
|
||
|
position: absolute;
|
||
|
width: 23.5%;
|
||
|
height: 23.3%;
|
||
|
top: 14.5%;
|
||
|
left: 3.5%;
|
||
|
}
|
||
|
|
||
|
.statisticalOutputByModel {
|
||
|
border: 0px solid red;
|
||
|
position: absolute;
|
||
|
width: 23.5%;
|
||
|
height: 49%;
|
||
|
top: 46%;
|
||
|
left: 3.5%;
|
||
|
}
|
||
|
|
||
|
.hourlyOutputStatistics {
|
||
|
border: 0px solid red;
|
||
|
position: absolute;
|
||
|
width: 68%;
|
||
|
height: 20%;
|
||
|
bottom: 5%;
|
||
|
right: 3.5%;
|
||
|
}
|
||
|
|
||
|
.foamingParameters {
|
||
|
border: 0px solid red;
|
||
|
position: absolute;
|
||
|
width: 23.5%;
|
||
|
height: 23.3%;
|
||
|
top: 14.5%;
|
||
|
right: 3.5%;
|
||
|
}
|
||
|
|
||
|
.deviceRunStatus {
|
||
|
/*position: absolute;
|
||
|
width: 38%;
|
||
|
height: 10%;
|
||
|
top: 25.5%;
|
||
|
left: 33%;
|
||
|
border: 1px solid red;
|
||
|
color: white;
|
||
|
font-size: 12px;*/
|
||
|
position: absolute;
|
||
|
width: 40%;
|
||
|
height: 10%;
|
||
|
top: 25.5%;
|
||
|
left: 30.2%;
|
||
|
border: 0px solid red;
|
||
|
color: white;
|
||
|
font-size: 12px;
|
||
|
}
|