This commit is contained in:
parent
635ffacd2d
commit
658b715140
|
@ -5,7 +5,7 @@
|
|||
<image src="../../static/activate2.png" mode="widthFix" v-if="isVip=='1'"></image>
|
||||
<image src="../../static/servicePackage/member_ba.png" mode="widthFix" v-else></image>
|
||||
</view>
|
||||
<view class="header-bottom-top-list">
|
||||
<!-- <view class="header-bottom-top-list">
|
||||
<view class="header-bottom-foot-view2">
|
||||
<image class="header-bottom-foot-view2-img1" src="../../static/servicePackage/idCard.png" mode=""></image>
|
||||
<span>实名认证</span>
|
||||
|
@ -18,7 +18,7 @@
|
|||
<image class="header-bottom-foot-view2-img3" src="../../static/servicePackage/shuangyue.png" mode=""></image>
|
||||
<span>平台担保</span>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="header-bottom">
|
||||
<view class="header-bottom-top">
|
||||
|
||||
|
@ -52,15 +52,18 @@
|
|||
<view class="header-bottom-foot-cont">
|
||||
<!-- <view class="header-fubz">保障</view> -->
|
||||
<view class="header-bottom-foot-view">
|
||||
<image class="header-bottom-foot-view-img1" src="../../static/servicePackage/idCard.png" mode=""></image>
|
||||
<image class="header-bottom-foot-view-img1" src="../../static/servicePackage/idCard.png"
|
||||
mode=""></image>
|
||||
<span>未服务全额退款</span>
|
||||
</view>
|
||||
<view class="header-bottom-foot-view" style="margin: 0px 7px;width: 26%;">
|
||||
<image class="header-bottom-foot-view-img2" src="../../static/servicePackage/money.png" mode=""></image>
|
||||
<image class="header-bottom-foot-view-img2" src="../../static/servicePackage/money.png"
|
||||
mode=""></image>
|
||||
<span>不满意重做</span>
|
||||
</view>
|
||||
<view class="header-bottom-foot-view">
|
||||
<image class="header-bottom-foot-view-img3" src="../../static/servicePackage/shuangyue.png" mode=""></image>
|
||||
<image class="header-bottom-foot-view-img3" src="../../static/servicePackage/shuangyue.png"
|
||||
mode=""></image>
|
||||
<span>最快30分钟上门</span>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -418,34 +421,38 @@
|
|||
width: 30.56rpx;
|
||||
height: 29.86rpx;
|
||||
}
|
||||
.header-bottom-foot-view-img1{
|
||||
.header-bottom-foot-view-img1 {
|
||||
width: 30rpx;
|
||||
height: 30rpx;
|
||||
}
|
||||
.header-bottom-foot-view-img2{
|
||||
|
||||
.header-bottom-foot-view-img2 {
|
||||
width: 23rpx;
|
||||
height: 23rpx;
|
||||
}
|
||||
.header-bottom-foot-view-img3{
|
||||
|
||||
.header-bottom-foot-view-img3 {
|
||||
width: 26rpx;
|
||||
height: 26rpx;
|
||||
}
|
||||
.header-bottom-foot-view image{
|
||||
margin-right: 3px;
|
||||
|
||||
.header-bottom-foot-view image {
|
||||
margin-right: 1px;
|
||||
}
|
||||
.header-bottom-foot-view{
|
||||
|
||||
.header-bottom-foot-view {
|
||||
width: 33%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 1px 8px;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
background-color: rgba(230, 246, 243, 1);
|
||||
border-radius: 15px;
|
||||
font-weight: 400;
|
||||
font-size: 10px;
|
||||
font-size: 11px;
|
||||
color: #029c88;
|
||||
word-break: keep-all;
|
||||
}
|
||||
.header-bottom-foot-view2-img1{
|
||||
width: 35rpx;
|
||||
|
@ -487,8 +494,9 @@
|
|||
color: #08A28A;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.header-bottom-foot-cont{
|
||||
.header-bottom-foot-cont {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
@ -501,12 +509,14 @@
|
|||
align-items: center;
|
||||
background-color: rgba(230, 246, 243, 0.6);
|
||||
}
|
||||
.header-bottom-foot{
|
||||
.header-bottom-foot {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-top: 26rpx;
|
||||
margin-top: 20rpx;
|
||||
border-top: 1px solid #f7f7f7;
|
||||
padding: 20rpx 0rpx 0rpx 0rpx;
|
||||
}
|
||||
.header-bottom-money-jia{
|
||||
font-size: 28rpx;
|
||||
|
|
Loading…
Reference in New Issue