This commit is contained in:
kbing1981 2024-07-03 14:10:49 +08:00
parent 84a8b51ea6
commit 7f15027dfe
2 changed files with 49 additions and 16 deletions

View File

@ -205,6 +205,7 @@
color: #ffffff; color: #ffffff;
line-height: 80rpx; line-height: 80rpx;
margin-top: 10rpx; margin-top: 10rpx;
font-size: 34rpx;
} }
.queding{ .queding{
width: 100%; width: 100%;
@ -270,9 +271,9 @@
color: #333333; color: #333333;
} }
.youhui-view-right-top{ .youhui-view-right-top{
width: 68%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center;
} }
.youhui-view-right{ .youhui-view-right{
width: 502.08rpx; width: 502.08rpx;
@ -321,7 +322,7 @@
height: 242rpx; height: 242rpx;
border-radius: 21rpx; border-radius: 21rpx;
background-size: 100%; background-size: 100%;
margin: 6px auto; margin:6px 12px;
justify-content: space-between; justify-content: space-between;
} }
.you-nav{ .you-nav{

View File

@ -5,22 +5,23 @@
<image src="../../static/servicePackage/member_ba.png" mode="widthFix" v-if="!isVIP"></image> <image src="../../static/servicePackage/member_ba.png" mode="widthFix" v-if="!isVIP"></image>
<image src="../../static/activate2.png" mode="widthFix" v-if="isVIP"></image> <image src="../../static/activate2.png" mode="widthFix" v-if="isVIP"></image>
</view> </view>
<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>
</view>
<view class="header-bottom-foot-view2" style="margin: 0px 7px;">
<image class="header-bottom-foot-view2-img2" src="../../static/servicePackage/money.png" mode=""></image>
<span>资质认证</span>
</view>
<view class="header-bottom-foot-view2">
<image class="header-bottom-foot-view2-img3" src="../../static/servicePackage/shuangyue.png" mode=""></image>
<span>平台担保</span>
</view>
</view>
<view class="header-bottom"> <view class="header-bottom">
<view class="header-bottom-top"> <view class="header-bottom-top">
<view class="header-bottom-top-list">
<view class="header-bottom-foot-view">
<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;">
<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>
<span>平台担保</span>
</view>
</view>
<view class="header-bottom-title"> <view class="header-bottom-title">
<view class="header-bottom-title-text"> <view class="header-bottom-title-text">
<span>{{getList.title}}</span> <span>{{getList.title}}</span>
@ -468,6 +469,36 @@
font-size: 10px; font-size: 10px;
color: #029c88; color: #029c88;
} }
.header-bottom-foot-view2-img1{
width: 35rpx;
height: 35rpx;
}
.header-bottom-foot-view2-img2{
width: 30rpx;
height: 30rpx;
}
.header-bottom-foot-view2-img3{
width: 32rpx;
height: 32rpx;
}
.header-bottom-foot-view2 image{
margin-right: 3px;
}
.header-bottom-foot-view2{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 2px 20px;
height: 24px;
line-height: 24px;
background-color: rgba(230, 246, 243, 1);
border-radius: 30px;
font-weight: 400;
font-size: 11px;
color: #019c88;
margin: 5rpx auto;
}
.header-bottom-foot-title{ .header-bottom-foot-title{
width:100%; width:100%;
height: 22px; height: 22px;
@ -490,6 +521,7 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
background-color: rgba(230, 246, 243, 0.6);
} }
.header-bottom-foot{ .header-bottom-foot{
width: 100%; width: 100%;