|
|
@@ -53,6 +53,11 @@
|
|
|
<view style="color:#CCCCCC;font-size:26upx;text-align: center;margin-top:50upx;" @click="beginOpenMini()">小程序</view>
|
|
|
</div>
|
|
|
<!-- #endif -->
|
|
|
+
|
|
|
+ <view style="margin-top:60upx;margin-bottom:20upx;">
|
|
|
+ <image style="width:75%;margin:0 auto;" :src="`${constant.imgUrl}/cg/use_hzg.png`" mode="widthFix"></image>
|
|
|
+ </view>
|
|
|
+
|
|
|
</block>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -427,7 +432,7 @@ export default {
|
|
|
color:white;
|
|
|
}
|
|
|
.callback-wrap {
|
|
|
- padding-top: 50upx;
|
|
|
+ padding-top:40upx;
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: 100% auto;
|
|
|
position: relative;
|
|
|
@@ -448,25 +453,23 @@ export default {
|
|
|
transform: translateX(-50%);
|
|
|
width: 90%;
|
|
|
margin: 0 auto;
|
|
|
- padding: 70upx 0;
|
|
|
+ padding: 30upx 0 8upx 0;
|
|
|
background-color: #fff;
|
|
|
box-shadow: 2upx 2upx 16upx 0upx rgba(181, 181, 181, 0.29);
|
|
|
border-radius: 10upx;
|
|
|
text-align: center;
|
|
|
- // 使用icon
|
|
|
.icon {
|
|
|
.iconfont {
|
|
|
font-size: 120upx;
|
|
|
}
|
|
|
}
|
|
|
- // 一个按钮
|
|
|
.call-one-btn {
|
|
|
.button-com {
|
|
|
width: 70%;
|
|
|
padding-top:26upx;
|
|
|
padding-bottom:26upx;
|
|
|
font-size: 32upx;
|
|
|
- margin-top:50upx;
|
|
|
+ margin-top:20upx;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -475,12 +478,12 @@ export default {
|
|
|
.awaitPayWx,
|
|
|
.awaitPayYe {
|
|
|
.status-text {
|
|
|
- margin-top: 22upx;
|
|
|
+ margin-top: 15upx;
|
|
|
margin-bottom: 52upx;
|
|
|
color: #ffa92e;
|
|
|
}
|
|
|
.surplus {
|
|
|
- margin-top: 22upx;
|
|
|
+ margin-top: 15upx;
|
|
|
margin-bottom: 38upx;
|
|
|
}
|
|
|
.icon {
|