html { background: #fff; } body { height: 200px; background: #ccc; overflow: hidden; } .a { height: 300px; width: 200px; background: pink; }<body> <div class="a"></div></body>
UYOU
相关分类