招租列表的主图加圆角

This commit is contained in:
wangzimeng 2025-08-06 15:34:01 +08:00
parent e96d67023b
commit 2de4c5fbb2
4 changed files with 20 additions and 15 deletions

View File

@ -470,6 +470,7 @@
right: 0rpx;
bottom: 18rpx;
z-index: 1;
border-radius: 12rpx;
}
}

View File

@ -619,7 +619,7 @@
right: 0rpx;
bottom: 18rpx;
z-index: 1;
border-radius: 12rpx;
}
}

View File

@ -20,6 +20,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>
<!-- 右侧内容 -->
@ -71,7 +74,8 @@
<view class="exchangeBtn" v-if="item.is_collect == 1" @click="classCollect(item,index)">
取消收藏
</view>
<view class="exchangeBtn1" v-if="item.is_collect == 0" @click="classCollect(item,index)">
<view class="exchangeBtn1" v-if="item.is_collect == 0"
@click="classCollect(item,index)">
收藏
</view>
</view>
@ -409,9 +413,9 @@
height: 190rpx;
position: relative;
right: 0rpx;
bottom: 0rpx;
bottom: 18rpx;
z-index: 1;
border-radius: 12rpx;
}
}

View File

@ -294,7 +294,7 @@
right: 0rpx;
bottom: 18rpx;
z-index: 1;
border-radius: 12rpx;
}
}