|
|
@@ -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:{ |
|
|
|