时间:2021-07-01 10:21:17 帮助过:19人阅读
#a { width: 100px; height: 100px; background-color: red; border: 5px solid #bbbbbb; float: left; } #b { width: 100px; height: 100px; background-color: green; border: 5px solid #bbbbbb; display:inline-block; } #c { width: 100px; height: 100px; background-color: yellow; border: 5px solid #bbbbbb; }
#a { width: 100px; height: 100px; background-color: red; border: 5px solid #bbbbbb; float: left; } #b { width: 100px; height: 100px; background-color: green; border: 5px solid #bbbbbb; display:inline-block; } #c { width: 100px; height: 100px; background-color: yellow; border: 5px solid #bbbbbb; }
#a { width: 100px; height: 100px; background-color: red; border: 5px solid #bbbbbb; float: left; } #b { width: 100px; height: 100px; background-color: green; border: 5px solid #bbbbbb; display:inline-block; } #c { width: 100px; height: 100px; background-color: yellow; border: 5px solid #bbbbbb; }