css 3カラムテーブル

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 3カラムテーブル相关的知识,希望对你有一定的参考价值。

<table>
    <tr>
        <th>機械名</th>
        <th>仕様</th>
        <th>台数</th>
    </tr>
    <tr>
        <td rowspan="3">マシニングセンター</td>
        <td>FANUC ロボドリル 3軸仕様</td>
        <td>1台</td>
    </tr>
</table>
table {
    width: 100%;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    margin: 0 0 60px 0;
}

table th,
table td {
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    padding: 20px;
}

table th {
    color: #fff;
    font-weight: bold;
    background: #737373;
}

以上是关于css 3カラムテーブル的主要内容,如果未能解决你的问题,请参考以下文章

css 2カラムの右を固定,左をフルード

markdown レスポンシブ,カラム,インナー

c_cpp カラーヒストグラム

text ダッシュボード:メインカラム系

markdown データフレーム/行列のカラムに名前をつける

python pyathenaで地图形式のカラムをパースする