feat: 字体大小16px替换全局变量
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user