修改图片
This commit is contained in:
parent
9e889840db
commit
e6d2963221
|
@ -72,7 +72,7 @@
|
|||
</view>
|
||||
<view class="star-technician width">
|
||||
<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 class="index-project width">
|
||||
|
@ -2056,7 +2056,7 @@
|
|||
.star-technician{
|
||||
position: relative;
|
||||
margin: -15px auto 0px auto;
|
||||
height: 236px;
|
||||
height: 216px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: #FFFFFF;
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
.item-box {
|
||||
display: inline-block;
|
||||
width: 30%;
|
||||
height: 210px;
|
||||
height: 200px;
|
||||
/* margin-right: 10px; */
|
||||
border-radius: 10px;
|
||||
margin-top: 10px;
|
||||
|
|
Loading…
Reference in New Issue