common.css 485 B

1234567
  1. .form-title {font-size: 15px; font-weight: bold; padding: 10px; background-color: #efefef;}
  2. .detail {padding: 10px 0; margin: 0 10px;}
  3. .detail-title {font-size: 14px; font-weight: 700; line-height: 20px;}
  4. .detail-content {padding: 0; margin-top: 10px;}
  5. .detail+.detail {padding-top: 10px; border-top: none;}
  6. #listHead {height: 50px; display: flex; justify-content: space-between; border-bottom: 1px solid #eee; align-items: center;}
  7. #tableList.main-content {padding-top: 0!important;}