增加游戏cell的margin-bottom

This commit is contained in:
zhl 2019-03-22 21:03:12 +08:00
parent 6dd68fe1c0
commit 5b2b4078d1

View File

@ -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;