CSS实现div窗口底部固定布局指南 - 前端资讯社区 box { position: relative; width: 100%; height: 100%; background: #e6f7ff; padding: 20px; z-index: 10; /* 确保在容器内 */ } .box::before { content: '';...