Authored by
htoooth
Merge branch 'feature/recommend' into release/5.2
...
|
...
|
@@ -1369,16 +1369,28 @@ |
|
|
}
|
|
|
}
|
|
|
|
|
|
.individual-comment {
|
|
|
|
|
|
.block-title {
|
|
|
|
|
|
.sep {
|
|
|
&+.title {
|
|
|
margin-right: 34px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.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 +1401,7 @@ |
|
|
li {
|
|
|
float: left;
|
|
|
width: 200px;
|
|
|
height: 300px;
|
|
|
height: 280px;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
...
|
...
|
|