Authored by 盖剑秋

Fix UI issue. reviewed by redding.

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