Authored by 盖剑秋

Fix UI issue. reviewed by redding.

@@ -89,7 +89,7 @@ const styles = StyleSheet.create({ @@ -89,7 +89,7 @@ const styles = StyleSheet.create({
89 backgroundColor: 'white', 89 backgroundColor: 'white',
90 }, 90 },
91 separator: { 91 separator: {
92 - backgroundColor: '#a0a0a0', 92 + backgroundColor: '#f2f2f2',
93 height: 0.5, 93 height: 0.5,
94 width: width-30, 94 width: width-30,
95 }, 95 },
@@ -86,6 +86,7 @@ const styles = StyleSheet.create({ @@ -86,6 +86,7 @@ const styles = StyleSheet.create({
86 fontSize: 14, 86 fontSize: 14,
87 lineHeight: 28, 87 lineHeight: 28,
88 backgroundColor: 'white', 88 backgroundColor: 'white',
  89 + fontWeight: "100",
89 }, 90 },
90 contentImage: { 91 contentImage: {
91 backgroundColor:'#a0a0a0', 92 backgroundColor:'#a0a0a0',