JS
微信 小程序布局 swiper 页面
转载// pages/classify/swiper.js
Page({
/**
* 页面的初始数据
*/
data: {
current:0
},
titleBtn:function(e){
var acIndex = e.currentTarget.dataset.current;
this.setData({
current: acIndex
})
},
swiperBtn:function(e){
var acIndex = e.detail.current;
this.setData({
current: acIndex
})
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})
//-------------------------------------------------------------------------------------------------------------------------------------------------------------
WXML
<view class='swiper-container'>
<view class='swiper-top flexca'>
<view class='top-box flex'>
<view class="{{current==0?'active':''}}" data-current='0' bindtap='titleBtn'>0</view>
<view class="{{current==1?'active':''}}" data-current='1' bindtap='titleBtn'>1</view>
</view>
</view>
<view class='swiper-contant'>
<swiper vertical="true" style='height:100%' current="{{current}}" bindchange="swiperBtn">
<swiper-item>
<view id="green" class="scroll-view-item bc_green">1</view>
</swiper-item>
<swiper-item>
<view id="red" class="scroll-view-item bc_red">2</view>
</swiper-item>
</swiper>
</view>
</view>
//-------------------------------------------------------------------------------------------------------------------------------------------------------------
WXSS
page{
width: 100%;
height: 100%;
}
.swiper-container{
width: 100%;
height: 100%;
">#f7f7f7;
}
.swiper-top{
width: 100%;
height: 10%;
">#000;
}
.top-box{
width: 200rpx;
height: 80%;
}
.top-box view{
width: 90rpx;
height: 100%;
">#fff;
}
.top-box .active{
">gold;
}
.top-box view:first-child{
margin-right: 20rpx;
}
.swiper-contant{
width: 100%;
height: 90%;
}
.scroll-view-item{
height: 100%;
}
.bc_green{
">green;
}
.bc_red{
">red;
}
本文章为转载内容,我们尊重原作者对文章享有的著作权。如有内容错误或侵权问题,欢迎原作者联系我们进行内容更正或删除文章。
上一篇:微信小程序组件 日历
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
python接twitch,wx,b站的简单应用
简单介绍最近写的机器人
Bot 微信 Twitch b站 -
wx小程序起步一、二【一共四章】-优质好文
wx小程序起步一、二【一共四章】-优质好文
数据 json 事件处理 -
swiper & swiper slider
swiper & swiper slider
swiper fullpage scroll scroll full page scroll swiper slider