Authored by 孙凯

add UI review by daiqiang

... ... @@ -263,14 +263,14 @@ let styles = StyleSheet.create({
flexDirection: 'row',
},
tipicon: {
marginTop: 5*DEVICE_WIDTH_RATIO*sc,
marginTop: 10*DEVICE_WIDTH_RATIO*sc,
height: 15*DEVICE_WIDTH_RATIO*sc,
width: 15*DEVICE_WIDTH_RATIO*sc,
},
tipDetailText: {
fontSize: 12,
color: '#B0B0B0',
marginTop: 5*DEVICE_WIDTH_RATIO*sc,
marginTop: 10*DEVICE_WIDTH_RATIO*sc,
marginLeft: 5*DEVICE_WIDTH_RATIO*sc,
},
});
... ...