fix bug修改
This commit is contained in:
@@ -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%);
|
||||
|
||||
Reference in New Issue
Block a user