当前位置:网站首页>[applet] realize the left and right [sliding] list through the scroll view component
[applet] realize the left and right [sliding] list through the scroll view component
2022-07-01 23:11:00 【Honest Cao Cao】
Introduction to official parameters of wechat :
demo.wxml
<scroll-view class="row_1" scroll-x>
<view class="box">
Goods details
</view>
<view class="box">
Planning parameters
</view>
<view class="box">
Product evaluation
</view>
<view class="box">
Logistics information
</view>
<view class="box">
Share information
</view>
</scroll-view>
demo.wxss
.row_1 {
height:80px;
background-color: rgb(231, 231, 231);
white-space: nowrap; /* Don't wrap */
}
.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; /* Inline elements */
}
边栏推荐
- MySQL -- convert rownum in Oracle to MySQL
- 用JpaTransactionManager操作数据库事务
- The principle, testing and Countermeasures of malicious software reverse closing EDR
- Explain ThreadLocal in detail
- 软件测试之「 性能测试」总结,新手上路必会知识点
- Cisco -- highly available and reliable network examination
- Convergence and disposal suggestions of some Internet exposure surfaces
- Explain JMM in detail
- Map container
- 玻璃马赛克
猜你喜欢
Reprint CSDN article operation
轉載csdn文章操作
Summary of "performance testing" of software testing, novice will know the knowledge points on the road
“35岁,公司老总,月薪2万送外卖“:时代抛弃你,连声再见都没有
Istio, ebpf and rsocket Broker: in depth study of service grid
Tcpdump command usage details
AAAI22 | 结构标记和交互建模:用于图分类的“SLIM”网络
赵福全:短期解决保供,长期要打造安全、高效有韧性的供应链
[机缘参悟-35]:鬼谷子-飞箝篇-远程连接、远程控制与远程测试之术
Cisco exam -- redundant network
随机推荐
马赛克后挡板是什么?
Jielizhi Bluetooth headset quality control and production skills [chapter]
MySQL -- index of InnoDB storage engine
[JUC learning road day 9] barrier derivatives
Explain the volatile keyword
AirServer最新Win64位个人版投屏软件
js——arguments的使用
A few minutes before work, I found out V-model and The difference between sync
flutter Unable to load asset: assets/images/888.png
You probably haven't noticed the very important testing strategy in your work
软件测试之「 性能测试」总结,新手上路必会知识点
Reprint CSDN article operation
【嵌入式系统课设】单个按键控制LED灯
[daily training] 66 add one-tenth
实在RPA:银行数字化,业务流程自动化“一小步”,贷款审核效率“一大步”
Turn -- bring it and use it: share a gadget for checking memory leaks
rviz打开后如何显示实时2D地图
Programming English vocabulary notebook
Genicam gentl standard ver1.5 (4) Chapter 5 acquisition engine
Tcpdump command usage details