position 规定了元素的定位类型:(通过left top right bottom属性规定)
static:默认值 正常布局 left top right bottom属性无效(normal flow正常布局)
absolute:绝对定位 相对于(除static以外)第一个父元素进行定位 脱离normal flow正常布局
relative:相对定位 相对于 正常布局 进行定位
2021-07-27 18:44:38
position 规定了元素的定位类型:(通过left top right bottom属性规定)
static:默认值 正常布局 left top right bottom属性无效(normal flow正常布局)
absolute:绝对定位 相对于(除static以外)第一个父元素进行定位 脱离normal flow正常布局
relative:相对定位 相对于 正常布局 进行定位