前端基础----CSS基础概要(四)

定位和层

  定位

    相对定位  position:relative;

    绝对定位  position:absolute;

    固定定位  position:fixed;

    相对位置  上,下,左,右  top:像素,bottom:像素,left:像素,right:像素

  层

    z-index:0  默认值为0  值越大越是在上面

    opacity:0.1 值越小越透明  取值为0-1

    filter:alpha(opacity=10)  值越小越透明  取值为0-100

 

    

 

posted @ 2020-02-18 10:43  MrLuve  阅读(123)  评论(0编辑  收藏  举报