From ece490cce326312f3adaf15bc934291260d11dbc Mon Sep 17 00:00:00 2001 From: caserKing Date: Tue, 13 Aug 2019 13:36:31 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=A4=A7=E5=B1=8F][=E4=BF=AE=E6=94=B9][?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=9B=92=E5=AD=90=E9=98=B4=E5=BD=B1]?= =?UTF-8?q?=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/App.js b/App.js index 2260fd9..5c62849 100644 --- a/App.js +++ b/App.js @@ -58,13 +58,13 @@ var animationThemes = [ } ] const shadowOpt = { - width: 700/PixelRatio.get(), + width: 703/PixelRatio.get(), height: 240/PixelRatio.get(), color:"#000", border:2, radius:3, opacity:0.5, - x:0, + x:2, y:3, style:{marginVertical:5} } @@ -656,7 +656,7 @@ getAdView(){ ); } else if (this.state.adType == 2) { - let curWidthNum = 700/(PixelRatio.get()) + let curWidthNum = 710/(PixelRatio.get()) return ( // @@ -1198,7 +1198,7 @@ MyPage = CodePush(codePushOptions)(MyPage); alignItems: 'center', position: 'absolute', left: 0, - bottom: 165/PixelRatio.get(), + bottom: 70/PixelRatio.get(), width: '100%', height: 369/PixelRatio.get(), },