Parcourir la source

[显示][修改]:logo背景和填充方式

tags/jenkins-front-end-screenad-74-v49^0
hupeng il y a 6 ans
Parent
révision
229952f6db
1 fichiers modifiés avec 3 ajouts et 4 suppressions
  1. +3
    -4
      App.js

+ 3
- 4
App.js Voir le fichier

@@ -374,7 +374,7 @@ render() {

<View style={styles.bottom}>
<View style={styles.bottomLogoBackground}>
<Image source={{ uri: this.state.baseInfo.imgUrlH, cache: 'force-cache'}} resizeMode='center' style={styles.bottomLogo} />
<Image source={{ uri: this.state.baseInfo.imgUrlH, cache: 'force-cache'}} resizeMode='contain' style={styles.bottomLogo} />
</View>
<View style={styles.bottomQrcode1Background}>
<Image source={{ uri: this.state.baseInfo.imgQrcodeWeapp, cache: 'force-cache'}} resizeMode='center' style={styles.bottomQrcode1} />
@@ -479,12 +479,11 @@ render() {
borderRadius:16/PixelRatio.get(),
marginTop: 26/PixelRatio.get(),
marginBottom: 26/PixelRatio.get(),
backgroundColor:'white'
backgroundColor:'transparent',//'rgba(255,255,255,0.5)',
},
bottomLogo: {
width:'100%',
height:'100%',
borderRadius:27/PixelRatio.get(),
backgroundColor:'transparent'
},
bottomQrcode1Background : {
@@ -658,6 +657,7 @@ render() {
textAlign :'center',
textAlignVertical:'center',
fontSize: 36/PixelRatio.get(),
color: 'darkgray'
},

//layer content item top detail
@@ -669,7 +669,6 @@ render() {
textAlign :'left',
textAlignVertical:'center',
fontSize: 53/PixelRatio.get(),
color: 'darkgray'
},

contentItemTopDetailRemark:{


Chargement…
Annuler
Enregistrer