您的位置:首页 > 游戏 > 游戏 > 软件技术属于什么专业大类_佛山市seo网站设计工具_seo外链工具有用吗_seo关键字优化技巧

软件技术属于什么专业大类_佛山市seo网站设计工具_seo外链工具有用吗_seo关键字优化技巧

2025/2/21 4:40:33 来源:https://blog.csdn.net/nibabaoo/article/details/142876830  浏览:    关键词:软件技术属于什么专业大类_佛山市seo网站设计工具_seo外链工具有用吗_seo关键字优化技巧
软件技术属于什么专业大类_佛山市seo网站设计工具_seo外链工具有用吗_seo关键字优化技巧

实现代码

<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><title>Document</title><style>* {margin: 0;padding: 0;box-sizing: border-box;}.box {width: 100%;height: 300px;display: flex;overflow-x: auto;/* 第一个参数表示滚动方向,x:横向滚动 y:纵向滚动 *//* 第二个参数表示吸附方式,mandatory:表示强制吸附  proximity:表示接近吸附*/scroll-snap-type: x mandatory;}.item {width: 100%;height: 100%;flex-shrink: 0;/* 吸附的对齐方式,start表示开始位置  center表示中间位置,end表示结束位置 */scroll-snap-align: start;/* 停在下一个元素 */scroll-snap-stop: always;}.item:nth-child(1) {background-color: rgb(13, 255, 0);}.item:nth-child(2) {background-color: rgb(255, 0, 149);}.item:nth-child(3) {background-color: rgb(255, 242, 0);}.item:nth-child(4) {background-color: rgb(0, 255, 47);}</style></head><body><div class="box"><div class="item"></div><div class="item"></div><div class="item"></div><div class="item"></div></div></body>
</html>

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com