博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
View
阅读量:6245 次
发布时间:2019-06-22

本文共 1313 字,大约阅读时间需要 4 分钟。

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" } });

转载于:https://www.cnblogs.com/daxueshan/p/7979434.html

你可能感兴趣的文章
我的友情链接
查看>>
单独Java文件的通用快速编译方法
查看>>
字符串变枚举变量
查看>>
xyssl-0.8 用mingw编译
查看>>
菜鸟也玩DNS之配置域名解析服务器
查看>>
cacti监控批量加,省时省力又省心。
查看>>
apache+mod_python
查看>>
java.io.StreamCorruptedException: invalid type code: AC
查看>>
docker index服务概述
查看>>
全网备份
查看>>
System Security Services Daemon(SSSD)系统安全服务守护进程
查看>>
遭遇jar包冲突
查看>>
Linux 用命令把同一个用户加入多个组
查看>>
linux修改swap虚拟内存大小
查看>>
Oracle数据库巡检
查看>>
Linux centos的tmpfs文件系统
查看>>
Centos7升级安装openssh7.5(也适用于centos6系统)
查看>>
我的友情链接
查看>>
我的友情链接
查看>>
【scala初学】scala 控制 for while match if
查看>>