.container { padding: 24px; display: flex; flex-direction: column; background-size: 100% 100%; background-repeat: no-repeat; position: relative; .container__head { display: flex; align-items: center; img { width: 24px; &.bigger { width: 28px; } } 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: 22px; 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"); }