Frontend CSS一文全通 margin 属性 overflow 溢出 hidden scroll auto font-style italic oblique border 1 2 3 div { border: 1px solder #000; } 1 2 3 4 5 6 7 8 9 div { width: 200px; height: 200px; background-color: gray; border-top: 5px solid blue; border-right: 5px solid red; border-bottom: 5px solid green; border-left: 5px solid black; } 1 3112202404