2022年4月30日
摘要: 定位 页面布局时可以使用css中的position属性手动控制元素在包含块的精准位置, 通过top、bottom、left、right设置元素的偏移量。 pisition属性值 默认值static:静态定位(不定位) relative:相对定位 absolute:绝对定位 fixed:固定定位 st 阅读全文
posted @ 2022-04-30 14:30 好运连连jwhs 阅读(41) 评论(0) 推荐(0)