This commit is contained in:
kbing1981 2024-07-03 21:34:26 +08:00
parent d2881726a9
commit f1146937ec
2 changed files with 6 additions and 7 deletions

View File

@ -52,7 +52,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="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> </view>
<view class="index-project width"> <view class="index-project width">
@ -1560,8 +1560,8 @@
} }
.star-technician{ .star-technician{
position: relative; position: relative;
margin: -14px auto 0px auto; margin: -15px auto 0px auto;
height: 250px; height: 236px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background: #FFFFFF; background: #FFFFFF;

View File

@ -1053,7 +1053,6 @@
height: 15px; height: 15px;
} }
.oder-foot-left-view{ .oder-foot-left-view{
width: 115px;
height: 24px; height: 24px;
line-height: 24px; line-height: 24px;
background-color: rgba(8, 162, 138, 0.1); background-color: rgba(8, 162, 138, 0.1);
@ -1062,20 +1061,20 @@
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding: 2rpx 50rpx;
} }
.oder-foot-left{ .oder-foot-left{
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: space-between;
} }
.oder-foot{ .oder-foot{
width: 100%; width: 100%;
margin: 0 auto; margin: 0 auto;
padding: 8px; padding: 8px;
display: flex; display: flex;
flex-direction: row; justify-content: center;
align-items: center;
justify-content: space-between;
background-color: rgba(224, 240, 237, 0.36); background-color: rgba(224, 240, 237, 0.36);
} }
.oder-mian-jin{ .oder-mian-jin{