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
htoooth
2018-11-28 16:03:06 +0800
Commit
3ce6fe9e8649d9c04220b880ce4772d9cc817df0
1 parent
7a23b39b
add feature redPack
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
0 deletions
apps/activity/views/action/feature/index.hbs
public/scss/feature.scss
public/scss/feature/redenvelope.scss
apps/activity/views/action/feature/index.hbs
View file @
3ce6fe9
...
...
@@ -150,6 +150,11 @@
{{! 阶梯降价}}
{{>
feature
/
timed-cut-product
}}
{{/
isEqualOr
}}
{{#
isEqualOr
type
'redPacket'
}}
{{! 红包领取}}
{{>
feature
/
red-packet
}}
{{/
isEqualOr
}}
{{/
component
}}
</div>
{{/
isEqualOr
}}
...
...
public/scss/feature.scss
View file @
3ce6fe9
...
...
@@ -6,6 +6,7 @@
@import
"scss/feature/shop"
;
@import
"scss/feature/bottom"
;
@import
"scss/feature/timed-cut"
;
@import
"scss/feature/redenvelope"
;
/* stylelint-disable */
.common_floor
{
...
...
public/scss/feature/redenvelope.scss
0 → 100644
View file @
3ce6fe9
.redenvelope
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
}
...
...
Please
register
or
login
to post a comment