Authored by htoooth

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

... ... @@ -323,7 +323,7 @@
<div class="judge-content">
<div data-comment-list="7">
<ul>
<div class="img-4"></div>
<div class="img-4"><span class="img-4-message">暂无评论~</span></div>
</ul>
</div>
... ...
... ... @@ -551,6 +551,7 @@
height: 24px;
line-height: 24px;
margin-right: 8px;
margin-bottom: 5px;
padding: 0 10px;
border: 1px solid #999999;
text-align: center;
... ... @@ -1073,7 +1074,7 @@
#desc-color {
margin-left:7px;
width: 40%;
width: 35%;
display: inline-block;
vertical-align: bottom;
overflow: hidden;
... ... @@ -1636,21 +1637,22 @@
font-size: 14px;
font-weight:normal;
color: #666;
height: 28px;
float:left;
padding: 4px 15px 0 15px;
padding: 4px 15px 2px 15px;
line-height: 30px;
cursor: pointer;
margin-bottom:0;
border-bottom: 4px solid #eee;
border-top: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
background-color: #eee;
&.active{
margin-bottom: -2px;
margin-bottom: 0px;
color:#000;
border-bottom: 5px solid #fff;
height: 27px;
border-bottom: 1px solid #fff;
border-top: 2px solid #444;
border-right: 1px solid #444;
border-left: 1px solid #444;
... ... @@ -2382,9 +2384,9 @@
}
.comment-tabs{
padding-top: 12px;
border-bottom: 1.5px solid #444;
padding-top: 12px;
border-bottom: 1.5px solid #444;
height: 35px;
}
}
... ...