diff --git a/src/common/global.js b/src/common/global.js index a42f73a..186523b 100644 --- a/src/common/global.js +++ b/src/common/global.js @@ -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: ['射击','格斗', '角色扮演','动作角色扮演', diff --git a/src/style/game-cell.wxss b/src/style/game-cell.wxss index 0522e4e..980a05f 100644 --- a/src/style/game-cell.wxss +++ b/src/style/game-cell.wxss @@ -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%;