前端面試-精簡版

1、CSS相關 #1.1 左邊定寬,右邊自適應方案:float + margin,float + calc /* 方案1 */ .left { width: 120px; float: left; } .right { margin-left: 120px; } /* 方案2 */ .left { width: 120px; float: left; } .right {
相關文章
相關標籤/搜索