【发布时间】:2022-12-14 08:39:32
【问题描述】:
这是我使用此 css 代码时的内容:
.circleImage {
position: absolute;
width: 40%;
left: 300px;
top: 570px;
}
我希望的结果在这里:
我尝试 fixed 和 sticky 的位置类型,我没有超出我的屏幕但 fixed 或 sticky 与我的结果不符
感谢那些花时间帮助我的人
【问题讨论】:
-
添加溢出:隐藏在图像父级上
标签: css