Przeglądaj źródła

添加border定位问题

tags/jenkins-front-end-screenad-213-v116^0
caserKing 5 lat temu
rodzic
commit
0511bd434c
1 zmienionych plików z 8 dodań i 2 usunięć
  1. +8
    -2
      App.js

+ 8
- 2
App.js Wyświetl plik

@@ -647,7 +647,7 @@ getAdView(){
activeSlideOffset={0}
autoplay={true}
loop={true}
autoplayInterval={2000}
autoplayInterval={2500}
/>
</View>
@@ -1130,7 +1130,9 @@ MyPage = CodePush(codePushOptions)(MyPage);
adTypeBg:{
flex: 1,
width: '100%',
height: '100%'
height: '100%',
borderColor:'green',
borderWidth:1,
},

adTypeSwiper02:{
@@ -1139,6 +1141,8 @@ MyPage = CodePush(codePushOptions)(MyPage);
bottom: 165/PixelRatio.get(),
width: '100%',
height: 369/PixelRatio.get(),
borderColor:'blue',
borderWidth:1,
},

adTypeItemImgWrap:{
@@ -1179,6 +1183,8 @@ MyPage = CodePush(codePushOptions)(MyPage);
alignItems: 'flex-start',
borderRadius: 6,
backgroundColor:'transparent',
borderColor:'red',
borderWidth:1,
},

});

Ładowanie…
Anuluj
Zapisz