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