diff --git a/pages/user/collect_list/collect_list.wxml b/pages/user/collect_list/collect_list.wxml index de129b2..6db8d48 100644 --- a/pages/user/collect_list/collect_list.wxml +++ b/pages/user/collect_list/collect_list.wxml @@ -15,8 +15,8 @@ - - 共{{total_collects}}件商品 + + 共{{total_collects}}件商品 {{editEd==1?'完成':'编辑'}} @@ -48,7 +48,7 @@ {{item.shop_price}} - + 零售价: ¥{{item.market_price}} diff --git a/pages/user/collect_list/collect_list.wxss b/pages/user/collect_list/collect_list.wxss index 0c1362f..85fc169 100644 --- a/pages/user/collect_list/collect_list.wxss +++ b/pages/user/collect_list/collect_list.wxss @@ -145,7 +145,7 @@ page { /* 商品详情 */ .commodity .sum { - font-size: 25rpx; + font-size: 28rpx; height: 70rpx; background-color: rgb(245, 245, 245); padding-left: 31rpx; @@ -231,7 +231,7 @@ page { .commodity .collects_max .collect .attribute .attribute_money .money_right .similar { width: 97rpx; - height: 30rpx; + height: 35rpx; border-radius: 21rpx; border: 1rpx solid rgb(162, 162, 162); margin-right: 22rpx; @@ -245,8 +245,8 @@ page { } .commodity .collects_max .collect .attribute .attribute_money .money_right image { - width: 25rpx; - height: 29rpx; + width: 35rpx; + height: 35rpx; margin-right: 10rpx; margin-bottom: 1rpx; }