Codaland 斜杠国度

Code changes everything. Easier than you think.

03 2020 档案

摘要:View、Text、Image组件 View 1. 示例代码 2. view控件属性: class="" 样式类 Text 1. 示例代码 2. text控件属性: class="" 样式类 font size="" 字体大小 单位可以为px或者rpx,有关rpx后面会提到 font weight= 阅读全文
posted @ 2020-03-31 22:21 Codaland-斜杠国度 阅读(267) 评论(0) 推荐(0)
摘要:文件结构 1. 根目录 app.js 程序主逻辑 app.json 全局配置文件 需要在"pages"属性中以 相对路径 的方式声明页面 app.wxss 全局样式文件 这里设置一些所有页面都可能用到的公共样式类 project.config.json 程序信息 该文件由开发工具自动生成 pages 阅读全文
posted @ 2020-03-31 21:47 Codaland-斜杠国度 阅读(355) 评论(0) 推荐(0)