Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
H5_2.0
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
10e0c97c
authored
May 20, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
04c2e332
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
29 deletions
assets/css/mine/zqsx.scss
pages/mine/login.vue
pages/mine/zqsx.vue
assets/css/mine/zqsx.scss
View file @
10e0c97c
...
...
@@ -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
;
...
...
pages/mine/login.vue
View file @
10e0c97c
...
...
@@ -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
:
'登录成功'
,
...
...
pages/mine/zqsx.vue
View file @
10e0c97c
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment