瀏覽代碼

优化样式

shish 20 小時之前
父節點
當前提交
2e363ac63c
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      mallApp/src/components/home/activitySection.vue
  2. 1 1
      mallApp/src/pages/goods/section-list.vue

+ 2 - 2
mallApp/src/components/home/activitySection.vue

@@ -378,7 +378,7 @@ export default {
   margin-right: 8upx;
 }
 .row-price-wrap .origin-price {
-  font-size: 22upx;
+  font-size: 28upx;
   color: #bbb;
   text-decoration: line-through;
 }
@@ -397,7 +397,7 @@ export default {
   font-weight: 700;
 }
 .origin-price {
-  font-size: 22upx;
+  font-size: 28upx;
   color: #bbb;
   text-decoration: line-through;
 }

+ 1 - 1
mallApp/src/pages/goods/section-list.vue

@@ -413,7 +413,7 @@ export default {
 
 .origin-price {
   margin-left: 12upx;
-  font-size: 22upx;
+  font-size: 28upx;
   color: #bbb;
   text-decoration: line-through;
 }