ios应对审核调整

This commit is contained in:
@fawn-nine
2024-07-19 09:21:29 +08:00
parent b68ca5a615
commit 6f61f656d7
2 changed files with 37 additions and 30 deletions

View File

@@ -41,7 +41,7 @@
</view>
<view class="triangle borderBottom phoneNumberInput"
: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" />
</view>
</view>
@@ -112,10 +112,10 @@
</view>
<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:50%; display: flex; justify-content:space-between;" v-if="type == 1000">
<text @click="type = 2000">验证码登录</text>
<text v-if="type == 1000" @click="onPageJump('/pages/user/forget')">忘记密码</text>
<view style="width: 30%; font-size: 30rpx;" @click="type = 1000" v-if="type == 2000">密码登录</view>
<view class="methTitle" v-if="type == 1000">
<text @click="type = 2000" style="font-size: 30rpx;">验证码登录</text>
<text v-if="type == 1000" @click="onPageJump('/pages/user/forget')" style="font-size: 30rpx;">忘记密码</text>
<!-- <text @click="resetPassWord()">忘记密码</text> -->
</view>
</view>
@@ -840,7 +840,7 @@
height: 67rpx;
input {
font-size: 28rpx;
font-size: 32rpx;
margin: 20rpx 0;
}
}
@@ -890,7 +890,9 @@
}
.methTitle{
width:60%; display: flex; justify-content:space-between;
}
.logo_bg {
background-image: url('@/static/icon/login_bg.png');
// background-position: center center;
@@ -946,7 +948,7 @@
font-size: 40rpx;
letter-spacing: 3rpx;
color: #666;
font-size: 34rpx;
&.active {
position: relative;
color: $themeColor;
@@ -1030,7 +1032,7 @@
input {
flex: 1;
font-size: 28rpx;
font-size: 32rpx;
color: #333;
height: 70rpx;
}
@@ -1127,22 +1129,23 @@
.third_party_login_box {
position: fixed;
bottom: 60rpx;
bottom: 20rpx;
width: 100%;
left: 0;
display: flex; align-content: center; align-items: center; justify-content: center;
padding: 0 30rpx;
.third_party_title {
display: flex;
// display: flex;
align-items: center;
&:before,
&:after {
content: '';
flex: 1;
height: 2rpx;
background-color: #f5f5f5;
}
// &:before,
// &:after {
// content: '';
// flex: 1;
// height: 2rpx;
// background-color: #f5f5f5;
// }
text {
font-size: 24rpx;
@@ -1153,14 +1156,14 @@
}
.third_party_content {
margin-top: 60rpx;
display: flex;
justify-content: center;
align-items: center;
// margin-top: 60rpx;
// display: flex;
// justify-content: center;
// align-items: center;
image {
width: 80upx;
height: 80upx;
width: 60upx;
height: 60upx;
margin: 0 20rpx;
}
}