xuchang-new/src/components/Common/ForecastTemperature/leftbox.module.scss

41 lines
776 B
SCSS
Raw Normal View History

2024-08-30 17:17:45 +08:00
.leftbox {
// height: 128px;
height: 230px;
display: flex;
width: 640px;
flex-wrap: wrap;
.box {
margin-right: 16px;
2024-09-13 15:47:43 +08:00
width: 272px;
height: 100px;
2024-08-30 17:17:45 +08:00
padding: 12px 8px;
background: url(../../../assets/CenterChart2ItemBg.png);
background-repeat: no-repeat;
background-size: 100% 100%;
display: flex;
letter-spacing: 2px;
align-items: flex-start;
// flex-wrap: wrap;
user-select: none;
.box__inner {
padding-top: 12px;
.box__label {
color: #fffa;
font-size: 18px;
line-height: 1;
2024-09-13 15:47:43 +08:00
margin-left: 8px;
2024-08-30 17:17:45 +08:00
}
.box__value {
color: #fff;
font-weight: 400;
2024-09-13 15:47:43 +08:00
margin-left: 8px;
2024-08-30 17:17:45 +08:00
font-size: 34px;
line-height: 54px;
}
}
}
}