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