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-01-11 14:29:08 +0800
Commit
e75b8a1471180d464d2b5d2bf1adfdb2b804f2c5
2 parents
30a2a759
68c87384
Merge branch 'hotfix/shopStyle' into hotfix/colorName
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 @
e75b8a1
...
...
@@ -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 @
e75b8a1
...
...
@@ -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