图片调整

This commit is contained in:
liuyuan
2025-05-06 15:25:18 +08:00
parent 19dcd82a63
commit fb96182e18
6 changed files with 30 additions and 31 deletions

View File

@@ -459,7 +459,7 @@
mode="aspectFit"
>
</image>
<image v-else :src="item.image" mode="aspectFit"></image>
<image v-else :src="item.image"></image>
</view>
<view class="buyItems flexbox">
<view class="txt555">
@@ -1302,6 +1302,7 @@ export default {
margin-bottom: 40rpx;
.buyItems {
padding-top: 10rpx;
align-items: center;
.buybtn {
@@ -1536,11 +1537,10 @@ export default {
@include ptop_bottm(10px);
@include pleft_right(10px);
@include mshadow(10px, 1);
margin-bottom: 10px;
margin-bottom: 20px;
.img {
width: 100%;
height: 180rpx;
background-color: #f7f7f7;
display: flex;
align-items: center;
@@ -1552,20 +1552,19 @@ export default {
flex-wrap: wrap;
.item {
width: 48%;
width: 326rpx;
overflow: hidden;
margin-bottom: 20rpx;
image {
width: 100%;
height: 200rpx;
height: 220rpx;
}
.txt555 {
height: 40rpx;
line-height: 40rpx;
@include bov(1);
margin-top: 10rpx;
font-size: 24rpx;
}
}