Authored by 孙凯

add UI 修改 review by hongmo

... ... @@ -298,13 +298,12 @@ let styles = StyleSheet.create({
bottom: 10,
right: 15,
width: 65,
height: 12,
flexDirection: 'row',
alignItems:"center",
},
lookDetailText: {
width: 50,
height: 12,
//height: 12,
fontSize: 12,
color: '#444444',
textAlign: 'right',
... ...
... ... @@ -248,7 +248,6 @@ let styles = StyleSheet.create({
bottom: 16,
right: 10,
width: 65,
height: 12,
flexDirection: 'row',
alignItems:"center",
},
... ... @@ -265,7 +264,6 @@ let styles = StyleSheet.create({
},
lookDetailText: {
width: 50,
height: 12,
fontSize: 12,
color: '#444444',
textAlign: 'right',
... ...