div + css 简单表格demo

.main {
  height: auto;
  border: 1px solid #ccc;
  border-bottom: none;
  margin-bottom: 10px;
}
.line {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ccc;
}
.row {
  border-right: 1px solid #ccc;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.row:last-of-type{
  border-right: none;
}
.row-item{
  border-bottom: 1px solid #ccc;
}
.row-item:last-of-type{
  border-bottom: none;
}
    
乙方
收费
总计
支付日
10元
15号

你可能感兴趣的:(div + css 简单表格demo)