vue实现滑动切换效果(仅在手机模式下可用)

2020-06-13 10:40:18易采站长站整理

}
}
}
</script>

<style scoped lang="stylus" rel="stylesheet/stylus">
.back
position: fixed
width: 100%
height: 100px
white-space: nowrap
.back-l
position: relative
vertical-align: top
display: inline-block
width: 100%
height: 100%
background-color: red
.back-r
display: inline-block
vertical-align: top
position: relative
width: 100%
height: 100%
background-color: yellow

</style>