Commit 10e0c97c by LJM

css

parent 04c2e332
......@@ -107,36 +107,19 @@
}
.layer-box {
position: relative;
padding: 0 24rpx 30rpx 24rpx;
background: linear-gradient(180deg, #f0f6ff 0%, #ffffff 88rpx);
border-radius: 10rpx 10rpx 0px 0px;
width: 640rpx;
padding: 24rpx;
.title {
height: 88rpx;
margin-bottom: 30rpx;
.left {
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;
}
.colose {
position: absolute;
right: 24rpx;
top: 24rpx;
}
.success {
margin-top: 20rpx;
.iconfont {
font-size: 96rpx;
color: #1969f9;
......@@ -147,6 +130,7 @@
font-size: 32rpx;
color: #292b33;
font-weight: bold;
margin-bottom: 14rpx;
}
.t2 {
font-size: 24rpx;
......@@ -155,6 +139,7 @@
}
}
.btn {
margin-top: 48rpx;
height: 68rpx;
background: #1969f9;
border-radius: 10px;
......
......@@ -98,7 +98,7 @@ export default {
array: ['0086', '00886', '00853', '00852'],
verify_flag: false, //是否显示验证码
pwd_flag: true,
url: Code_Url,
url: Code_Url + '?pf=2',
formParams: {
account: '',
verify: '',
......@@ -126,7 +126,7 @@ export default {
* 刷新验证码
*/
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 {
delCookie('Yo4teW_uid');
delCookie('Yo4teW_lskey');
delCookie('Yo4teW_skey');
this.verify_flag = false;
uni.showToast({
title: '登录成功',
......
......@@ -70,10 +70,7 @@
<!-- 提交成功 -->
<uni-popup ref="popup" type="center">
<view class="layer-box">
<view class="title row verCenter bothSide">
<view class="left"></view>
<view class="right row"><text class="iconfont icon-xxx" @click="close()"></text></view>
</view>
<text class="iconfont icon-xxx colose" @click="close()"></text>
<view class="success row">
<text class="iconfont icon-huaban"></text>
<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