Commit c449590cb8dc57de208ded38643f2487251afc41

Authored by season
1 parent 5cb4378e

我的收藏样式

pages/user/collect_list/collect_list.wxml
... ... @@ -15,8 +15,8 @@
15 15 <!-- 收藏商品 -->
16 16 <view class="commodity">
17 17 <!-- 商品数量 -->
18   - <view class="sum flex-vertical-between">
19   - <view class="flex-center">共{{total_collects}}件商品</view>
  18 + <view class="sum flex-vertical-between fs24">
  19 + <view class="flex-center ">共{{total_collects}}件商品</view>
20 20 <view class="flex-right-vertical editEd" bindtap="editcollects">{{editEd==1?'完成':'编辑'}}</view>
21 21 </view>
22 22 <!-- 商品集合 -->
... ... @@ -48,7 +48,7 @@
48 48 <view class="fs40">{{item.shop_price}}</view>
49 49 </view>
50 50 <!-- 原价 -->
51   - <view class="flex fs20 line through xc-ash">
  51 + <view class="flex fs24 line through xc-ash">
52 52 <view>零售价:</view>
53 53 <view>¥{{item.market_price}}</view>
54 54 </view>
... ...
pages/user/collect_list/collect_list.wxss
... ... @@ -145,7 +145,7 @@ page {
145 145 /* 商品详情 */
146 146  
147 147 .commodity .sum {
148   - font-size: 25rpx;
  148 + font-size: 28rpx;
149 149 height: 70rpx;
150 150 background-color: rgb(245, 245, 245);
151 151 padding-left: 31rpx;
... ... @@ -231,7 +231,7 @@ page {
231 231  
232 232 .commodity .collects_max .collect .attribute .attribute_money .money_right .similar {
233 233 width: 97rpx;
234   - height: 30rpx;
  234 + height: 35rpx;
235 235 border-radius: 21rpx;
236 236 border: 1rpx solid rgb(162, 162, 162);
237 237 margin-right: 22rpx;
... ... @@ -245,8 +245,8 @@ page {
245 245 }
246 246  
247 247 .commodity .collects_max .collect .attribute .attribute_money .money_right image {
248   - width: 25rpx;
249   - height: 29rpx;
  248 + width: 35rpx;
  249 + height: 35rpx;
250 250 margin-right: 10rpx;
251 251 margin-bottom: 1rpx;
252 252 }
... ...