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
刘传洋
2016-11-04 17:53:51 +0800
Commit
e33782035fa5d6f22118e7178079c7d90181d85c
1 parent
fccd0135
style
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
apps/product/views/action/product/detail.hbs
public/scss/product/_detail.css
apps/product/views/action/product/detail.hbs
View file @
e337820
...
...
@@ -254,7 +254,7 @@
</span>
</p>
</div>
<div
data-comment-list=
"6"
>
<div
data-comment-list=
"6"
class=
"m-hide"
>
<ul></ul>
<p
class=
"more-wrap"
>
<span
class=
"load-more-comments load-more"
>
...
...
public/scss/product/_detail.css
View file @
e337820
.product-detail-page
{
.m-hide{
display
:
none
;
}
.brand-banner
{
height
:
45px
;
width
:
100%
;
...
...
@@ -1059,6 +1062,7 @@
float
:
left
;
margin-right
:
30px
;
cursor
:
pointer
;
margin-bottom
:
0
;
&.active{
font-weight
:
bold
;
...
...
Please
register
or
login
to post a comment