Commit bdb37342f040547cbe8677a0514385a00a3eee83
1 parent
b6693688
commit1
Showing
4 changed files
with
7 additions
and
6 deletions
app.wxss
@@ -94,7 +94,7 @@ button { | @@ -94,7 +94,7 @@ button { | ||
94 | text-align: center; | 94 | text-align: center; |
95 | } | 95 | } |
96 | .no-data .no-data-title { | 96 | .no-data .no-data-title { |
97 | - color: #9b9b9b; | 97 | + color: #444; |
98 | margin-bottom: 30rpx; | 98 | margin-bottom: 30rpx; |
99 | font-size: 35rpx; | 99 | font-size: 35rpx; |
100 | } | 100 | } |
pages/goods/categoryList/categoryList.wxml
@@ -460,10 +460,11 @@ | @@ -460,10 +460,11 @@ | ||
460 | </navigator> | 460 | </navigator> |
461 | </view> | 461 | </view> |
462 | <view class="no-data" wx:if="{{msgStatus == true}}"> | 462 | <view class="no-data" wx:if="{{msgStatus == true}}"> |
463 | - <image class="cart-image" src="{{iurl}}/miniapp/images/cart-null.png"></image> | 463 | + <!-- <image class="cart-image" src="{{iurl}}/miniapp/images/cart-null.png"></image> --> |
464 | 464 | ||
465 | - <view wx:if="{{msgStatus == true && lastMsg == false}}" class="no-data-title">该类别暂无推荐商品 {{countDownNum}} 秒后自动跳到下一个类别</view> | ||
466 | - <view wx:elif="{{lastMsg == true && msgStatus == true}}" class="no-data-title">该类别暂无推荐商品</view> | 465 | + <view wx:if="{{msgStatus == true && lastMsg == false}}" class="no-data-title" style="text-align:center;margin-top:100px"> |
466 | + <view style="color:#444;line-height:30px;">该类别暂无推荐商品</view><view style="color:#444;line-height:30px;"> {{countDownNum}} 秒后自动跳到下一个类别</view> </view> | ||
467 | + <view wx:elif="{{lastMsg == true && msgStatus == true}}" class="no-data-title" style="text-align:center;margin-top:100px">该类别暂无推荐商品</view> | ||
467 | <!-- <navigator class="lookat" openType="switchTab" url="/pages/index/index/index"> 去逛逛 </navigator> --> | 468 | <!-- <navigator class="lookat" openType="switchTab" url="/pages/index/index/index"> 去逛逛 </navigator> --> |
468 | </view> | 469 | </view> |
469 | 470 |
pages/goods/categoryList/categoryList.wxss
@@ -264,7 +264,7 @@ width: 60%; | @@ -264,7 +264,7 @@ width: 60%; | ||
264 | width: 90%; | 264 | width: 90%; |
265 | margin: auto; | 265 | margin: auto; |
266 | height: 70rpx; | 266 | height: 70rpx; |
267 | - border-bottom: 1rpx solid #eee; | 267 | + border-bottom: 1rpx solid #f5f6f6; |
268 | line-height: 85rpx; | 268 | line-height: 85rpx; |
269 | font-weight: 600; | 269 | font-weight: 600; |
270 | 270 |
pages/goods/goodsList/goodsList.wxss