...
|
...
|
@@ -1207,7 +1207,7 @@ |
|
|
}
|
|
|
|
|
|
.cc-content {
|
|
|
background: #f5f7f6;
|
|
|
/*background: #f5f7f6;*/
|
|
|
padding: 20px 0px 0px;
|
|
|
font-size: 12px;
|
|
|
|
...
|
...
|
@@ -1256,6 +1256,7 @@ |
|
|
font-size: 14px;
|
|
|
margin-bottom: 10px;
|
|
|
color: #000;
|
|
|
|
|
|
}
|
|
|
|
|
|
li {
|
...
|
...
|
@@ -1418,15 +1419,25 @@ |
|
|
font-weight:normal;
|
|
|
color: #666;
|
|
|
float:left;
|
|
|
margin-right:30px;
|
|
|
padding-left: 8px;
|
|
|
padding-top: 6px;
|
|
|
cursor: pointer;
|
|
|
margin-bottom:0;
|
|
|
padding-bottom: 10px;
|
|
|
border-bottom: 4px solid #eee;
|
|
|
border-top: 1px solid #e0e0e0;
|
|
|
border-left: 1px solid #e0e0e0;
|
|
|
border-right: 1px solid #e0e0e0;
|
|
|
background-color: #eee;
|
|
|
|
|
|
&.active{
|
|
|
font-weight:bold;
|
|
|
margin-bottom: -2px;
|
|
|
color:#000;
|
|
|
border-bottom: 2px solid #000;
|
|
|
padding-bottom: 10px;
|
|
|
border-bottom: 5px solid #fff;
|
|
|
border-top: 2px solid #444;
|
|
|
border-right: 1px solid #444;
|
|
|
border-left: 1px solid #444;
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -2104,6 +2115,13 @@ |
|
|
.judge-content{
|
|
|
background-color: #fff;
|
|
|
|
|
|
.img-4{
|
|
|
width: 211px;
|
|
|
height: 263px;
|
|
|
margin: 60px auto;
|
|
|
background: resolve("product/product-no-comments.png");
|
|
|
}
|
|
|
|
|
|
.msg-pager{
|
|
|
text-align: center;
|
|
|
margin: 10px auto;
|
...
|
...
|
@@ -2112,7 +2130,9 @@ |
|
|
}
|
|
|
|
|
|
.comment-tabs{
|
|
|
margin-left: 30px;
|
|
|
padding-top: 12px;
|
|
|
border-bottom: 1.5px solid #444;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
...
|
...
|
|