feat: 字体大小16px替换全局变量

This commit is contained in:
duanshuwen
2025-10-06 17:35:29 +08:00
parent 637c5f674b
commit 56f7f9d426
13 changed files with 18 additions and 18 deletions

View File

@@ -30,7 +30,7 @@
width: 100%;
height: 44px;
color: $uni-text-color;
font-size: 16px;
font-size: $uni-font-size-lg;
display: flex;
justify-content: center;
align-items: center;
@@ -68,7 +68,7 @@
width: 100%;
max-height: 92px;
min-height: 22px;
font-size: 16px;
font-size: $uni-font-size-lg;
line-height: 22px;
margin: 6px 0;

View File

@@ -60,7 +60,7 @@
}
.card-title {
font-size: 16px;
font-size: $uni-font-size-lg;
font-weight: bold;
color: #222;
width: 100%;
@@ -113,7 +113,7 @@
.card-price {
color: #ff6600;
font-size: 16px;
font-size: $uni-font-size-lg;
font-weight: bold;
}
.card-unit {

View File

@@ -59,7 +59,7 @@
}
.card-title {
font-size: 16px;
font-size: $uni-font-size-lg;
font-weight: bold;
color: #222;
width: 100%;
@@ -112,7 +112,7 @@
.card-price {
color: #ff6600;
font-size: 16px;
font-size: $uni-font-size-lg;
font-weight: bold;
}
.card-unit {