50 lines
945 B
Plaintext
50 lines
945 B
Plaintext
.container {
|
|
padding: 24px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-size: 100% 100%;
|
|
background-repeat: no-repeat;
|
|
|
|
.container__head {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
h2 {
|
|
font-family: "微软雅黑", "Microsoft YaHei UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
|
|
"PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC",
|
|
"WenQuanYi Micro Hei", sans-serif;
|
|
margin: 0;
|
|
margin-left: 6px;
|
|
font-size: 18px;
|
|
color: #fff;
|
|
letter-spacing: 2px;
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
}
|
|
|
|
.bgKiln {
|
|
background: url('');
|
|
}
|
|
.bgGood {
|
|
background: url('../assets/good.png');
|
|
}
|
|
.bgFaultTotal {
|
|
background: url('');
|
|
}
|
|
.bgFaultType {
|
|
background: url('');
|
|
}
|
|
.bgGas {
|
|
background: url('');
|
|
}
|
|
.bgWind {
|
|
background: url('');
|
|
}
|
|
.bgEnergy {
|
|
background: url('../assets/energy.png');
|
|
}
|
|
.bgSmoke {
|
|
background: url('../assets/smoke.png');
|
|
}
|