IT常识
技术 Python PHP JavaScript IOS Android Java 数据库 资源 公众号 代码片段 github
  • IT常识
  • web服务器

微信小程序scroll-view

Posted 2021-01-02 tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微信小程序scroll-view相关的知识,希望对你有一定的参考价值。

<scroll-view class=‘tabli‘ scroll-x="true" scroll-left="{{navScrollLeft}}" scroll-with-animation="{{true}}">
<view class=‘item‘ wx:for="{{ arr }}" wx:for-index="idx" wx:for-item="navItem" wx:key="idx">{{navItem}}</view>
</scroll-view>
 
 
 
.tabli{
  height:80rpx;
  width:100%;
  box-sizing:border-box;
  /* overflow:hidden;
  line-height:80rpx;
  background:#f7f7f7;
  font-size:14px; */
  white-space:nowrap;
  /* position:fixed;
  top:0;
  left:0;
  z-index:99; */
}

.daohangwrap{
  width: 100%;
}

.tabli .item{
  width: 20%;
  display: inline-block;
  text-align: center;
}
 
 
 


以上是关于微信小程序scroll-view的主要内容,如果未能解决你的问题,请参考以下文章

微信小程序 scroll-view滚动条隐藏

微信小程序scroll-view横向显示及异常显示处理

微信小程序 scroll-view内容怎么默认滚到底部

微信小程序 scroll-view 上滑没有加载更多问题

微信小程序 iPhone6 ,iso10版本 scroll-view浮层 滑动穿透 滑动无效

微信小程序把玩scroll-view组件

(c)2006-2024 SYSTEM All Rights Reserved IT常识