|
@@ -24,7 +24,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view style="height:126rpx;"></view>
|
|
|
|
|
|
+ <view style="height:122rpx;vertical-align: top;"></view>
|
|
<view v-if="list.length > 0">
|
|
<view v-if="list.length > 0">
|
|
<view class="listBox" v-for="(item, i) in list" :key="i">
|
|
<view class="listBox" v-for="(item, i) in list" :key="i">
|
|
<view class="listBox_l"><image :src="item.images ? item.images : `../../static/${theme}/def_img@2x.png`" width="100%" height="100%"></image></view>
|
|
<view class="listBox_l"><image :src="item.images ? item.images : `../../static/${theme}/def_img@2x.png`" width="100%" height="100%"></image></view>
|
|
@@ -264,7 +264,7 @@ export default {
|
|
width: 100%;
|
|
width: 100%;
|
|
.header_box{
|
|
.header_box{
|
|
width: 100%;
|
|
width: 100%;
|
|
- padding: 0 20rpx;
|
|
|
|
|
|
+ padding: 0 20rpx 20rpx;
|
|
position: fixed;
|
|
position: fixed;
|
|
top:0;
|
|
top:0;
|
|
left:0;
|
|
left:0;
|