码迷,mamicode.com
首页 > 微信 > 详细

微信小程序scroll-view

时间:2018-08-29 14:46:28      阅读:253      评论:0      收藏:0      [点我收藏+]

标签:dex   vsc   for   fixed   nim   overflow   wrap   dde   splay   

<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

标签:dex   vsc   for   fixed   nim   overflow   wrap   dde   splay   

原文地址:https://www.cnblogs.com/geekjsp/p/9552847.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!