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
888f9e25
authored
May 18, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
5febb16f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
10 deletions
assets/css/mine/forget.scss
pages/mine/forget.vue
uni.scss
assets/css/mine/forget.scss
View file @
888f9e25
...
...
@@ -102,5 +102,30 @@
color
:
#979797
;
}
}
&
.verification-code
{
padding
:
0
24rpx
;
.uni-input
{
font-size
:
26rpx
;
}
.pic
{
width
:
160rpx
;
height
:
62rpx
;
}
}
}
.btn
{
margin
:
0
60rpx
;
height
:
88rpx
;
background
:
#1969f9
;
border-radius
:
10rpx
;
font-size
:
28rpx
;
color
:
#ffffff
;
}
}
.mb24
{
margin-bottom
:
24rpx
;
}
.mb40
{
margin-bottom
:
40rpx
;
}
pages/mine/forget.vue
View file @
888f9e25
...
...
@@ -19,7 +19,7 @@
<text
class=
"tt"
>
完成
</text>
</view>
</view>
<view
class=
"input-box mobile row verCenter
mb24
"
>
<view
class=
"input-box mobile row verCenter
"
style=
"margin-bottom: 24rpx;
"
>
<view
class=
"picker-box"
>
<picker
@
change=
"bindPickerChange"
:value=
"index"
:range=
"array"
>
<view
class=
"row verCenter bothSide"
>
...
...
@@ -30,10 +30,15 @@
</view>
<input
type=
"number"
placeholder=
"请输入手机号码"
placeholder-style=
"color:#919399;"
class=
"uni-input"
/>
</view>
<view
class=
"input-box code row bothSide verCenter mb40"
>
<input
type=
"number"
placeholder=
"请输入验证码"
placeholder-style=
"color:#919399;"
class=
"uni-input"
/>
<view
class=
"input-box verification-code row bothSide verCenter"
style=
"margin-bottom: 24rpx;"
>
<input
type=
"text"
placeholder=
"请输入图中字符,不区分大小写"
placeholder-style=
"color:#919399;"
class=
"uni-input"
/>
<image
src=
"https://www.ichunt.com/v3/public/verify"
class=
"pic"
></image>
</view>
<view
class=
"input-box code row bothSide verCenter"
style=
"margin-bottom: 40rpx;"
>
<input
type=
"number"
placeholder=
"请输入短信验证码"
placeholder-style=
"color:#919399;"
class=
"uni-input"
/>
<text
class=
"code"
>
获取验证码
</text>
</view>
<view
class=
"btn row rowCenter verCenter"
@
click=
"submit()"
>
提交
</view>
</view>
</
template
>
...
...
uni.scss
View file @
888f9e25
...
...
@@ -79,10 +79,3 @@ image {
.verCenter
{
align-items
:
center
;
}
.mb24
{
margin-bottom
:
24rpx
;
}
.mb40
{
margin-bottom
:
40rpx
;
}
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