Commit bdb37342f040547cbe8677a0514385a00a3eee83

Authored by 后端研发-倪永富
1 parent b6693688

commit1

app.wxss
... ... @@ -94,7 +94,7 @@ button {
94 94 text-align: center;
95 95 }
96 96 .no-data .no-data-title {
97   - color: #9b9b9b;
  97 + color: #444;
98 98 margin-bottom: 30rpx;
99 99 font-size: 35rpx;
100 100 }
... ...
pages/goods/categoryList/categoryList.wxml
... ... @@ -460,10 +460,11 @@
460 460 </navigator>
461 461 </view>
462 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 468 <!-- <navigator class="lookat" openType="switchTab" url="/pages/index/index/index"> 去逛逛 </navigator> -->
468 469 </view>
469 470  
... ...
pages/goods/categoryList/categoryList.wxss
... ... @@ -264,7 +264,7 @@ width: 60%;
264 264 width: 90%;
265 265 margin: auto;
266 266 height: 70rpx;
267   - border-bottom: 1rpx solid #eee;
  267 + border-bottom: 1rpx solid #f5f6f6;
268 268 line-height: 85rpx;
269 269 font-weight: 600;
270 270  
... ...
pages/goods/goodsList/goodsList.wxss
... ... @@ -64,7 +64,7 @@
64 64 width: 100%;
65 65 min-height: 200rpx;
66 66 padding: 10rpx 0;
67   - border-bottom: 1px solid #dfefef;
  67 + border-bottom: 1px solid #f5f6f6;
68 68 font-size: 30rpx;
69 69 }
70 70  
... ...