
<swiper class="navban_zb" duration="1000">
<swiper-item>
<view class="navbar">
<text wx:for="{{navbarpageone}}"
data-idx="{{index}}"
class="item {{currentTab==index ? 'active' : ''}}"
wx:key="unique" bindtap="navbarTap">{{item}}</text>
</view>
</swiper-item>
<swiper-item>
<view class="navbar">
<text wx:for="{{navbarpagetwo}}"
data-idx="{{index}}"
class="item {{currentTab==index ? 'active' : ''}}"
wx:key="unique" bindtap="navbarTap">{{item}}</text>
</view>
</swiper-item>
</swiper>
<view hidden="{{currentTab!==0}}">
<view class="recommend_sp">
<block wx:for = "{{image_sp}}" wx:key="{{title}}">
<view style= "width:350rpx;" class="recommend_sp_img">
<image class="image1" src="{{item.img}}" mode="aspectFill"></image>
<text class="shiping">{{item.title}}</text>
</view>
</block>
</view>
</view>
|
.navbar{
position:fixed;
flex: none;
display: flex;
width: 100%;
background: #fff;
z-index: 999;
}
.navbar .item{
position: relative;
flex: auto;
text-align: center;
line-height: 80rpx;
}
.navbar .item.active{
color: #FFCC00;
}
.navbar .item.active:after{
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4rpx;
background: #FFCC00;
}
.navban_zb{
height: 100rpx;
}
.recommend_sp{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
overflow:hidden;
}
.recommend_sp_img{
position: relative;
margin:12rpx;
font-size: 24rpx;
overflow: scroll;
}
.recommend_sp_img .image1{
width:350rpx;
height:200rpx;
border-radius: 5px;
}
|
// pages/tabbar_zb/tabbar_zb.js
Page({
/**
* 页面的初始数据
*/
data: {
image_sp:[{
img:"../image/4.jpg",
title:"【英雄联盟官方赛事】恭喜lpl获得亚洲对抗赛冠军"
},{
img:"../image/5.jpg",
title:"【Riot、LCS】欧美对抗赛决赛-TSMvsUOL重播"
},{
img:"../image/6.jpg",
title:"【主播油条】不正紧的中单变态流小剑圣!"
},{
img:"../image/7.jpg",
title:"【暴走的鲨鱼辣椒】国服第一刀妹带你上王者"
},{
img:"../image/8.jpg",
title:"【边缘OB】 2017LCK夏季赛7月11日重播"
},{
img:"../image/9.jpg",
title:"【太原马超】中单王者游戏理解,让你制霸三路"
}],
navbarpageone:['常用', '全部', '热门游戏','王者荣耀','客厅游戏'],
navbarpagetwo:['移动游戏', '颜值', '科技','文娱课堂','正能量'],
currentTab: 0
},
/**
* 生命周期函数--监听页面加载
*/
navbarTap: function(e){
this.setData({
currentTab: e.currentTarget.dataset.idx
})
},
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})
|
模板简介:该模板名称为【微信小程序斗鱼直播分类列表页面设计制作开发教程】,大小是,文档格式为.,推荐使用打开,作品中的图片,文字等数据均可修改,图片请在作品中选中图片替换即可,文字修改直接点击文字修改即可,您也可以新增或修改作品中的内容,该模板来自用户分享,如有侵权行为请联系网站客服处理。欢迎来懒人模板【小程序教程】栏目查找您需要的精美模板。