|
|
@@ -51,8 +51,8 @@
|
|
|
</view>
|
|
|
<view style="width: 100%;height: 38rpx;"></view>
|
|
|
<view class="nuanxin" @click="natNuan()">暖心认证</view>
|
|
|
- <view class="padding-lr" style="margin-top: 38rpx;">
|
|
|
- <image style="width: 100%;height: 139px;" @click="clickImg" src="https://mxys.chuanghai-tech.com/wmfile/20251124/3247849b2d2849229013d9c41d0b5d93.png"></image>
|
|
|
+ <view style="margin-top: 38rpx;">
|
|
|
+ <image style="width: 100%;height: 179px;" @click="clickImg" src="https://mxys.chuanghai-tech.com/wmfile/20251124/3247849b2d2849229013d9c41d0b5d93.png"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view style="height: 110rpx;"></view>
|
|
|
@@ -590,6 +590,7 @@
|
|
|
}
|
|
|
/* 暖心认证 */
|
|
|
.nuanxin{
|
|
|
+ position: relative;
|
|
|
width: 177px;
|
|
|
height: 47px;
|
|
|
background-color: #2A748D;
|
|
|
@@ -597,7 +598,7 @@
|
|
|
font-size: 18px;
|
|
|
border-radius: 32px;
|
|
|
text-align: center;
|
|
|
- line-height: 47px;
|
|
|
+ line-height: 47px;
|
|
|
margin: auto;
|
|
|
}
|
|
|
/* 暖心认证弹框 */
|