.box{
width: 100px;
height: 100px;
background: red;
position: fixed;
right: 20px;
bottom: 50px;
}
position 定位以后就可以用top right bottom left 控制盒子位置
.box{
width: 100px;
height: 100px;
background: red;
position: fixed;
right: 20px;
bottom: 50px;
}
position 定位以后就可以用top right bottom left 控制盒子位置