Commit cb02b28ff9a6aa9339931a28950b013db2ef696b
1 parent
a513332e
专享礼包是字体优化
Showing
2 changed files
with
4 additions
and
4 deletions
pages/giftpack/buygiftpack/giftpackbuy.wxss
| ... | ... | @@ -107,7 +107,7 @@ page { |
| 107 | 107 | } |
| 108 | 108 | |
| 109 | 109 | .content_ware_type { |
| 110 | - font-size: 28rpx; | |
| 110 | + font-size: 32rpx; | |
| 111 | 111 | color: #c61a34; |
| 112 | 112 | margin-top: 10rpx; |
| 113 | 113 | position: absolute; |
| ... | ... | @@ -116,7 +116,7 @@ page { |
| 116 | 116 | } |
| 117 | 117 | |
| 118 | 118 | .content_ware_price { |
| 119 | - font-size: 30rpx; | |
| 119 | + font-size: 26rpx; | |
| 120 | 120 | color: #b9b5b5; |
| 121 | 121 | margin-top: 2rpx; |
| 122 | 122 | text-decoration: line-through; | ... | ... |
pages/giftpack/mygiftpack/mygiftpack.wxss
| ... | ... | @@ -144,7 +144,7 @@ |
| 144 | 144 | } |
| 145 | 145 | |
| 146 | 146 | .content_ware_type { |
| 147 | - font-size: 28rpx; | |
| 147 | + font-size: 32rpx; | |
| 148 | 148 | color: #c61a34; |
| 149 | 149 | margin-top: 10rpx; |
| 150 | 150 | position: absolute; |
| ... | ... | @@ -153,7 +153,7 @@ |
| 153 | 153 | } |
| 154 | 154 | |
| 155 | 155 | .content_ware_price { |
| 156 | - font-size: 30rpx; | |
| 156 | + font-size: 26rpx; | |
| 157 | 157 | color: #b9b5b5; |
| 158 | 158 | margin-top: 2rpx; |
| 159 | 159 | text-decoration: line-through; | ... | ... |