三栏布局

1.display:table        .container{             display: table;             width: 100%;         }         .container>.item{             display: table-cell;         }html <!DOCTYPE html> <html lang="e
相关文章
相关标签/搜索