Authored by 孙凯

update 标注 review by daiqiang

... ... @@ -79,7 +79,7 @@ let styles = StyleSheet.create({
backgroundColor: 'white',
},
image: {
width: 109*DEVICE_WIDTH_RATIO,
width: 106*DEVICE_WIDTH_RATIO,
height: 141*DEVICE_WIDTH_RATIO,
},
right: {
... ...
... ... @@ -93,7 +93,7 @@ let styles = StyleSheet.create({
},
activityImage :{
width: parseInt(100*DEVICE_WIDTH_RATIO),
width: parseInt(98*DEVICE_WIDTH_RATIO),
height: parseInt(130*DEVICE_WIDTH_RATIO),
marginTop: 10*DEVICE_WIDTH_RATIO,
marginLeft: 15*DEVICE_WIDTH_RATIO,
... ...