export default class App extends Component<> { render() { return ( 酒店 海外酒店 特价酒店 团购 民宿.客栈 ); } } var styles = StyleSheet.create({ container:{ marginTop:25, backgroundColor:"#F2F2F2" }, //公共:多个组件都需要使用 flex:{ flex:1 }, //公共:多个组件都需要使用 center:{ justifyContent:"center", alignItems:"center" }, item:{ flexDirection:"row", backgroundColr:"#FF607C", marginTop:5, marginLeft:5, marginRight:5, height:80, borderRadius:5 }, //给中间的区域设置左右边线 lineLeftRight:{ borderLeftWidth:1, borderRightWidth:1, borderColor:"white" }, //给上半区域设置下边线 lineCenter:{ borerBottonWidth:1, borderColor:"white" } });