千家信息网

微信小程序怎么实现YDUI的ScrollTab组件

发表于:2025-01-21 作者:千家信息网编辑
千家信息网最后更新 2025年01月21日,这篇文章主要讲解了"微信小程序怎么实现YDUI的ScrollTab组件",文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习"微信小程序怎么实现YDUI的Scr
千家信息网最后更新 2025年01月21日微信小程序怎么实现YDUI的ScrollTab组件

这篇文章主要讲解了"微信小程序怎么实现YDUI的ScrollTab组件",文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习"微信小程序怎么实现YDUI的ScrollTab组件"吧!

WXML

   {{item}}        {{item}}   {{item}} 列表 {{index}}   

WXSS

.tui-fixed-x{ margin-left: 130px; position: fixed; top: 0; left: 0;}.tui-fixed-left{ width: 120px; height: 100%; border-right: 1px solid #dfdfdf; position: fixed; background-color: #f5f5f5; top: 0; left: 0;}.tui-list-head{ background-color: #fff; margin-bottom: 15px;}.tui-city-scroll{ width: 100%;}.tui-nav-li{ font-size: 30rpx; padding: 0 10px; height: 100rpx; line-height: 100rpx; width: 100px; display: block; border-bottom: 1px solid #dfdfdf; position: relative; z-index: 10;}.tui-nav-active{ background-color: #fff;}.tui-fixed-y{ margin-left: 120px; padding-left: 10px; padding-right: 10px; height: 100%; position: fixed; bottom: 0; right: 0;}.tui-city-scroll-y{ height: 100%; box-sizing: border-box;}.tui-list-head{ height: 50px; line-height: 50px; text-align: center; font-size: 30rpx; color: blue;}.tui-list-li{ height: 400px; padding: 10rpx; color: #fff; font-size: 50rpx; background-color: lightgreen;}

JS

Page({ data: {  navList: ['今日特惠', '烟灶推荐', '净水饮水推荐', '洗碗机推荐', '电热推荐', '燃热推荐', '消毒柜推荐', '嵌入式推荐', '商用电器', '活动说明'],  status: 0 }, getStatus(e) {  this.setData({ status: e.currentTarget.dataset.index }) }})

感谢各位的阅读,以上就是"微信小程序怎么实现YDUI的ScrollTab组件"的内容了,经过本文的学习后,相信大家对微信小程序怎么实现YDUI的ScrollTab组件这一问题有了更深刻的体会,具体使用情况还需要大家实践验证。这里是,小编将为大家推送更多相关知识点的文章,欢迎关注!

0