当前位置:网站首页>【小程序】通过scroll-view组件实现左右【滑动】列表
【小程序】通过scroll-view组件实现左右【滑动】列表
2022-07-01 22:31:00 【敦厚的曹操】
微信官方相关参数介绍:
demo.wxml
<scroll-view class="row_1" scroll-x>
<view class="box">
商品详情
</view>
<view class="box">
规划参数
</view>
<view class="box">
商品评价
</view>
<view class="box">
物流信息
</view>
<view class="box">
分享信息
</view>
</scroll-view>
demo.wxss
.row_1 {
height:80px;
background-color: rgb(231, 231, 231);
white-space: nowrap; /* 不换行 */
}
.box {
width: 80px;
height: 40px;
background-color: aquamarine;
color: black;
margin-left: 10px;
margin-top: 20px;
text-align: center;
line-height: 40px;
display: inline-block; /* 行内元素 */
}
边栏推荐
- You probably haven't noticed the very important testing strategy in your work
- Flynk SQL client uses comparison and is familiar with official documents
- Introduction and use of plantuml
- Cisco -- an external tool for WAN's concept examination
- Explain the volatile keyword
- [image segmentation] 2021 segformer neurips
- leetcode - 287. Find duplicates
- 什么是马赛克?
- Jielizhi Bluetooth headset quality control and production skills [chapter]
- 马赛克后挡板是什么?
猜你喜欢
[target tracking] | single target tracking indicator
flutter Unable to load asset: assets/images/888.png
软件测试之「 性能测试」总结,新手上路必会知识点
Flynk SQL client uses comparison and is familiar with official documents
MySQL -- deduction of index storage model
CKS CKA CKAD 将终端更改为远程桌面
思科--高可用和高可靠网络考试
[MySQL] index classification
Cisco -- highly available and reliable network examination
tcpdump命令使用详解
随机推荐
[MySQL] basic use of explain and the function of each column
[daily training] 326 Power of 3
Treatment of insufficient space in the root partition of armbain system
半监督学习之数据增强
"Trust machine" empowers development
js——arguments的使用
业务可视化-让你的流程图'Run'起来
Cisco test -- the concept and configuration test of routing
日本购物网站的网络乞丐功能
软考信息系统项目管理师_整理的十大管理过程的简写帮助记忆背诵---软考高级之信息系统项目管理师054
[机缘参悟-35]:鬼谷子-飞箝篇-远程连接、远程控制与远程测试之术
Multiple smart pointers
【Kotlin 第三方 】coil koltin协程图片加载库Coil类似Glide的图片加载第三方
Daily question brushing record (10)
ESP自动下载电路设计
rviz打开后如何显示实时2D地图
马赛克后挡板是什么?
[target tracking] | single target tracking indicator
“35岁,公司老总,月薪2万送外卖“:时代抛弃你,连声再见都没有
微信个人小商店一键开通助手小程序开发