none: 非表示の要素
block: ブロックレベルの要素
inline-block: インラインブロックレベルの要素
list-item: リスト項目
tableシリーズの表示
table
table-row
flex (フレキシブルボックス)
.table{display:table;border-collapse:collapse;border:1px Solid #ccc ; }
.table-caption{display:table-caption;margin:0;padding:0;font-size:16px;}
.table-column-group{display:table-column-group ; }
.table-column{display:table-column;width:100px;}
.table-row-group{display:table-row-group;}
.table-row { display:table-row;}
.table-row-group .table-row:hover,.table-footer-group .table-row:hover{background:#f6f6f6;}
.table - cell{display:table-cell;padding:0 5px;border:1pxソリッド #ccc;}
.table-header-group{display:table-header-group;background:#eee;font-weight:bold ;}
.table-footer-group{display:table-footer-group;}
以上がディスプレイの共通属性値の紹介の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。