width100%,設置padding或border溢出解決方法

.box { width: 100px; height: 100px; background: red;} .bd { width: 100%; padding: 10px; background: black;} <div class="box"><div class="bd"></div> </div> 如上結構,子元素將會溢出 解決方法:CSS3: 加入box-si
相關文章
相關標籤/搜索