...
|
...
|
@@ -1651,8 +1651,6 @@ |
|
|
&.active{
|
|
|
margin-bottom: 0px;
|
|
|
color:#000;
|
|
|
height: 27px;
|
|
|
border-bottom: 1px solid #fff;
|
|
|
border-top: 2px solid #444;
|
|
|
border-right: 1px solid #444;
|
|
|
border-left: 1px solid #444;
|
...
|
...
|
@@ -2385,7 +2383,7 @@ |
|
|
|
|
|
.comment-tabs{
|
|
|
padding-top: 12px;
|
|
|
border-bottom: 1.5px solid #444;
|
|
|
border-bottom: 1px solid #444;
|
|
|
height: 35px;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -2670,6 +2668,14 @@ |
|
|
font-size: 12px;
|
|
|
line-height: 20px;
|
|
|
margin-top: 20px;
|
|
|
|
|
|
.qr-img{
|
|
|
display: inline-block;
|
|
|
width: 100px;
|
|
|
height: 100px;
|
|
|
background: resolve("layout/qr.png");
|
|
|
background-size: 100px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.checked {
|
...
|
...
|
@@ -2716,6 +2722,9 @@ |
|
|
cursor: pointer;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
...
|
...
|
|