...
|
...
|
@@ -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;
|
...
|
...
|
@@ -1066,7 +1067,7 @@ |
|
|
|
|
|
#desc-color {
|
|
|
margin-left:7px;
|
|
|
width: 40%;
|
|
|
width: 35%;
|
|
|
display: inline-block;
|
|
|
vertical-align: bottom;
|
|
|
overflow: hidden;
|
...
|
...
|
@@ -1629,21 +1630,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;
|
...
|
...
|
@@ -2377,7 +2379,7 @@ |
|
|
.comment-tabs{
|
|
|
padding-top: 12px;
|
|
|
border-bottom: 1.5px solid #444;
|
|
|
|
|
|
height: 35px;
|
|
|
}
|
|
|
|
|
|
}
|
...
|
...
|
|