您的位置:首页 > 健康 > 美食 > 沈阳网络建网站个人_android应用商店_qq引流推广软件免费_品牌运营推广方案

沈阳网络建网站个人_android应用商店_qq引流推广软件免费_品牌运营推广方案

2024/12/23 19:10:20 来源:https://blog.csdn.net/weixin_68658847/article/details/144215771  浏览:    关键词:沈阳网络建网站个人_android应用商店_qq引流推广软件免费_品牌运营推广方案
沈阳网络建网站个人_android应用商店_qq引流推广软件免费_品牌运营推广方案

js代码为

Page({data: {items: ['Item 1', 'Item 2', 'Item 3', 'Item 4', 'Item 5','Item 6','Item 7','Item 8','Item 9','Item 10','Item 11','Item 12','Item 13','Item 14','Item 15','Item 16','Item 17','Item 18','Item 19','Item 20','Item 21','Item 22'],scrollLeft: 0,itemView:'item4'},onLoad: function () {// 在页面加载完成后,设置滚动到指定位置this.scrollToPosition(375); // 假设我们要滚动到375px的位置},scrollToPosition: function (position) {this.setData({scrollLeft: position});},aaa(e){this.setData({itemView:'item'+e.currentTarget.dataset.index})}
});

wxml代码为

<!-- 根据设定的距离进行滚动 --><scroll-view scroll-x="true" style="white-space: nowrap;height: 200px;" scroll-left="{{scrollLeft}}"><view class="scroll-item" wx:for="{{items}}" wx:for-item="item" id="item{{index}}">{{item}}</view>
</scroll-view><!-- 根据定位的元素进行滚动,会滚动到指定元素(不带动画) -->
<scroll-view scroll-x="true" style="white-space: nowrap;height: 200px;" scroll-into-view="item4"><view class="scroll-item" wx:for="{{items}}" wx:for-item="item" id="item{{index}}">{{item}}</view>
</scroll-view><!-- 根据定位的元素进行滚动,会滚动到指定元素(带动画) -->
<scroll-view scroll-x="true" style="white-space: nowrap;height: 200px;" scroll-into-view="{{itemView}}" 	scroll-with-animation><view class="scroll-item" wx:for="{{items}}" wx:for-item="item" id="item{{index}}" bind:tap="aaa" data-index="{{index}}">{{item}}</view>
</scroll-view><!-- 设置偏移,例如不想每次都滚动到最前面,比如会将当前选项定位到居中位置 (小程序宽度/2) - (子元素宽度/2)/2 最后这个除以2是为了转px像素,如本案例 小程序宽度为750rpx,每个item为150rpx,因此偏移值为((750/2)-(150/2))/2 = 150  因此在本案例中是刚好居中定位的-->
<scroll-view scroll-x="true" style="white-space: nowrap;height: 200px;" scroll-into-view="{{itemView}}" 	scroll-into-view-offset="-150" 	scroll-with-animation><view class="scroll-item" wx:for="{{items}}" wx:for-item="item" id="item{{index}}" bind:tap="aaa" data-index="{{index}}">{{item}}</view>
</scroll-view>

wxss代码为:

.scroll-item {display: inline-block;padding: 10rpx;width: 150rpx;text-align: center;background-color: #f0f0f0;margin-right: 10rpx;margin-top: 300rpx;
}
scroll-view{width: 750rpx;background-color: pink;
}

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com