好想看没啥好办法 Document .container { position: relative; } .nobox { width: 100px; height: 100px; background-color: green; } .box { position: absolute; width: 100px; height: 100px; background-color: red; } .boxs { position: absolute; top: 100px; width: 100px; height: 100px; background-color: yellow; } Box 0 Box 1 Box 2 这样符合你的要求不