position

static

relative

fixed

absolute

sticky

relative是相对布局,
absolute是绝对布局
fixed是固定布局
static偏移量对static没有效果
z-index设置谁在前面,数值谁大谁在前面

相关文章:

  • 2021-10-26
  • 2022-02-28
  • 2021-06-02
  • 2021-06-06
  • 2021-07-17
  • 2021-09-14
猜你喜欢
  • 2021-12-04
  • 2021-07-12
  • 2021-04-19
  • 2021-10-12
  • 2021-04-23
  • 2021-09-18
相关资源
相似解决方案