Skip to content

main.css

使用以下内容创建一个 main.css 文件:

.container {
 display:flex;
}

.row {
 display:flex;
 flex-flow:row;
}

.column {
 display:flex;
 flex-flow:column;
 margin-left:32px;
}

.form-group {
 display:flex;
 flex-flow:column;
 margin-bottom:8px;
}

.train {
 width:300px;
}

.table .body__row, .table .header__row {
 display:flex;
 flex-flow:row;
}

textarea {
 height:130px;
}

还有问题?

向社区提问


除非另行声明,该网站内容遵循MindSphere开发许可协议.


Last update: April 24, 2019