fix bug修改

This commit is contained in:
duanliang
2026-01-15 15:04:10 +08:00
parent 9705c0bb26
commit 1e1d4e56cc

View File

@@ -961,7 +961,7 @@
align-items: center; align-items: center;
color: #fff; color: #fff;
text-align: center; text-align: center;
font-size: vw(24); /* 20×1.2 */ font-size: vw(24);
justify-content: center; justify-content: center;
} }
.look-box { .look-box {
@@ -977,7 +977,7 @@
align-items: center; align-items: center;
background: #0a4190; background: #0a4190;
border-radius: vw(4); border-radius: vw(4);
font-size: font-vw(18); /* 14×1.2 */ font-size: font-vw(18);
color: #fff; color: #fff;
} }
} }
@@ -1045,12 +1045,12 @@
} }
&-item-label { &-item-label {
font-weight: 400; font-weight: 400;
font-size: vw(14.4); /* 12×1.2 */ font-size: vw(14.4);
line-height: vh(14); line-height: vh(14);
} }
&-item-value { &-item-value {
font-weight: bold; font-weight: bold;
font-size: vw(19.2); /* 16×1.2 */ font-size: vw(19.2);
line-height: vh(18); line-height: vh(18);
} }
} }
@@ -1059,7 +1059,7 @@
flex:1; flex:1;
.count-box { .count-box {
padding: 0 vw(10); padding: 0 vw(10);
height: vh(150); height: vh(140);
} }
.bg { .bg {
background: linear-gradient(321deg, #0b2f64 0%, #062b57 100%); background: linear-gradient(321deg, #0b2f64 0%, #062b57 100%);