修改图片

This commit is contained in:
kbing1981 2024-08-16 16:38:03 +08:00
parent 9e889840db
commit e6d2963221
2 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@
</view> </view>
<view class="star-technician width"> <view class="star-technician width">
<view class="star-technician-mian"> <view class="star-technician-mian">
<liu-goods-swiper :goodsList="starTechnician" :imgWidth="165" :imgHeight="149" @clickItem="chooseItem" @cancellable='false' ></liu-goods-swiper> <liu-goods-swiper :goodsList="starTechnician" :imgWidth="165" :imgHeight="120" @clickItem="chooseItem" @cancellable='false' ></liu-goods-swiper>
</view> </view>
</view> </view>
<view class="index-project width"> <view class="index-project width">
@ -2056,7 +2056,7 @@
.star-technician{ .star-technician{
position: relative; position: relative;
margin: -15px auto 0px auto; margin: -15px auto 0px auto;
height: 236px; height: 216px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background: #FFFFFF; background: #FFFFFF;

View File

@ -81,7 +81,7 @@
.item-box { .item-box {
display: inline-block; display: inline-block;
width: 30%; width: 30%;
height: 210px; height: 200px;
/* margin-right: 10px; */ /* margin-right: 10px; */
border-radius: 10px; border-radius: 10px;
margin-top: 10px; margin-top: 10px;