罗广聪

合并了 不知道会不会出问题

... ... @@ -96,6 +96,7 @@ export default class Home extends Component {
style={{ width: 72, height: 18 }}
/>
<Text style={styles.midText}>平安保险2017</Text>
<Image source={require("../../assets/Mine/rightArrow_gray.png")} style={styles.midArrow}/>
</TouchableOpacity>
<View style={styles.textContainer}>
<Text style={styles.minText}>保险头条</Text>
... ... @@ -135,6 +136,12 @@ const styles = StyleSheet.create({
// fontFamily: PingFang-SC-Medium,
color: "#202020"
},
midArrow: {
width: 14,
height: 14,
position: "absolute",
right: 15,
},
textContainer: {
backgroundColor: "#fff",
marginTop: 10,
... ...