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