| | |
| | | <view class="sale"> |
| | | <u-navbar title='限时抢购'></u-navbar> |
| | | <view class="header-wraper"> |
| | | <image mode="widthFix" src="/static/seckill.png"></image> |
| | | <image mode="widthFix" src="/pages/subComponents/static/seckill.png"></image> |
| | | </view> |
| | | <scroll-view scroll-x> |
| | | <view class="index-navs"> |
| | |
| | | </view> |
| | | <view v-else> |
| | | <view class="nodata"> |
| | | <image style="height: 240rpx;width: 320rpx;" src="/static/nodata.png" alt="" /> |
| | | <image style="height: 240rpx;width: 320rpx;" src="/pages/subComponents/static/nodata.png" alt="" /> |
| | | <div>暂无商品</div> |
| | | </view> |
| | | </view> |
| | |
| | | } |
| | | |
| | | .header-wraper { |
| | | background: url('/static/bg.png'); |
| | | background: url('/pages/subComponents/static/bg.png'); |
| | | height: 200rpx; |
| | | display: flex; |
| | | align-items: center; |