调整全局颜色,调整部分pagesJson,调整样式

This commit is contained in:
唐明明
2021-11-03 20:13:03 +08:00
parent 72a3d53a17
commit c7cacd2c9c
15 changed files with 245 additions and 150 deletions

View File

@@ -415,7 +415,7 @@
line-height: 88rpx;
height: 88rpx;
text-align: center;
color: $text-price;
color: $mian-color;
background: white;
box-sizing: border-box;
font-size: $title-size-lg;
@@ -446,7 +446,7 @@
.remove-btn {
line-height: 70rpx;
color: $text-price;
color: $mian-color;
text-align: right;
font-size: $title-size-m;
}