修改图片
This commit is contained in:
parent
9e889840db
commit
e6d2963221
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue