Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
周少峰
2017-06-19 16:47:41 +0800
Commit
53b1ea6391dc8537ecd425d968c19c6f83b93470
2 parents
41bbaa1d
2839567d
Merge branch 'master' into hotfix/limit
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
2 deletions
apps/home/views/partial/navigation.hbs
doraemon/views/partial/product/good.hbs
public/img/home/new-ico.gif
public/scss/home/_index.css
apps/home/views/partial/navigation.hbs
View file @
53b1ea6
...
...
@@ -18,7 +18,7 @@
<li
class=
"row
{{#if
@first
}}
first
{{/if}}{{#if
active
}}
active
{{/if}}
"
>
<a
href=
"
{{
href
}}
"
target=
"
{{#if
isBlank
}}
_blank
{{/if}}
"
>
{{
name
}}
</a>
{{#if
count
}}
<span>
(
{{
count
}}
)
</span>
<span
class=
"new-count"
>
(
{{
count
}}
)
</span>
{{/if}}
</li>
{{/
each
}}
...
...
doraemon/views/partial/product/good.hbs
View file @
53b1ea6
...
...
@@ -53,7 +53,7 @@
<div
class=
"good-detail-text
{{#
for_stu
}}
stu-good-detail
{{/
for_stu
}}
"
>
<a
href=
"
{{
url
}}
"
target=
"_blank"
>
{{{
product_name
}}}
</a>
<p
class=
"brand"
>
<a
href=
"
{{
brandUrl
}}
"
>
{{
brand_name
}}
</a>
<a
href=
"
{{
brandUrl
}}
"
{{#if
@root
.
pageNoFollow
}}
rel=
"nofollow"
{{/if}}
>
{{
brand_name
}}
</a>
</p>
<p
class=
"price
{{#if
vip
}}
vip-center
{{/if}}
"
>
{{#
market_price
}}
...
...
public/img/home/new-ico.gif
0 → 100644
View file @
53b1ea6
109 Bytes
public/scss/home/_index.css
View file @
53b1ea6
...
...
@@ -111,6 +111,15 @@
color
:
#e0012b
;
font-weight
:
bold
;
}
.new-count
{
text-indent
:
-9999px
;
background
:
resolve
(
home
/
new-ico
.
gif
)
no-repeat
;
display
:
inline-block
;
width
:
30px
;
height
:
14px
;
vertical-align
:
middle
;
}
}
.nav-group
li
:hover
{
...
...
Please
register
or
login
to post a comment