Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
张孝茹
7 years ago
Commit
410e0a059b3945606cfd459b42735604ce260bb8
1 parent
7177737a
样式
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
55 additions
and
6 deletions
apps/activity/views/action/expand-new/my-promotion.hbs
public/img/activity/expand-new/qrcode-back.png
public/img/activity/expand-new/title-bg.png
public/scss/activity/expand-new/_my-promotion.css
apps/activity/views/action/expand-new/my-promotion.hbs
View file @
410e0a0
...
...
@@ -2,12 +2,19 @@
{{#
promotionData
}}
<div
class=
"my-code"
>
<div
class=
"describe"
>
{{{
activityDescribe
}}}
<div
class=
"describe-bg"
></div>
<p>
{{{
activityDescribe
}}}
</p>
</div>
<div
class=
"title"
>
方法一:扫描
邀请
二维码
</div>
<div
class=
"title"
>
方法一:扫描二维码
</div>
<div
class=
"code-outer"
>
<div
class=
"code-qr"
qr-data=
"
{{
qrcodeUrl
}}
"
></div>
</div>
<div
class=
"reload-c"
>
<div
class=
"reload"
>
<span
class=
"iconfont"
>

</span>
点击刷新二维码
</div>
</div>
</div>
<div
class=
"invite-code invitation"
>
<div
class=
"title"
>
方法二:使用潮流口令
</div>
...
...
public/img/activity/expand-new/qrcode-back.png
View file @
410e0a0
12.1 KB
|
W:
0px
|
H:
0px
11.8 KB
|
W:
0px
|
H:
0px
2-up
Swipe
Onion skin
public/img/activity/expand-new/title-bg.png
0 → 100644
View file @
410e0a0
5.45 KB
public/scss/activity/expand-new/_my-promotion.css
View file @
410e0a0
.my-promotion-page
{
.my-code
{
height
:
5
1
0px
;
height
:
5
5
0px
;
overflow
:
hidden
;
background-image
:
resolve
(
"activity/expand-new/qrcode-back.png"
);
background-size
:
100%
100%
;
...
...
@@ -9,17 +9,34 @@
margin-bottom
:
30px
;
.describe
{
width
:
100%
;
width
:
490px
;
height
:
120px
;
text-align
:
center
;
font-size
:
38px
;
margin
:
58px
auto
20
px
;
margin
:
35px
0
20px
138
px
;
font-family
:
"SourceHanSansCN"
;
transform
:
rotate
(
-2.3deg
);
font-weight
:
700
;
font-style
:
oblique
;
color
:
#000
;
line-height
:
56px
;
margin-left
:
13px
;
background-repeat
:
no-repeat
;
margin-left
:
138px
;
p
{
z-index
:
10
;
position
:
absolute
;
top
:
0
;
padding
:
38px
0
0
34px
;
transform
:
rotate
(
-2.3deg
);
}
}
.describe-bg
{
background-image
:
resolve
(
"activity/expand-new/title-bg.png"
);
background-size
:
100%
100%
;
width
:
100%
;
height
:
100%
;
}
.code-outer
{
...
...
@@ -38,6 +55,31 @@
.title
{
color
:
#fff
;
}
.reload-c
{
height
:
90px
;
line-height
:
90px
;
.reload
{
position
:
absolute
;
bottom
:
0
;
left
:
400px
;
font-size
:
24px
;
color
:
#fff
;
width
:
200px
;
line-height
:
115px
;
margin-left
:
-100px
;
text-align
:
center
;
span
{
font-size
:
52px
;
color
:
#eee
;
position
:
absolute
;
top
:
0
;
left
:
-35px
;
}
}
}
}
.title
{
...
...
Please
register
or
login
to post a comment