Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
使用 display: table; 让div变成了一个表格,然后里面设置了列,但是每列的内容不一样,导致无法对齐,寻求解决方案!
display: table;
给模拟表格的 table-cell 设置好宽度,就可以自动对齐了!