罗广聪

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

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