上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: 效果: HTML代码: <!-- 1手机绑定 --> <div class="memberuser_box"> <div class="memberuser_box_left">手机绑定</div> <div class="memberuser_box_right"> <div id="phonen 阅读全文
posted @ 2022-02-23 16:01 宅女二二 阅读(120) 评论(0) 推荐(0)
摘要: 预期效果(页面1): 点击后显示对应的内容(页面2): HTML(页面1): 添加 onclick 跟 data-index <!-- 3我的订单 --> <div class="member_box3"> <div class="member_box3_top"> <div class="memb 阅读全文
posted @ 2022-02-23 10:42 宅女二二 阅读(370) 评论(0) 推荐(0)
摘要: 效果: HTML: <!-- 添加分组按钮 --> <div class="group_add" onclick = "document.getElementById('light').style.display='block';document.getElementById('fade').sty 阅读全文
posted @ 2022-02-21 16:15 宅女二二 阅读(227) 评论(0) 推荐(0)
摘要: display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden; 参考链接:https://www.cnblogs.com/gopark/p/8875655.html 阅读全文
posted @ 2022-02-19 16:16 宅女二二 阅读(22) 评论(0) 推荐(0)
摘要: function jumpSearch() { window.location.href="search.html"; } 参考链接:https://zhidao.baidu.com/question/139415087465376285.html 阅读全文
posted @ 2022-02-19 16:14 宅女二二 阅读(14) 评论(0) 推荐(0)
摘要: <!-- 10置顶 --> <div class="totop"> <img src="images/totop.png" /> </div> <script> $(function() { $(window).scroll(function() { var scroHei = $(window). 阅读全文
posted @ 2022-02-19 10:37 宅女二二 阅读(33) 评论(0) 推荐(0)
摘要: 小程序weui官网:https://developers.weixin.qq.com/miniprogram/dev/extended/weui/ 1.下载weui 进入GitHub https://github.com/weui/weui-wxss/ 进入如下页面,点击红色框选下载程序代码 解压后 阅读全文
posted @ 2021-12-28 15:58 宅女二二 阅读(4750) 评论(0) 推荐(1)
摘要: 最近在做微信小程序,引入weui的时候踩坑了好久,这里记录一下遇到的问题。 微信官方文档给了两种weui引入方式: 通过 useExtendedLib 扩展库 的方式引入,这种方式引入的组件将不会计入代码包大小。 可以通过npm方式下载构建,npm包名为weui-miniprogram 但是注意!! 阅读全文
posted @ 2021-12-28 15:17 宅女二二 阅读(606) 评论(0) 推荐(1)
摘要: 子页(需要选择的): wxml: <view class="box2" wx:for="{{store}}"> <view class="box2_son1" data-id="{{index}}" bindtap="backIndex"> <view class="box2_son1_left"> 阅读全文
posted @ 2021-12-22 11:42 宅女二二 阅读(48) 评论(0) 推荐(0)
摘要: js: // 打开地图导航 seeMap: function(e){ var me = this; let id = e.currentTarget.dataset.id; var stores = me.data.data.data; var latitude = stores[id].latit 阅读全文
posted @ 2021-12-21 16:00 宅女二二 阅读(1134) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页