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
Plain Diff
Browse Files
Authored by
王水玲
2016-05-12 19:44:40 +0800
Commit
6e6d637e0fd73ad39c4ac5b1435acec23ab6b24c
2 parents
a6fe385a
978150be
Merge branch 'feature/channel' of
http://git.dev.yoho.cn/web/yohobuy-node
into feature/channel
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
9 deletions
apps/channel/views/partial/channel/floor-header.hbs
apps/channel/views/partial/channel/goods-category.hbs
apps/channel/views/partial/channel/plus-star.hbs
apps/channel/views/partial/channel/trend-topics.hbs
public/scss/index.css
apps/channel/views/partial/channel/floor-header.hbs
View file @
6e6d637
{{#
title
}}
{{#
title
}}
<div
class=
"floor-header"
>
<h2>
{{
title
}}
</h2>
</div>
{{/
title
}}
{{/
title
}}
...
...
apps/channel/views/partial/channel/goods-category.hbs
View file @
6e6d637
{{#
data
}}
{{
log
this
}}
{{>
channel
/
floor-header-more
}}
<div
class=
"goods-category"
>
{{#
bigImage
}}
...
...
@@ -44,4 +43,4 @@
{{/
list
}}
</ul>
</div>
{{/
data
}}
\ No newline at end of file
{{/
data
}}
...
...
apps/channel/views/partial/channel/plus-star.hbs
View file @
6e6d637
{{#
data
}}
<div
class=
"plus-star"
>
{{>
channel
/
floor-header
}}
{{>
channel
/
floor-header
}}
<a
href=
"
{{
url
}}
"
>
<img
class=
"lazy"
data-original=
"
{{
image
src
640
198
}}
"
>
</a>
</div>
{{/
data
}}
\ No newline at end of file
{{/
data
}}
...
...
apps/channel/views/partial/channel/trend-topics.hbs
View file @
6e6d637
{{#
data
}}
{{
log
this
}}
<div
class=
"trend-topic-wrapper"
>
{{>
channel
/
floor-header-more
}}
<div
class=
"trend-topic-content"
>
...
...
public/scss/index.css
View file @
6e6d637
...
...
@@ -75,11 +75,11 @@ a {
display
:
none
;
text-align
:
center
;
width
:
70%
;
max-width
:
600px
;
padding
:
68px
0
;
top
:
50%
;
left
:
50%
;
margin-left
:
-35%
;
margin-top
:
-90px
;
transform
:
translate
(
-50%
,
-50%
);
background-color
:
rgba
(
0
,
0
,
0
,
0.7
);
color
:
#fff
;
font-size
:
36px
;
...
...
Please
register
or
login
to post a comment