页面修改

This commit is contained in:
THK3121 2023-09-11 13:51:40 +08:00
parent 5d507c2515
commit 45feda6994

View File

@ -16,7 +16,6 @@
</view> </view>
</view> --> </view> -->
<view class="" v-if="cloudList.length>0"> <view class="" v-if="cloudList.length>0">
<view class=""> <view class="">
<!-- <view style="height: var(--status-bar-height);"></view> --> <!-- <view style="height: var(--status-bar-height);"></view> -->
@ -98,15 +97,15 @@
</swiper-item> </swiper-item>
</swiper> </swiper>
</view> </view>
<transition name="fade">
<view class="content">
<view class="content_sift" :style="{position:pocls,top:headtop+'px'}" v-if="!showtit"> <view class="content_sift" :style="{position:pocls,top:headtop+'px'}" v-if="!showtit">
<view :class="{act:item.act}" v-for="item,index in actList" :key="index" <view :class="{act:item.act}" v-for="item,index in actList" :key="index"
@click="screenGoods(item.screen,index)"> @click="screenGoods(item.screen,index)">
{{item.tit}} {{item.tit}}
</view> </view>
</view> </view>
<transition name="fade">
<view class="content">
<view class="goods_list" v-if="goodsList.length>0"> <view class="goods_list" v-if="goodsList.length>0">
<view class="empty" v-if='showLoading'> <view class="empty" v-if='showLoading'>
<u-loading-icon v-if='showLoading' text="加载中" textSize="18"></u-loading-icon> <u-loading-icon v-if='showLoading' text="加载中" textSize="18"></u-loading-icon>
@ -147,7 +146,7 @@
</view> </view>
</view> </view>
<view style="height: 100rpx;"> <view style="height: 100rpx;">
<u-loadmore :status="status" /> <!-- <u-loadmore :status="status" /> -->
</view> </view>
</view> </view>
@ -225,8 +224,12 @@
height="400.09rpx"></u--image> height="400.09rpx"></u--image>
</view> </view>
</view>
<view class="" :style="`height:${appInfo.bottom};background-color:white`">
</view> </view>
</view> </view>
@ -644,7 +647,8 @@
} }
.goods_list { .goods_list {
min-height: 100vh;
// background-color: red;
.goods { .goods {
display: flex; display: flex;
@ -719,7 +723,7 @@
// } // }
.content_sift { .content_sift {
width: 730rpx; width: 750rpx;
padding: 22rpx 0; padding: 22rpx 0;
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
@ -875,7 +879,7 @@
// align-items: center; // align-items: center;
// padding: 20vh 0; // padding: 20vh 0;
position: relative; position: relative;
height: 85vh; height: 100vh;
.info { .info {
position: absolute; position: absolute;