Authored by htoooth

Merge remote-tracking branch 'origin/feature/new-product-detail' into feature/new-product-detail

... ... @@ -7,7 +7,7 @@
<span class="question">{{question}}</span>
<span class="right-time">{{date}}</span>
</span>
<span class="answer-wrapper">
<span class="answer-wrapper clearfix">
<i class="iconfont">&#xe696;</i>
<span class="answer">
{{answer}}
... ...
... ... @@ -1399,7 +1399,7 @@
}
.cc-content {
padding: 20px 0px 0px;
padding: 0px 0px 0px;
font-size: 12px;
.comment-star {
... ... @@ -1650,7 +1650,7 @@
height: 28px;
float:left;
padding: 4px 15px 2px 15px;
line-height: 30px;
line-height: 26px;
cursor: pointer;
margin-bottom:0;
border-top: 1px solid #e0e0e0;
... ... @@ -2294,14 +2294,12 @@
.common-zan{
border-bottom: 1px solid #e0e0e0;
height: 100px;
padding-bottom: 20px;
.zan-content{
margin: 0 auto;
width: 60%;
text-align: center;
padding-top: 30px;
span{
display: inline-block;
... ... @@ -2419,7 +2417,6 @@
}
.comment-tabs{
padding-top: 12px;
border-bottom: 1px solid #444;
height: 35px;
}
... ...