div {
position: absolute;
right: 0px;
width: 300px;
background-color: #b0e0e6;
}
使用绝对定位让div居右对齐
最新推荐文章于 2021-06-05 08:17:23 发布
div {
position: absolute;
right: 0px;
width: 300px;
background-color: #b0e0e6;
}