From cc8f21094f411c30aae8ff6ffe64dca88d0921c8 Mon Sep 17 00:00:00 2001 From: taiyuan Date: Wed, 15 Sep 2021 16:58:14 +0800 Subject: [PATCH] 分类列表、商品列表样式调整 --- app.wxss | 2 +- pages/goods/categoryList/categoryList.wxml | 199 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------------- pages/goods/goodsList/goodsList.wxml | 28 ++++++++++++++-------------- 3 files changed, 131 insertions(+), 98 deletions(-) diff --git a/app.wxss b/app.wxss index 683d317..60f5c3e 100644 --- a/app.wxss +++ b/app.wxss @@ -630,7 +630,7 @@ background: #ffe3e2; font-size: 20rpx; } .fs22{ - font-size: 22rpx; + font-size: 22rpx !important; } .fs24{ font-size: 24rpx !important; diff --git a/pages/goods/categoryList/categoryList.wxml b/pages/goods/categoryList/categoryList.wxml index 0bdf776..cae4c14 100644 --- a/pages/goods/categoryList/categoryList.wxml +++ b/pages/goods/categoryList/categoryList.wxml @@ -406,99 +406,132 @@ - + - - - - - {{item.goods_name}} - - - - - {{item.prom_integral}}积分 - + - ¥{{item.prom_price}} - - - ¥{{item.market_price}} - 评论{{item.comment_count}} 已售{{item.sales_sum}} - - - - - - - - - - - - - - ¥{{item[card_field]}} - - - {{card_name}} + + + + + {{item.goods_name}} + + + + + + {{item.prom_integral}}积分 + + + {{item.prom_price}} + + {{item.market_price}} + + + + + + 评论{{item.comment_count}} + 已售{{item.sales_sum}} + - - - ¥{{item.market_price}} - 评论{{item.comment_count}} 已售{{item.sales_sum}} - - ¥{{item.shop_price}} - - ¥{{item.market_price}} - 评论{{item.comment_count}} 已售{{item.sales_sum}} - - - - - - - - ¥{{item.shop_price}} - ¥{{item.market_price}} - - - - ¥{{g_filter.get_card_price(item,card_list,0)}} - - - {{g_filter.get_card_price(item,card_list,1)}} - + + + + + + + + + + + {{item[card_field]}} + + + {{card_name}} + + + + {{item.market_price}} + + 评论{{item.comment_count}} + 已售{{item.sales_sum}} + + + + + + {{item.shop_price}} + {{item.market_price}} + + + + + 评论{{item.comment_count}} + 已售{{item.sales_sum}} + + + + + + + + + {{item.shop_price}} + {{item.market_price}} + + + + {{g_filter.get_card_price(item,card_list,0)}} + + + {{g_filter.get_card_price(item,card_list,1)}} + + + + + + 评论{{item.comment_count}} + 已售{{item.sales_sum}} + + + + + + + {{item.shop_price}} + {{item.market_price}} + + + + + + 评论{{item.comment_count}} + 已售{{item.sales_sum}} + + + + + + + + {{item.shop_price}} + {{item.market_price}} + + + + + + 评论{{item.comment_count}} + 已售{{item.sales_sum}} + - - - 评论{{item.comment_count}} 已售{{item.sales_sum}} - - + - - ¥{{item.shop_price}} - - ¥{{item.market_price}} - 评论{{item.comment_count}} 已售{{item.sales_sum}} - - - - - - ¥{{item.shop_price}} - - ¥{{item.market_price}} - 评论{{item.comment_count}} 已售{{item.sales_sum}} - - - - + 暂无更多 diff --git a/pages/goods/goodsList/goodsList.wxml b/pages/goods/goodsList/goodsList.wxml index 9a35814..1c5eac3 100644 --- a/pages/goods/goodsList/goodsList.wxml +++ b/pages/goods/goodsList/goodsList.wxml @@ -68,7 +68,7 @@ {{item.prom_integral}}积分 + - ¥{{item.prom_price}} + {{item.prom_price}} {{item.market_price}} @@ -90,14 +90,14 @@ - ¥{{item[card_field]}} + {{item[card_field]}} {{card_name}} - ¥{{item.market_price}} + {{item.market_price}} 评论{{item.comment_count}} 已售{{item.sales_sum}} @@ -105,9 +105,9 @@ - ¥{{item.shop_price}} + {{item.shop_price}} - ¥{{item.market_price}} + {{item.market_price}} 评论{{item.comment_count}} 已售{{item.sales_sum}} @@ -137,8 +137,8 @@ - ¥{{item.shop_price}} - ¥{{item.market_price}} + {{item.shop_price}} + {{item.market_price}} @@ -183,7 +183,7 @@ {{item.prom_integral}}积分 + - ¥{{item.prom_price}} + {{item.prom_price}} {{item.market_price}} @@ -205,14 +205,14 @@ - ¥{{item[card_field]}} + {{item[card_field]}} {{card_name}} - ¥{{item.market_price}} + {{item.market_price}} 评论{{item.comment_count}} 已售{{item.sales_sum}} @@ -220,9 +220,9 @@ - ¥{{item.shop_price}} + {{item.shop_price}} - ¥{{item.market_price}} + {{item.market_price}} 评论{{item.comment_count}} 已售{{item.sales_sum}} @@ -252,8 +252,8 @@ - ¥{{item.shop_price}} - ¥{{item.market_price}} + {{item.shop_price}} + {{item.market_price}} -- libgit2 0.21.4