CSS3 彈性盒( Flexible Box 或flexbox),是一種當頁面需要適應不同的螢幕大小 ... .box{ display: -webkit-flex; /* Safari */ display: flex; }.
確定! 回上一頁