Authored by
OF1706
最近推荐样式优化
...
|
...
|
@@ -1369,16 +1369,26 @@ |
|
|
}
|
|
|
}
|
|
|
|
|
|
.individual-comment {
|
|
|
|
|
|
.block-title {
|
|
|
|
|
|
.title {
|
|
|
width: 200px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.recommend-content {
|
|
|
position: relative;
|
|
|
height: 300px;
|
|
|
height: 280px;
|
|
|
overflow: hidden;
|
|
|
|
|
|
.recommend-slider {
|
|
|
margin: 0 80px;
|
|
|
box-sizing: border-box;
|
|
|
width: 990px;
|
|
|
height: 300px;
|
|
|
height: 280px;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -1389,7 +1399,7 @@ |
|
|
li {
|
|
|
float: left;
|
|
|
width: 200px;
|
|
|
height: 300px;
|
|
|
height: 280px;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
...
|
...
|
|