|
@@ -10,7 +10,7 @@
|
|
<template v-else>
|
|
<template v-else>
|
|
<view class="pay-title" v-if="!showPayUnder" @click="handlePayunder">
|
|
<view class="pay-title" v-if="!showPayUnder" @click="handlePayunder">
|
|
<view class="content">
|
|
<view class="content">
|
|
- 因线上支付政策调整,请对每家店铺分别进行线上付款;若需要直接转账支付订单,请点击右侧箭头查看线下转账信息。
|
|
|
|
|
|
+ 若需要线下转账支付订单,请点击右侧箭头查看线下转账信息。
|
|
<view class="content-icon"> <text class="iconfont icon-xiangyou"></text> </view>
|
|
<view class="content-icon"> <text class="iconfont icon-xiangyou"></text> </view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -123,7 +123,7 @@ page {
|
|
}
|
|
}
|
|
.pay-title {
|
|
.pay-title {
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 182rpx;
|
|
|
|
|
|
+ height: 144rpx;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding: 24rpx 24rpx 0 24rpx;
|
|
padding: 24rpx 24rpx 0 24rpx;
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
@@ -134,7 +134,7 @@ page {
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding: 20rpx 100rpx 20rpx 24rpx;
|
|
padding: 20rpx 100rpx 20rpx 24rpx;
|
|
background: url(https://static.caimei365.com/app/img/bg/pay-bgtitle@2x.png) no-repeat;
|
|
background: url(https://static.caimei365.com/app/img/bg/pay-bgtitle@2x.png) no-repeat;
|
|
- background-size: cover;
|
|
|
|
|
|
+ background-size: 100% 100%;
|
|
line-height: 40rpx;
|
|
line-height: 40rpx;
|
|
font-size: $font-size-26;
|
|
font-size: $font-size-26;
|
|
text-align: justify;
|
|
text-align: justify;
|
|
@@ -145,7 +145,7 @@ page {
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 0;
|
|
top: 0;
|
|
right: 24rpx;
|
|
right: 24rpx;
|
|
- line-height: 158rpx;
|
|
|
|
|
|
+ line-height: 120rpx;
|
|
.iconfont {
|
|
.iconfont {
|
|
font-size: $font-size-34;
|
|
font-size: $font-size-34;
|
|
color: $color-system;
|
|
color: $color-system;
|