Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
梁志锋
2015-12-07 22:53:02 +0800
Commit
c3e7abcb09af8f5898a925230f747417735fed10
2 parents
4c5bcd95
c94c7a39
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
static/sass/product/_comments-consults.scss
template/m.yohobuy.com/partials/product/feedback-tab.phtml
static/sass/product/_comments-consults.scss
View file @
c3e7abc
...
...
@@ -168,6 +168,9 @@
&
.focus
{
color
:
#000
;
}
.comments-num
{
display
:
none
;
}
}
.comment-nav
{
border-right
:
1px
solid
#ccc
;
...
...
template/m.yohobuy.com/partials/product/feedback-tab.phtml
View file @
c3e7abc
<ul id="nav-tab" class="nav-tab clearfix">
<li class="comment-nav">商品评价
(<span class="comments-num">{{commentsNum}}</span>)
</li>
<li class="comment-nav">商品评价
<span class="comments-num">{{commentsNum}}</span>
</li>
<li class="consult-nav">购买咨询(<span class="consults-num">{{consultsNum}}</span>)</li>
</ul>
<div id="feedback-content" >
...
...
Please
register
or
login
to post a comment