摘要: position 属性规定应用于元素的定位方法的类型(static、relative、fixed、absolute 或 sticky)。 position: static;HTML 元素默认情况下的定位方式为 static(静态)。 静态定位的元素不受 top、bottom、left 和 right 阅读全文
posted @ 2021-10-29 14:30 jiayouliucui 阅读(132) 评论(0) 推荐(0)