certify.css 338 B

123456789101112131415161718192021
  1. #accountCertify {
  2. position: relative;
  3. }
  4. #accountCertify > dl {
  5. margin-bottom: 1.5rem;
  6. }
  7. #accountCertify > dl dt {
  8. font-size: 17px;
  9. margin-bottom: 10px;
  10. }
  11. #accountCertify > dl dd {
  12. font-size: 13px;
  13. }
  14. #accountCertify form {
  15. min-width: 250px;
  16. max-width: 420px;
  17. margin: 0 auto;
  18. }
  19. #accountCertify form table {
  20. border: none;
  21. }