本文出至:学新通博客
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <style> * { margin: 0; padding: 0; } .parent-list { width: 90%; height: 15rem; margin: 0 auto; text-align: center; margin-top: 2.25rem; white-space: nowrap; overflow-y: hidden; } .list { width: 10rem; height: 14.563rem; display: inline-block; transition: all 0.5s; } </style> </head> <body> <div> <div>1</div> <div>2</div> <div>3</div> <div>4</div> <div>5</div> </div> </body> </html>
平铺的核心是使用 white-space: nowrap;
本文出至:学新通博客
标签:
版权声明:本站内容均来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
联系方式:wuliqiang_aa@163.com