| 1234567891011121314151617181920 |
- #accountCertify {
- position: relative;
- }
- #accountCertify > dl {
- margin-bottom: 1.5rem;
- }
- #accountCertify > dl dt {
- font-size: 17px;
- margin-bottom: 10px;
- }
- #accountCertify > dl dd {
- font-size: 13px;
- }
- #accountCertify form {
- max-width: 420px;
- margin: 0 auto;
- }
- #accountCertify form table {
- border: none;
- }
|