xuchang-new/src/components/container.module.scss

51 lines
962 B
SCSS
Raw Normal View History

2023-11-09 15:34:52 +08:00
.container {
padding: 24px;
display: flex;
flex-direction: column;
background-size: 100% 100%;
background-repeat: no-repeat;
2023-12-15 09:58:40 +08:00
position: relative;
2023-11-09 15:34:52 +08:00
.container__head {
display: flex;
align-items: center;
img {
2023-12-19 15:15:10 +08:00
width: 24px;
2023-11-09 15:34:52 +08:00
&.bigger {
2023-12-19 15:15:10 +08:00
width: 28px;
2023-11-09 15:34:52 +08:00
}
}
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;
2023-12-19 15:15:10 +08:00
font-size: 22px;
2023-11-09 15:34:52 +08:00
color: #fff;
letter-spacing: 2px;
font-weight: 500;
}
}
.container__content {
height: 1px;
flex: 1;
// background: #25a78672;
}
}
.bgGood {
background: url("../assets/good.png");
}
.bgEnergy {
background: url("../assets/energy.png");
}
.bgSmoke {
background: url("../assets/smoke.png");
}