Commit 10e0c97c by LJM

css

parent 04c2e332
...@@ -107,36 +107,19 @@ ...@@ -107,36 +107,19 @@
} }
.layer-box { .layer-box {
position: relative;
padding: 0 24rpx 30rpx 24rpx; padding: 0 24rpx 30rpx 24rpx;
background: linear-gradient(180deg, #f0f6ff 0%, #ffffff 88rpx); background: linear-gradient(180deg, #f0f6ff 0%, #ffffff 88rpx);
border-radius: 10rpx 10rpx 0px 0px; border-radius: 10rpx 10rpx 0px 0px;
width: 640rpx; width: 640rpx;
padding: 24rpx; padding: 24rpx;
.title { .colose {
height: 88rpx; position: absolute;
margin-bottom: 30rpx; right: 24rpx;
.left { top: 24rpx;
width: 33.3%;
font-size: 26rpx;
color: #292b33;
font-weight: 600;
}
.right {
justify-content: flex-end;
width: 33.3%;
.iconfont {
font-size: 40rpx;
color: #c2c4cc;
}
}
.center {
width: 33.3%;
font-size: 24rpx;
color: #292b33;
font-weight: bold;
}
} }
.success { .success {
margin-top: 20rpx;
.iconfont { .iconfont {
font-size: 96rpx; font-size: 96rpx;
color: #1969f9; color: #1969f9;
...@@ -147,6 +130,7 @@ ...@@ -147,6 +130,7 @@
font-size: 32rpx; font-size: 32rpx;
color: #292b33; color: #292b33;
font-weight: bold; font-weight: bold;
margin-bottom: 14rpx;
} }
.t2 { .t2 {
font-size: 24rpx; font-size: 24rpx;
...@@ -155,6 +139,7 @@ ...@@ -155,6 +139,7 @@
} }
} }
.btn { .btn {
margin-top: 48rpx;
height: 68rpx; height: 68rpx;
background: #1969f9; background: #1969f9;
border-radius: 10px; border-radius: 10px;
......
...@@ -98,7 +98,7 @@ export default { ...@@ -98,7 +98,7 @@ export default {
array: ['0086', '00886', '00853', '00852'], array: ['0086', '00886', '00853', '00852'],
verify_flag: false, //是否显示验证码 verify_flag: false, //是否显示验证码
pwd_flag: true, pwd_flag: true,
url: Code_Url, url: Code_Url + '?pf=2',
formParams: { formParams: {
account: '', account: '',
verify: '', verify: '',
...@@ -126,7 +126,7 @@ export default { ...@@ -126,7 +126,7 @@ export default {
* 刷新验证码 * 刷新验证码
*/ */
refresh() { refresh() {
this.url = Code_Url + '?time=' + new Date().getTime(); this.url = Code_Url + '?time=' + new Date().getTime() + '&pf=2';
}, },
/** /**
* 手机验证码 * 手机验证码
...@@ -213,6 +213,7 @@ export default { ...@@ -213,6 +213,7 @@ export default {
delCookie('Yo4teW_uid'); delCookie('Yo4teW_uid');
delCookie('Yo4teW_lskey'); delCookie('Yo4teW_lskey');
delCookie('Yo4teW_skey'); delCookie('Yo4teW_skey');
this.verify_flag = false; this.verify_flag = false;
uni.showToast({ uni.showToast({
title: '登录成功', title: '登录成功',
......
...@@ -70,10 +70,7 @@ ...@@ -70,10 +70,7 @@
<!-- 提交成功 --> <!-- 提交成功 -->
<uni-popup ref="popup" type="center"> <uni-popup ref="popup" type="center">
<view class="layer-box"> <view class="layer-box">
<view class="title row verCenter bothSide"> <text class="iconfont icon-xxx colose" @click="close()"></text>
<view class="left"></view>
<view class="right row"><text class="iconfont icon-xxx" @click="close()"></text></view>
</view>
<view class="success row"> <view class="success row">
<text class="iconfont icon-huaban"></text> <text class="iconfont icon-huaban"></text>
<view class="success-text column"> <view class="success-text column">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment