h1_line.css 224 B

1234567891011121314
  1. h1 {
  2. font-size: 26px;
  3. font-family: PingFangSC-Medium;
  4. font-weight: 500;
  5. color: #1d2a3a;
  6. margin: 28px 0 24px;
  7. text-align: center;
  8. }
  9. .hr {
  10. width: 960px;
  11. height: 1px;
  12. background: #eee;
  13. margin-bottom: 12px;
  14. }