2 个答案:
答案 0 :(得分:2)
删除额外< DIV>你正在使用的标签。
Name
希望这应该有效!
答案 1 :(得分:1)
删除介入的margin_bottom div,因为它打破了table-row和table-cell之间的关系。由于您无法在表格行中添加边距,因此要在行之间添加间距,请将填充添加到单元格中:


.full_width{width: 100%}
.table{ display: table;}
.table_row{display: table-row;}
.table_cell{display:table-cell;padding-bottom: 18px;}
.wrapper_cont{width: 48%}
#cell2{padding-left: 4%}
.label{display:block}
Name
Name