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