美文网首页工作生活
1. react-native 样式

1. react-native 样式

作者: hi文邵 | 来源:发表于2019-07-04 09:58 被阅读0次

textAlign:'center', 文字水平居中

textAlignVertical:'center',  文字垂直居中

backgroundColor:'pink',    背景颜色

justifyContent: 'center',    盒子里的内容垂直居中

justifyContent: 'space-between',

alignItems: 'center',    盒子里的内容水平居中

alignItems: 'flex-start', 

相关文章

网友评论

    本文标题:1. react-native 样式

    本文链接:https://www.haomeiwen.com/subject/ccxlhctx.html