随笔分类 - 零基础小程序开发
摘要:1.页面的动态绑定 2.事件处理 3.生命周期函数 4.网络请求 <templete> <view> <text >{{ title }} </text> <text v-for="(item,index) in list " :key="index" > {{ item }} </text> //
阅读全文
摘要:1.属性 *字体 *大小 *布局:float 2.选择器:class类选择器 3.取值与单位 * px *color *rpx :自动根据屏幕大小进行适配 4.盒子模型 *margin距离外边的距离 *padding距离内部的距离 *border盒子的边框 5.弹性盒子模型 <templete> <
阅读全文
摘要:1.view容器 <template> <view> <text>大家好,晚上好</text> <swiper此处可加指示器等属性> <swiper-item> <text> <image style="width=100%;"(例如宽度等属性) src=''你的图片''></image> </te
阅读全文