摘要: 在研究rem布局时,无意中看到网易新闻移动端首页的导航栏用上了一个CSS 3的属性粘性定位position:sticky,它是相对定位(position:relative)和固定定位(position:fixed)的混合。 使用它,我们不再用监听scroll事件,即可实现导航栏滚动绝对定位的效果。 阅读全文
posted @ 2022-01-04 17:15 幽冥狂_七 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 一篇介绍flex属性,很不错的文章 https://yoksel.github.io/flex-cheatsheet/#section-display 阅读全文
posted @ 2022-01-04 10:18 幽冥狂_七 阅读(27) 评论(0) 推荐(0) 编辑