...
|
...
|
@@ -1404,34 +1404,34 @@ |
|
|
.comment-star {
|
|
|
position: relative;
|
|
|
display: inline-block;
|
|
|
height: 20px;
|
|
|
width: 90px;
|
|
|
height: 16px;
|
|
|
width: 80px;
|
|
|
cursor: pointer;
|
|
|
background: resolve("home/star.png") 0 -20px repeat-x;
|
|
|
background: resolve("home/star.png") 0 -18px repeat-x;
|
|
|
|
|
|
.star-1, .star-2, .star-3, .star-4, .star-5{
|
|
|
position: absolute;
|
|
|
left:0;
|
|
|
top:0;
|
|
|
display:inline-block;
|
|
|
height:20px;
|
|
|
width: 18px;
|
|
|
height:16px;
|
|
|
width: 16px;
|
|
|
|
|
|
&.active {
|
|
|
background: resolve("home/star.png") repeat-x;
|
|
|
}
|
|
|
}
|
|
|
.star-2{
|
|
|
width:36px;
|
|
|
width:32px;
|
|
|
}
|
|
|
.star-3{
|
|
|
width:54px;
|
|
|
width:48px;
|
|
|
}
|
|
|
.star-4{
|
|
|
width:72px;
|
|
|
width:64px;
|
|
|
}
|
|
|
.star-5{
|
|
|
width:90px;
|
|
|
width:80px;
|
|
|
}
|
|
|
|
|
|
&.editable > span{
|
...
|
...
|
@@ -1449,6 +1449,10 @@ |
|
|
|
|
|
}
|
|
|
|
|
|
li:first-child {
|
|
|
border-top: 0px;
|
|
|
}
|
|
|
|
|
|
li {
|
|
|
border-top: 1px solid #eaeceb;
|
|
|
padding: 20px 0;
|
...
|
...
|
@@ -1504,7 +1508,7 @@ |
|
|
.comment-detail{
|
|
|
|
|
|
.comment-date{
|
|
|
font-size: 14px;
|
|
|
font-size: 13px;
|
|
|
color: #b0b0b0;
|
|
|
}
|
|
|
.tag-list{
|
...
|
...
|
@@ -1666,7 +1670,6 @@ |
|
|
.user-info {
|
|
|
color: #999;
|
|
|
line-height: 16px;
|
|
|
margin-left: -10px;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
|
...
|
...
|
|