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
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2017-01-11 14:25:52 +0800
Commit
68c87384d0feede6ebc37c41ced2f8acd7571973
1 parent
9c53dfa4
人气单品 top num
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
apps/product/views/partial/list/shop-sidebar.hbs
public/scss/product/_shop-index.css
apps/product/views/partial/list/shop-sidebar.hbs
View file @
68c8738
...
...
@@ -14,7 +14,7 @@
{{#if
title
}}
<h2
class=
"title"
>
{{
title
}}
</h2>
{{/if}}
<ul
class=
"left-list"
>
{{#
each
list
}}
<li>
<li
{{#
name
}}
title=
"
{{
.
}}
"
{{/
name
}}
>
<a
href=
"
{{
url
}}
"
>
<div
class=
"classic-name"
>
{{#
name
}}
...
...
public/scss/product/_shop-index.css
View file @
68c8738
...
...
@@ -296,6 +296,7 @@
width
:
50px
;
height
:
50px
;
color
:
#ffc513
;
font-size
:
14px
;
text-align
:
center
;
line-height
:
57px
;
background
:
url('/product/hat.png')
;
...
...
@@ -636,6 +637,9 @@
.name
{
font-size
:
14px
;
font-weight
:
bold
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
overflow
:
hidden
;
}
.en-name
{
...
...
Please
register
or
login
to post a comment