Authored by 盖剑秋

Fix UI issue. reviewed by redding.

@@ -84,7 +84,7 @@ const styles = StyleSheet.create({ @@ -84,7 +84,7 @@ const styles = StyleSheet.create({
84 }, 84 },
85 contentText: { 85 contentText: {
86 fontSize: 14, 86 fontSize: 14,
87 - lineHeight: 29, 87 + lineHeight: 28,
88 backgroundColor: 'white', 88 backgroundColor: 'white',
89 }, 89 },
90 contentImage: { 90 contentImage: {
@@ -420,8 +420,9 @@ const styles = StyleSheet.create({ @@ -420,8 +420,9 @@ const styles = StyleSheet.create({
420 }, 420 },
421 title: { 421 title: {
422 backgroundColor: 'white', 422 backgroundColor: 'white',
423 - fontSize: 17,  
424 - lineHeight: 32, 423 + fontSize: 18,
  424 + fontWeight: "100",
  425 + lineHeight: 30,
425 paddingLeft: 15, 426 paddingLeft: 15,
426 paddingRight: 15, 427 paddingRight: 15,
427 }, 428 },