1、招租列表的主图位移问题:足迹和食堂招租页面的存在有平台推荐和非推荐的标签显示所以会存在错位

2、发布页面的按钮触底
3、优惠券的满减券列表的布局
This commit is contained in:
wangzimeng 2025-08-06 14:41:13 +08:00
parent 986eee5e7f
commit e96d67023b
5 changed files with 57 additions and 48 deletions

View File

@ -29,7 +29,8 @@
style="width: auto; position: relative;display: flex;justify-content: flex-start;align-items: center;">
<view
style="max-width: 110rpx; position: relative;font-size: 28rpx;font-weight: 400;color: #999999;line-height: 32rpx;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
{{dictLabel || '标签'}}</view>
{{dictLabel || '标签'}}
</view>
<image style="width: 27rpx;height: 27rpx;margin-left: 6rpx;"
src="https://jiangxiaoxian.0rui.cn/rentMore.png" mode=""></image>
</view>
@ -55,6 +56,9 @@
<image v-if="item.recommend == 1"
style="width: 77rpx;height: 36rpx;z-index: 100;position: relative;top: 34rpx;left: 0rpx;"
src="https://jiangxiaoxian.0rui.cn/hot.png"></image>
<image v-if="item.recommend != 1"
style="width: 77rpx;height: 36rpx;z-index: 100;position: relative;top: 34rpx;left: 0rpx;"
src=""></image>
<image class="iamges-mainImg" :src="item.images[0]"></image>
</view>
<!-- 右侧内容 -->
@ -72,14 +76,14 @@
<view style="display: flex;">
<image style="width: 24rpx;height: 24rpx;"
src="https://jiangxiaoxian.0rui.cn/locationList.png"></image>
<view class="title3" style="margin-left: 10rpx;">{{item.address_city_text}}
<view class="title3" style="margin-left: 6rpx;">{{item.address_city_text}}
</view>
</view>
<view class="title3">{{item.release_time_text}}</view>
<view style="display: flex;align-items: center;justify-content: center;">
<image style="width: 26rpx;height: 20rpx;"
src="https://jiangxiaoxian.0rui.cn/eye.png"></image>
<view class="title3" style="margin-left: 10rpx;">{{item.views}}</view>
<view class="title3" style="margin-left: 6rpx;">{{item.views}}</view>
</view>
</view>
</view>
@ -301,7 +305,6 @@
url: '/pages/canteenRent/rentDetail?id=' + e.id
})
}
</script>
<style lang="scss" scoped>

View File

@ -255,6 +255,8 @@
}
onShow(() => {
couponFullList.value = []
couponTimesList.value = []
getCouponFullList();
});
</script>
@ -344,7 +346,8 @@
.couponsListFull {
// width: 690rpx;
display: grid;
padding: 0 30rpx;
// display: grid;
justify-content: center;
align-items: center;
min-height: 80vh;

View File

@ -952,7 +952,7 @@
.bottomBtn {
width: 750rpx;
height: 200rpx;
// height: 200rpx;
background: #FFFFFF;
border-radius: 0rpx 0rpx 0rpx 0rpx;
position: fixed;

View File

@ -36,7 +36,7 @@
<view class="cons-third">
<image style="width: 24rpx;height: 24rpx;"
src="https://jiangxiaoxian.0rui.cn/locationList.png"></image>
<view class="title3" style="margin-left: 10rpx;">{{item.address_city_text}}
<view class="title3" style="margin-left: 6rpx;">{{item.address_city_text}}
</view>
</view>
</view>
@ -409,14 +409,14 @@
height: 190rpx;
position: relative;
right: 0rpx;
bottom: 18rpx;
bottom: 0rpx;
z-index: 1;
}
}
.listItem-contents {
width: 300rpx;
width: 326rpx;
height: auto;
margin-left: 20rpx;

View File

@ -14,6 +14,9 @@
<image v-if="e.information.recommend == 1"
style="width: 77rpx;height: 36rpx;z-index: 100;position: relative;top: 34rpx;left: 0rpx;"
src="https://jiangxiaoxian.0rui.cn/hot.png"></image>
<image v-if="e.information.recommend != 1"
style="width: 77rpx;height: 36rpx;z-index: 100;position: relative;top: 34rpx;left: 0rpx;"
src=""></image>
<image class="iamges-mainImg" :src="e.information.images[0]"></image>
</view>
<!-- 右侧内容 -->
@ -32,7 +35,7 @@
<view style="display: flex;">
<image style="width: 24rpx;height: 24rpx;"
src="https://jiangxiaoxian.0rui.cn/locationList.png"></image>
<view class="title3" style="margin-left: 10rpx;">
<view class="title3" style="margin-left: 6rpx;">
{{e.information.address_city_text}}
</view>
</view>
@ -40,7 +43,7 @@
<view style="display: flex;">
<image style="width: 26rpx;height: 20rpx;"
src="https://jiangxiaoxian.0rui.cn/eye.png"></image>
<view class="title3" style="margin-left: 10rpx;">{{e.information.views}}
<view class="title3" style="margin-left: 6rpx;">{{e.information.views}}
</view>
</view>
</view>