发表评论取消回复
相关阅读
相关 小程序滚动条的使用
<view> <progress percent="10"></progress> <progress percent="20" sho
相关 微信小程序隐藏 scroll-view 滚动条
// 隐藏滚动条 ::-webkit-scrollbar { width: 0; height: 0; color: tra
相关 微信小程序 scroll-view 横向不滚动/隐藏滚动条
1.scroll-view 中的需要滑动的元素不可以用 float 浮动使其一行展示; 2.包裹scroll-view的元素如果用 display:flex; 是没有滚动效果
相关 小程序隐藏滚动条
页面代码 <scroll-view scroll-x class="my_scroll"> <view class='my_scroll_box'
相关 微信小程序之----去掉小程序的滚动条
代码 .v1::-webkit-scrollbar { width: 0; height: 0; color: transpare
相关 微信小程序(11)——去除滚动条
[微信小程序(十)——利用scroll-view实现横向滚动][scroll-view]讲了如何实现scroll-view的横向滚动,在实现滚动之后,发现有一个横向的滚动条存在
相关 小程序制作吸顶菜单(监听滚动条)
1.使用onPageScroll()函数监听滚动条 onPageScroll(e){ //参数e会返回滚动条滚动的高度 console.lo
相关 微信小程序设置滚动条
<!--垂直滚动,这里必须设置高度--> <scroll-view scroll-y="true" style="height: 200px">
相关 微信小程序 - scroll-view 滚动条消失
在全局样式中写入 ::-webkit-scrollbar { / display: none; / width: 0; heigh
还没有评论,来说两句吧...