增加游戏cell的margin-bottom
This commit is contained in:
parent
6dd68fe1c0
commit
5b2b4078d1
@ -25,6 +25,7 @@
|
|||||||
flex:1;
|
flex:1;
|
||||||
min-width:0;
|
min-width:0;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
.content-view .title {
|
.content-view .title {
|
||||||
font-weight:400;
|
font-weight:400;
|
||||||
@ -48,7 +49,7 @@
|
|||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
-webkit-box-orient:vertical;
|
-webkit-box-orient:vertical;
|
||||||
-webkit-line-clamp:2;
|
-webkit-line-clamp:2;
|
||||||
min-height:29px;
|
height:29px;
|
||||||
}
|
}
|
||||||
.game-cell::after {
|
.game-cell::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user