diff --git a/app.wxss b/app.wxss index 1c9cadb..6f4643d 100644 --- a/app.wxss +++ b/app.wxss @@ -94,7 +94,7 @@ button { text-align: center; } .no-data .no-data-title { - color: #9b9b9b; + color: #444; margin-bottom: 30rpx; font-size: 35rpx; } diff --git a/pages/goods/categoryList/categoryList.wxml b/pages/goods/categoryList/categoryList.wxml index 3d3047e..0486107 100644 --- a/pages/goods/categoryList/categoryList.wxml +++ b/pages/goods/categoryList/categoryList.wxml @@ -460,10 +460,11 @@ - + - 该类别暂无推荐商品 {{countDownNum}} 秒后自动跳到下一个类别 - 该类别暂无推荐商品 + + 该类别暂无推荐商品 {{countDownNum}} 秒后自动跳到下一个类别 + 该类别暂无推荐商品 diff --git a/pages/goods/categoryList/categoryList.wxss b/pages/goods/categoryList/categoryList.wxss index 8052175..2a79d0e 100644 --- a/pages/goods/categoryList/categoryList.wxss +++ b/pages/goods/categoryList/categoryList.wxss @@ -264,7 +264,7 @@ width: 60%; width: 90%; margin: auto; height: 70rpx; - border-bottom: 1rpx solid #eee; + border-bottom: 1rpx solid #f5f6f6; line-height: 85rpx; font-weight: 600; diff --git a/pages/goods/goodsList/goodsList.wxss b/pages/goods/goodsList/goodsList.wxss index 1defb76..fa28dd1 100644 --- a/pages/goods/goodsList/goodsList.wxss +++ b/pages/goods/goodsList/goodsList.wxss @@ -64,7 +64,7 @@ width: 100%; min-height: 200rpx; padding: 10rpx 0; - border-bottom: 1px solid #dfefef; + border-bottom: 1px solid #f5f6f6; font-size: 30rpx; }