调整列表页游戏图标的显示方式
This commit is contained in:
parent
abc814871f
commit
81c7330f79
@ -1,7 +1,7 @@
|
||||
const env = 'test'; //product, test
|
||||
export default {
|
||||
env: env,
|
||||
apiBase: env === 'test'? 'http://192.168.100.228' : 'https://ghost.kingsome.cn',
|
||||
apiBase: env === 'test'? 'https://ghost-test.kingsome.cn' : 'https://ghost.kingsome.cn',
|
||||
cdnBase: 'https://h5games-al.kingsome.cn/emulator-static/',
|
||||
version: '1.0.0',
|
||||
gameTypes: ['射击','格斗', '角色扮演','动作角色扮演',
|
||||
|
@ -7,12 +7,12 @@
|
||||
}
|
||||
.game-cell .game-icon {
|
||||
margin-right:0.8em;
|
||||
width:60px;
|
||||
line-height:60px;
|
||||
width:120rpx;
|
||||
line-height:120rpx;
|
||||
text-align:center;
|
||||
margin-left: 15px;
|
||||
height:60px;
|
||||
margin-top:10rpx;
|
||||
height:120rpx;
|
||||
margin-top:11rpx;
|
||||
}
|
||||
.game-cell .game-icon image {
|
||||
width: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user