From 81c7330f7996d09900f1c2d08c2dc0257206535e Mon Sep 17 00:00:00 2001 From: zhl Date: Fri, 22 Mar 2019 19:58:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=88=97=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E6=B8=B8=E6=88=8F=E5=9B=BE=E6=A0=87=E7=9A=84=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/global.js | 2 +- src/style/game-cell.wxss | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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%;