布局:table表格布局

.table { display:table; width: 80%; border-collapse: collapse; }

.table-tr {display: table-row; height: 30px;}
.table-th {display: table-cell;font-weight: bold;height: 100%;border: 1px solid gray;text-align: center;vertical-align: middle;background-color:#E5E5E5;}
.table-td {display: table-cell; height: 100%;}
 
.sub-table {width: 100%;height: 100%;display: table;}
.sub-table-tr {display: table-row; height: 100%;}
.sub-table-td {display: table-cell; height: 100%;border: 1px solid gray; text-align: center;vertical-align: middle;}

博客链接01:display:table表格布局的使用

posted on 2022-02-15 15:29  九涅  阅读(119)  评论(0编辑  收藏  举报

导航