06 2022 档案

摘要:图片顶到最上面 当前页面的json中配置: json "navigationStyle":"custom" checkbox样式修改 checkbox { /* 未选中时--样式更改 */ .wx-checkbox-input { border-radius: 50%; width: 30rpx; 阅读全文
posted @ 2022-06-23 11:18 shine_lovely 阅读(47) 评论(0) 推荐(0) 编辑
摘要:全局安装 sass npm install sass -g Arguments输入 $FileName$:$FileNameWithoutExtension$.wxss --no-source-map Output paths to refresh输入 $FileNameWithoutExtensi 阅读全文
posted @ 2022-06-16 19:52 shine_lovely 阅读(187) 评论(0) 推荐(0) 编辑
摘要:使用 text-overflow: ellipsis .text { overflow: hidden; /* 将超出的部分隐藏掉 */ text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box 阅读全文
posted @ 2022-06-16 19:08 shine_lovely 阅读(658) 评论(0) 推荐(0) 编辑
摘要:每隔4个加一个逗号 var t = '123456789abcdefg' var str = t.replace(/(.{4})/g, '$1,') // '1234,5678,9abc,defg' 阅读全文
posted @ 2022-06-01 14:37 shine_lovely 阅读(1250) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示