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
张丽霞
2016-06-06 16:24:30 +0800
Commit
8ca110545193db2d03b25e7f15ab076e0ab382de
1 parent
71764f3e
分享领取模板
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
apps/coupon/views/action/coupon.hbs
public/img/coupon/coupon-footer.png
public/img/sprite.img.png
public/scss/coupon/_index.css
apps/coupon/views/action/coupon.hbs
View file @
8ca1105
...
...
@@ -20,7 +20,7 @@
<div
class=
"use-coupon-btn"
>
<a
href=
"
{{
appDownLoadLink
}}
"
>
马上去Yoho!Buy有货使用
</a>
</div>
<span
class=
"description
iconfont"
>
活动说明

</span>
<span
class=
"description
"
>
</span>
</div>
<div
class=
"coupon-centent"
>
...
...
public/img/coupon/coupon-footer.png
View file @
8ca1105
16.5 KB
|
W:
|
H:
16.1 KB
|
W:
|
H:
2-up
Swipe
Onion skin
public/img/sprite.img.png
View file @
8ca1105
44.8 KB
|
W:
|
H:
47.3 KB
|
W:
|
H:
2-up
Swipe
Onion skin
public/scss/coupon/_index.css
View file @
8ca1105
...
...
@@ -9,6 +9,7 @@
width
:
100%
;
height
:
100%
;
position
:
absolute
;
background
:
#c4211a
;
img
{
width
:
100%
;
...
...
@@ -18,7 +19,7 @@
.page
{
width
:
100%
;
height
:
100%
;
height
:
auto
;
padding-bottom
:
60px
;
position
:
absolute
;
top
:
0
;
...
...
@@ -38,6 +39,8 @@
margin-left
:
30px
;
margin-right
:
30px
;
background
:
#9d1a15
;
overflow
:
hidden
;
border-radius
:
0.3rem
;
}
.coupon-centent
{
...
...
@@ -113,7 +116,7 @@
.coupon-description
{
width
:
100%
;
height
:
1
73
px
;
height
:
1
36
px
;
position
:
relative
;
background
:
url("../img/coupon/coupon-footer.png")
;
...
...
@@ -176,6 +179,7 @@
font-size
:
24px
;
color
:
#fff
;
margin
:
0
40%
;
background
:
url("../img/coupon/activity-description.png")
;
}
a
{
...
...
Please
register
or
login
to post a comment