#position1{
width: 100px;
height: 100px;
background-color: blue;
position: absolute;
left: 20px;
top: 20px;
z-index: 3;
}
#position2{
width: 100px;
height: 100px;
background-color: aqua;
position: fixed;
left: 10px;
top: 10px;
z-index: 2;
}
#position3{
width: 100px;
height: 100px;
background-color: red;
position: relative;
left: 20px;
top: 20px;
z-index: 1;
}
定位
最新推荐文章于 2023-09-07 10:17:46 发布