45.Relative and Absolute positioning

Relative是相对自己原本应该所在的位置,进行的改变

比如一个控件,设置成Relative,

45.Relative and Absolute positioning_第1张图片
截屏2019-12-04下午5.31.57.png
  • 如图所示,red往左移动了,

  • 另外一点需要注意的是,蓝色和黄色控件没有因为红色的移动而改变位置。

那另外一个就是Absolute

45.Relative and Absolute positioning_第2张图片
截屏2019-12-04下午5.35.54.png
  • 我们可以看到,红色的位置移动了,蓝色和黄色也向上顶住了之前的红色的位置。

我们再看一下fixed. 会固定在那里,遮挡在最上面。可以用在导航栏中

45.Relative and Absolute positioning_第3张图片
截屏2019-12-04下午6.00.23.png

你可能感兴趣的:(45.Relative and Absolute positioning)