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
a37d0c8e
authored
May 19, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
js
parent
22aa120e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
64 additions
and
7 deletions
assets/css/mine/coupdz.scss
pages/mine/coupdz.vue
assets/css/mine/coupdz.scss
View file @
a37d0c8e
...
...
@@ -71,11 +71,16 @@
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
;
...
...
@@ -92,6 +97,49 @@
font-weight
:
bold
;
}
}
.btn
{
height
:
68rpx
;
background
:
#1969f9
;
border-radius
:
10px
;
font-size
:
28rpx
;
color
:
#ffffff
;
}
.show-input
{
.t1
{
font-size
:
26rpx
;
color
:
#919399
;
}
.t2
{
font-size
:
26rpx
;
color
:
#484b59
;
font-weight
:
bold
;
}
}
.input-box
{
.t1
{
font-size
:
26rpx
;
color
:
#919399
;
}
.uni-input
{
width
:
260rpx
;
height
:
72rpx
;
background
:
#f5f5f7
;
border-radius
:
10rpx
;
text-indent
:
15rpx
;
font-size
:
26rpx
;
}
.code-pic
{
width
:
160rpx
;
height
:
72rpx
;
margin-left
:
16rpx
;
}
.text
{
margin-left
:
30rpx
;
margin-top
:
17rpx
;
font-size
:
26rpx
;
color
:
#1969f9
;
}
}
}
.no-data
{
...
...
pages/mine/coupdz.vue
View file @
a37d0c8e
...
...
@@ -29,16 +29,25 @@
<!-- 获取电子券信息 -->
<uni-popup
ref=
"popup"
type=
"center"
>
<view
class=
"layer-box"
>
<view
class=
"title row verCenter"
>
<view
class=
"left"
></view>
<view
class=
"center row rowCenter verCenter"
>
筛选
</view>
<view
class=
"title row verCenter bothSide"
>
<view
class=
"left"
>
获取电子券信息
</view>
<view
class=
"right row"
><text
class=
"iconfont icon-xxx"
@
click=
"close()"
></text></view>
</view>
<view
class=
"btn row bothSide verCenter"
>
<view
class=
"btn0 row rowCenter verCenter"
>
重置
</view>
<view
class=
"btn1 row rowCenter verCenter"
>
筛选
</view>
<view
class=
"show-input row verCenter"
style=
"margin-bottom: 24rpx;"
>
<text
class=
"t1"
>
手机号:
</text>
<text
class=
"t2"
>
13800138000
</text>
</view>
<view
class=
"input-box row"
style=
"margin-bottom: 16rpx;"
>
<text
class=
"t1"
>
图形验证码:
</text>
<input
type=
"text"
placeholder=
""
class=
"uni-input"
/>
<image
src=
""
mode=
"aspectFill"
class=
"code-pic"
></image>
</view>
<view
class=
"input-box row"
style=
"margin-bottom: 32rpx;"
>
<text
class=
"t1"
>
短信验证码:
</text>
<input
type=
"text"
placeholder=
""
class=
"uni-input"
/>
<text
class=
"text"
>
发送验证码
</text>
</view>
<view
class=
"btn row rowCenter verCenter"
>
提 交
</view>
</view>
</uni-popup>
</view>
...
...
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