摘要: (一)单选按钮组 模型图如下: index.js index.wxml index.wxss Tips:此处的{{item.checked?”checked_parameter”:”“}}为三元选择器,即通过checked判断当前是否为选中样式,而后进行样式的添加checked_parameter。 阅读全文
posted @ 2018-12-07 16:06 与f 阅读(5920) 评论(0) 推荐(0)
摘要: https://github.com/Tencent/weui-wxss/ 下载地址用于小程序的https://github.com/Tencent/weui 下载地址用于H5 运用示例在下载文件的文件夹 weui-wxss-master\dist\example目录下 小程序全局用法 在app.w 阅读全文
posted @ 2018-12-07 12:16 与f 阅读(1347) 评论(0) 推荐(0)