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
9 years ago
Commit
df9c1dd397892a900b8de4c75cf64a5a938306d1
1 parent
14c01510
样式调整
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
apps/product/views/partial/list/shop-list.hbs
public/scss/product/_shop-index.css
apps/product/views/partial/list/shop-list.hbs
View file @
df9c1dd
...
...
@@ -4,7 +4,7 @@
<span
class=
"menu-tag"
>
所有商品
</span>
<ul
class=
"menu-list"
>
{{#
each
menuList
}}
<li
class=
"
{{#if
curMenu
}}
on
{{/if}}
"
><a
class=
"pjax"
href=
"
{{
href
}}
"
>
{{
name
}}
</a></li>
<li
class=
"
{{#if
curMenu
}}
on
{{/if}}
"
><a
class=
"pjax"
href=
"
{{
href
}}
"
>
{{
name
}}
</a></li>
{{/
each
}}
</ul>
<a
href=
"
{{
url
}}
"
class=
"more"
>
MORE
</a>
...
...
public/scss/product/_shop-index.css
View file @
df9c1dd
...
...
@@ -392,6 +392,10 @@
}
}
.goods-container
.discount
{
display
:
none
;
}
.loading
{
position
:
relative
;
width
:
100%
;
...
...
Please
register
or
login
to post a comment