Authored by 孙凯

add UI review by daiqiang

@@ -263,14 +263,14 @@ let styles = StyleSheet.create({ @@ -263,14 +263,14 @@ let styles = StyleSheet.create({
263 flexDirection: 'row', 263 flexDirection: 'row',
264 }, 264 },
265 tipicon: { 265 tipicon: {
266 - marginTop: 5*DEVICE_WIDTH_RATIO*sc, 266 + marginTop: 10*DEVICE_WIDTH_RATIO*sc,
267 height: 15*DEVICE_WIDTH_RATIO*sc, 267 height: 15*DEVICE_WIDTH_RATIO*sc,
268 width: 15*DEVICE_WIDTH_RATIO*sc, 268 width: 15*DEVICE_WIDTH_RATIO*sc,
269 }, 269 },
270 tipDetailText: { 270 tipDetailText: {
271 fontSize: 12, 271 fontSize: 12,
272 color: '#B0B0B0', 272 color: '#B0B0B0',
273 - marginTop: 5*DEVICE_WIDTH_RATIO*sc, 273 + marginTop: 10*DEVICE_WIDTH_RATIO*sc,
274 marginLeft: 5*DEVICE_WIDTH_RATIO*sc, 274 marginLeft: 5*DEVICE_WIDTH_RATIO*sc,
275 }, 275 },
276 }); 276 });