@@ -12,4 +12,8 @@ | |||
view { | |||
box-sizing: border-box; | |||
color: #333333; | |||
font-family: SourceHanSansCN-Regular; | |||
} | |||
text { | |||
font-family: SourceHanSansCN-Regular; | |||
} |
@@ -23,7 +23,10 @@ | |||
<view class="empty_box" wx:else> | |||
<image class="success_img" src="../../../assets/img/unapprove.png" mode="widthFix"></image> | |||
<view class="tips_text">您当前还未申请身份, 请返回“我的”页面申请身份!</view> | |||
<view class="tips_text"> | |||
<text style="line-height: 53rpx;">您当前还未申请身份,</text> | |||
<text style="line-height: 53rpx;">请返回“我的”页面申请身份!</text> | |||
</view> | |||
<view class="return_btn" bindtap="returnList">我知道了</view> | |||
</view> | |||
@@ -99,7 +99,7 @@ | |||
.empty_box { | |||
width: 100%; | |||
padding: 130rpx 170rpx; | |||
padding-top: 130rpx; | |||
display: flex; | |||
flex-direction: column; | |||
justify-content: flex-start; | |||
@@ -108,24 +108,28 @@ | |||
.success_img { | |||
width: 224rpx; | |||
height: 224rpx; | |||
margin-bottom: 126rpx; | |||
margin-bottom: 10rpx; | |||
} | |||
.tips_text { | |||
font-size: 26rpx; | |||
font-weight: 800; | |||
font-size: 30rpx; | |||
color: #504E4E; | |||
text-indent: 34rpx; | |||
color: #000000; | |||
display: flex; | |||
flex-direction: column; | |||
justify-content: flex-start; | |||
align-items: center; | |||
} | |||
.return_btn { | |||
width: 400rpx; | |||
height: 88rpx; | |||
margin-top: 260rpx; | |||
width: 100%; | |||
height: 90rpx; | |||
margin-top: 470rpx; | |||
border-radius: 40rpx; | |||
background-color: #4BE2AC; | |||
line-height: 88rpx; | |||
background-color: #3275E9; | |||
line-height: 90rpx; | |||
text-align: center; | |||
color: #ffffff; | |||
font-size: 24rpx; | |||
font-weight: bold; | |||
font-size: 32rpx; | |||
font-family: Source Han Sans CN; | |||
} |