.list-game { display: flex; flex-wrap: wrap; margin: 0 px2rem(-74) 0 px2rem(24); } .game-item { width: px2rem(120); margin: 0 px2rem(74) px2rem(16) 0; a{ display: block; text-decoration: none; &:hover{ text-decoration: none; } } } .game-cover{ height: px2rem(120); border-radius: px2rem(6); overflow: hidden; img{ width: 100%; height: 100%; object-fit: cover; } .user-avatar{ width: 100%; height: 100%; } } .game-title{ color: #666; font-size: px2rem(24); text-align: center; line-height: px2rem(60); @include ellipsis(); }