摘要: 实现的效果: js: wxml: wxss: 转自:https://blog.csdn.net/qq_26420489/article/details/62044526 参考:https://www.cnblogs.com/till-the-end/p/8935152.html 阅读全文
posted @ 2018-08-09 19:33 Hakuna__Matata 阅读(4767) 评论(0) 推荐(1) 编辑
摘要: scroll-view隐藏滚动条方法,在wxss里加入以下代码: ::-webkit-scrollbar{ width: 0; height: 0; color: transparent; } 转自:https://blog.csdn.net/namecz/article/details/79109 阅读全文
posted @ 2018-08-09 17:49 Hakuna__Matata 阅读(352) 评论(0) 推荐(0) 编辑