Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
get-up-early
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
baihong
get-up-early
Commits
6dc6293b
Commit
6dc6293b
authored
Apr 21, 2021
by
baihong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:新增规则弹窗
parent
9ed7bd37
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
80 additions
and
15 deletions
+80
-15
home.vue
pages/home/home.vue
+80
-15
No files found.
pages/home/home.vue
View file @
6dc6293b
...
...
@@ -67,7 +67,7 @@
<view
class=
"btn"
>
支付100(真我币),参加活动
</view>
<view
class=
"gz"
>
<view
class=
"gz"
@
click=
"show=true"
>
<text>
规则
</text>
<u-icon
name=
"arrow-right"
color=
"#999999"
size=
"18"
></u-icon>
</view>
...
...
@@ -106,17 +106,33 @@
</view>
</view>
<image
class=
"camera"
src=
"../../static/imgs/ic_health_client@2x.png"
mode=
""
></image>
<u-popup
:closeable=
'true'
v-model=
"show"
mode=
"center"
width=
"673rpx"
height=
"648rpx"
>
<view
class=
"popup"
>
<view
class=
"title"
>
规则
</view>
<view
class=
"text"
>
1.办理入住手续所获硬币受活动影响,以页面显示的具体点数为准。
2.每7天入住一次循环。如果连续中断,将从第一天开始重新计算。
3.不定期推出签到礼品活动。礼品数量有限,先到先得。
5.办理入住手续所获硬币受活动影响,以页面显示的具体点数为准。
6.每7天入住一次循环。如果连续中断,将从第一天开始重新计算。
7.不定期推出签到礼品活动。礼品数量有限,先到先得。
</view>
</view>
</u-popup>
</view>
</
template
>
<
script
>
import
pageHeader
from
'@/components/page-header.vue'
;
export
default
{
import
pageHeader
from
'@/components/page-header.vue'
;
export
default
{
components
:
{
pageHeader
},
data
()
{
return
{
show
:
false
,
src
:
'https://t7.baidu.com/it/u=1951548898,3927145&fm=193&f=GIF'
,
number
:
0
,
};
...
...
@@ -145,13 +161,33 @@ export default {
},
2000
);
// 滚动不需要停顿则将2000改成动画持续时间
}
}
};
};
</
script
>
<
style
lang=
"scss"
scoped
>
.app
{
.app
{
background
:
#f5f7f9
;
height
:
100vh
;
.popup
{
//
padding
:
31
rpx
45
rpx
;
.title{
padding
:
30
rpx
35
rpx
;
border-bottom
:
1
rpx
solid
#DCDCDC
;
font-size
:
28
rpx
;
font-family
:
OpenSans-Bold
,
OpenSans
;
font-weight
:
bold
;
color
:
#333333
;
line-height
:
38
rpx
;
margin-bottom
:
33
rpx
;
}
.text
{
padding
:
0
40
rpx
;
font-size
:
24
rpx
;
font-family
:
OpenSans
;
color
:
#333333
;
line-height
:
36
rpx
;
}
}
.camera
{
width
:
110
rpx
;
height
:
110
rpx
;
...
...
@@ -159,6 +195,7 @@ export default {
bottom
:
65
rpx
;
right
:
22
rpx
;
}
.list
{
width
:
690
rpx
;
background
:
#FFFFFF
;
...
...
@@ -166,6 +203,7 @@ export default {
margin
:
20
rpx
auto
20
rpx
auto
;
padding
:
30
rpx
;
box-sizing
:
border-box
;
.zwb
{
font-size
:
24
rpx
;
font-family
:
OpenSans-Bold
,
OpenSans
;
...
...
@@ -175,6 +213,7 @@ export default {
display
:
flex
;
align-items
:
center
;
}
.msg
{
font-size
:
24
rpx
;
font-family
:
OpenSans
;
...
...
@@ -182,10 +221,12 @@ export default {
line-height
:
33
rpx
;
margin
:
20
rpx
0
;
}
.smile
{
display
:
flex
;
margin-top
:
25
rpx
;
&-item{
&-item
{
display
:
flex
;
align-items
:
center
;
margin-right
:
65
rpx
;
...
...
@@ -194,13 +235,15 @@ export default {
font-weight
:
400
;
color
:
#555555
;
line-height
:
33
rpx
;
image{
image
{
width
:
40
rpx
;
height
:
40
rpx
;
margin-right
:
10
rpx
;
}
}
}
p
{
font-size
:
32
rpx
;
font-family
:
OpenSans
;
...
...
@@ -209,7 +252,8 @@ export default {
margin-bottom
:
30
rpx
;
}
}
.gz
{
.gz
{
font-size
:
24
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
...
...
@@ -217,10 +261,12 @@ export default {
line-height
:
24
rpx
;
margin
:
0
auto
;
text-align
:
center
;
text
{
margin-right
:
4
rpx
;
}
}
.btn
{
width
:
510
rpx
;
height
:
74
rpx
;
...
...
@@ -236,18 +282,22 @@ export default {
line-height
:
40
rpx
;
margin
:
50
rpx
auto
32
rpx
auto
;
}
.header
{
width
:
100vw
;
height
:
435
rpx
;
background
:
linear-gradient
(
136deg
,
#FFCA16
0%
,
#FFD64A
100%
);
&-main
{
padding
:
0
40
rpx
0
60
rpx
;
box-sizing
:
border-box
;
display
:
flex
;
margin-top
:
47
rpx
;
justify-content
:
space-between
;
.header-right
{
margin-top
:
37
rpx
;
.tag
{
padding
:
8
rpx
14
rpx
;
font-size
:
28
rpx
;
...
...
@@ -259,13 +309,15 @@ export default {
margin-bottom
:
37
rpx
;
display
:
flex
;
align-items
:
center
;
image{
image
{
width
:
28
rpx
;
height
:
26
rpx
;
margin-left
:
10
rpx
;
}
}
}
.header-left
{
display
:
flex
;
flex-direction
:
column
;
...
...
@@ -274,7 +326,8 @@ export default {
font-weight
:
400
;
color
:
#333333
;
line-height
:
30
rpx
;
text
:
nth-child
(
1
)
{
text
:
nth-child
(
1
)
{
font-size
:
64
rpx
;
font-family
:
OpenSans
;
color
:
#000000
;
...
...
@@ -284,11 +337,13 @@ export default {
}
}
.nav
{
display
:
flex
;
align-items
:
center
;
margin-top
:
20
rpx
;
padding-left
:
15
rpx
;
.title
{
margin-left
:
250
rpx
;
font-size
:
36
rpx
;
...
...
@@ -299,6 +354,7 @@ export default {
}
}
}
.pay-box
{
width
:
690
rpx
;
box-sizing
:
border-box
;
...
...
@@ -306,6 +362,7 @@ export default {
background
:
#FFFFFF
;
border-radius
:
7
rpx
;
margin
:
-88
rpx
auto
0
auto
;
.time-box
{
display
:
flex
;
font-size
:
24
rpx
;
...
...
@@ -313,16 +370,19 @@ export default {
color
:
#999999
;
line-height
:
29
rpx
;
margin-top
:
70
rpx
;
.time
{
display
:
flex
;
flex-direction
:
column
;
min-width
:
120
rpx
;
align-items
:
center
;
}
.line-box
{
width
:
70
rpx
;
margin
:
0
25
rpx
;
text{
text
{
font-size
:
22
rpx
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
...
...
@@ -332,6 +392,7 @@ export default {
margin-top
:
-20
rpx
;
margin-bottom
:
6
rpx
;
}
.line
{
width
:
70
rpx
;
height
:
1
rpx
;
...
...
@@ -339,18 +400,22 @@ export default {
}
}
}
.top
{
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
padding
:
0
30
rpx
;
.item
{
display
:
flex
;
align-items
:
center
;
image{
image
{
width
:
62
rpx
;
height
:
44
rpx
;
}
.text
{
.text
{
display
:
flex
;
flex-direction
:
column
;
margin-left
:
27
rpx
;
...
...
@@ -362,5 +427,5 @@ export default {
}
}
}
}
}
</
style
>
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