ios应对审核调整
This commit is contained in:
@@ -71,8 +71,8 @@
|
|||||||
注:如订单包含一种或多种预售书,预售书和现货书需分开发货(即需要收取多次快递首重费用);如多本书会按照实际重量,收取快递续重费用。
|
注:如订单包含一种或多种预售书,预售书和现货书需分开发货(即需要收取多次快递首重费用);如多本书会按照实际重量,收取快递续重费用。
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- 安卓支付列表 -->
|
<!-- 支付列表 -->
|
||||||
<view class="zhif_fangsh" v-if="isAndorid">
|
<view class="zhif_fangsh" >
|
||||||
<view class="zhif_radio">
|
<view class="zhif_radio">
|
||||||
<u-radio-group v-model="payType">
|
<u-radio-group v-model="payType">
|
||||||
<view style="width: 100%;">
|
<view style="width: 100%;">
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- ios支付列表 -->
|
<!-- ios支付列表 -->
|
||||||
<view class="zhif_fangsh" v-else>
|
<!-- <view class="zhif_fangsh" v-else>
|
||||||
<view class="zhif_radio">
|
<view class="zhif_radio">
|
||||||
<u-radio-group v-model="payType">
|
<u-radio-group v-model="payType">
|
||||||
<view style="width: 100%;">
|
<view style="width: 100%;">
|
||||||
@@ -108,7 +108,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</u-radio-group>
|
</u-radio-group>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
|
|
||||||
<view class="footer">
|
<view class="footer">
|
||||||
<view class="commodityPrice" v-if="payType != 4">
|
<view class="commodityPrice" v-if="payType != 4">
|
||||||
@@ -917,7 +917,7 @@
|
|||||||
padding: 30rpx 40rpx 0 40rpx;
|
padding: 30rpx 40rpx 0 40rpx;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
padding-bottom: 90rpx;
|
padding-bottom: 90rpx;
|
||||||
|
|
||||||
.zhif_radio {
|
.zhif_radio {
|
||||||
|
|
||||||
@@ -934,7 +934,11 @@
|
|||||||
margin-right: 20rpx;
|
margin-right: 20rpx;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
}.zhif_xuanx:last-child{
|
||||||
|
border-bottom:none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="triangle borderBottom phoneNumberInput"
|
<view class="triangle borderBottom phoneNumberInput"
|
||||||
:clasfs="[type == 1000 ? 'left_triangle': 'right_triangle']">
|
:clasfs="[type == 1000 ? 'left_triangle': 'right_triangle']">
|
||||||
<input type="number" v-model="phone" @input="onInput" placeholder="请输入您的手机号"
|
<input type="number" v-model="phone" @input="onInput" placeholder="请输入您的手机号"
|
||||||
placeholder-class="grey" />
|
placeholder-class="grey" />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -112,10 +112,10 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="qie_huan" style="display: flex; justify-content: center;">
|
<view class="qie_huan" style="display: flex; justify-content: center;">
|
||||||
<view style="width: 30%;" @click="type = 1000" v-if="type == 2000">密码登录</view>
|
<view style="width: 30%; font-size: 30rpx;" @click="type = 1000" v-if="type == 2000">密码登录</view>
|
||||||
<view style="width:50%; display: flex; justify-content:space-between;" v-if="type == 1000">
|
<view class="methTitle" v-if="type == 1000">
|
||||||
<text @click="type = 2000">验证码登录</text>
|
<text @click="type = 2000" style="font-size: 30rpx;">验证码登录</text>
|
||||||
<text v-if="type == 1000" @click="onPageJump('/pages/user/forget')">忘记密码?</text>
|
<text v-if="type == 1000" @click="onPageJump('/pages/user/forget')" style="font-size: 30rpx;">忘记密码?</text>
|
||||||
<!-- <text @click="resetPassWord()">忘记密码</text> -->
|
<!-- <text @click="resetPassWord()">忘记密码</text> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -840,7 +840,7 @@
|
|||||||
height: 67rpx;
|
height: 67rpx;
|
||||||
|
|
||||||
input {
|
input {
|
||||||
font-size: 28rpx;
|
font-size: 32rpx;
|
||||||
margin: 20rpx 0;
|
margin: 20rpx 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -890,7 +890,9 @@
|
|||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.methTitle{
|
||||||
|
width:60%; display: flex; justify-content:space-between;
|
||||||
|
}
|
||||||
.logo_bg {
|
.logo_bg {
|
||||||
background-image: url('@/static/icon/login_bg.png');
|
background-image: url('@/static/icon/login_bg.png');
|
||||||
// background-position: center center;
|
// background-position: center center;
|
||||||
@@ -946,7 +948,7 @@
|
|||||||
font-size: 40rpx;
|
font-size: 40rpx;
|
||||||
letter-spacing: 3rpx;
|
letter-spacing: 3rpx;
|
||||||
color: #666;
|
color: #666;
|
||||||
|
font-size: 34rpx;
|
||||||
&.active {
|
&.active {
|
||||||
position: relative;
|
position: relative;
|
||||||
color: $themeColor;
|
color: $themeColor;
|
||||||
@@ -1030,7 +1032,7 @@
|
|||||||
|
|
||||||
input {
|
input {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
font-size: 28rpx;
|
font-size: 32rpx;
|
||||||
color: #333;
|
color: #333;
|
||||||
height: 70rpx;
|
height: 70rpx;
|
||||||
}
|
}
|
||||||
@@ -1127,22 +1129,23 @@
|
|||||||
|
|
||||||
.third_party_login_box {
|
.third_party_login_box {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 60rpx;
|
bottom: 20rpx;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
display: flex; align-content: center; align-items: center; justify-content: center;
|
||||||
padding: 0 30rpx;
|
padding: 0 30rpx;
|
||||||
|
|
||||||
.third_party_title {
|
.third_party_title {
|
||||||
display: flex;
|
// display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
&:before,
|
// &:before,
|
||||||
&:after {
|
// &:after {
|
||||||
content: '';
|
// content: '';
|
||||||
flex: 1;
|
// flex: 1;
|
||||||
height: 2rpx;
|
// height: 2rpx;
|
||||||
background-color: #f5f5f5;
|
// background-color: #f5f5f5;
|
||||||
}
|
// }
|
||||||
|
|
||||||
text {
|
text {
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
@@ -1153,14 +1156,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.third_party_content {
|
.third_party_content {
|
||||||
margin-top: 60rpx;
|
// margin-top: 60rpx;
|
||||||
display: flex;
|
// display: flex;
|
||||||
justify-content: center;
|
// justify-content: center;
|
||||||
align-items: center;
|
// align-items: center;
|
||||||
|
|
||||||
image {
|
image {
|
||||||
width: 80upx;
|
width: 60upx;
|
||||||
height: 80upx;
|
height: 60upx;
|
||||||
margin: 0 20rpx;
|
margin: 0 20rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user