This commit is contained in:
parent
d2881726a9
commit
f1146937ec
|
@ -52,7 +52,7 @@
|
|||
</view>
|
||||
<view class="star-technician width">
|
||||
<view class="star-technician-mian">
|
||||
<liu-goods-swiper :goodsList="starTechnician" :imgWidth="160" :imgHeight="170" @clickItem="chooseItem" @cancellable='false' class="yuanjiao"></liu-goods-swiper>
|
||||
<liu-goods-swiper :goodsList="starTechnician" :imgWidth="165" :imgHeight="155" @clickItem="chooseItem" @cancellable='false' ></liu-goods-swiper>
|
||||
</view>
|
||||
</view>
|
||||
<view class="index-project width">
|
||||
|
@ -1560,8 +1560,8 @@
|
|||
}
|
||||
.star-technician{
|
||||
position: relative;
|
||||
margin: -14px auto 0px auto;
|
||||
height: 250px;
|
||||
margin: -15px auto 0px auto;
|
||||
height: 236px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: #FFFFFF;
|
||||
|
|
|
@ -1053,7 +1053,6 @@
|
|||
height: 15px;
|
||||
}
|
||||
.oder-foot-left-view{
|
||||
width: 115px;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
background-color: rgba(8, 162, 138, 0.1);
|
||||
|
@ -1062,20 +1061,20 @@
|
|||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 2rpx 50rpx;
|
||||
}
|
||||
.oder-foot-left{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.oder-foot{
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
padding: 8px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
justify-content: center;
|
||||
background-color: rgba(224, 240, 237, 0.36);
|
||||
}
|
||||
.oder-mian-jin{
|
||||
|
|
Loading…
Reference in New Issue