This commit is contained in:
parent
84a8b51ea6
commit
7f15027dfe
|
@ -205,6 +205,7 @@
|
|||
color: #ffffff;
|
||||
line-height: 80rpx;
|
||||
margin-top: 10rpx;
|
||||
font-size: 34rpx;
|
||||
}
|
||||
.queding{
|
||||
width: 100%;
|
||||
|
@ -270,9 +271,9 @@
|
|||
color: #333333;
|
||||
}
|
||||
.youhui-view-right-top{
|
||||
width: 68%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.youhui-view-right{
|
||||
width: 502.08rpx;
|
||||
|
@ -321,7 +322,7 @@
|
|||
height: 242rpx;
|
||||
border-radius: 21rpx;
|
||||
background-size: 100%;
|
||||
margin: 6px auto;
|
||||
margin:6px 12px;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.you-nav{
|
||||
|
|
|
@ -5,22 +5,23 @@
|
|||
<image src="../../static/servicePackage/member_ba.png" mode="widthFix" v-if="!isVIP"></image>
|
||||
<image src="../../static/activate2.png" mode="widthFix" v-if="isVIP"></image>
|
||||
</view>
|
||||
<view class="header-bottom">
|
||||
<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>
|
||||
<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-view" style="margin: 0px 7px;">
|
||||
<image class="header-bottom-foot-view-img2" src="../../static/servicePackage/money.png" mode=""></image>
|
||||
<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-view">
|
||||
<image class="header-bottom-foot-view-img3" src="../../static/servicePackage/shuangyue.png" mode=""></image>
|
||||
<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-top">
|
||||
|
||||
<view class="header-bottom-title">
|
||||
<view class="header-bottom-title-text">
|
||||
<span>{{getList.title}}</span>
|
||||
|
@ -468,6 +469,36 @@
|
|||
font-size: 10px;
|
||||
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{
|
||||
width:100%;
|
||||
height: 22px;
|
||||
|
@ -490,6 +521,7 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
background-color: rgba(230, 246, 243, 0.6);
|
||||
}
|
||||
.header-bottom-foot{
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue