| 1234567891011121314151617181920212223 |
- #accountLoginLog {
- box-sizing: border-box;
- }
- #accountLoginLog table {
- margin-bottom: 0;
- min-width: 580px;
- }
- #accountLoginLog table caption {
- caption-side: top;
- color: #bbbbbb;
- }
- #accountLoginLog table tr th, #accountLoginLog table tr td {
- text-align: center;
- }
- #accountLoginLog table thead tr th {
- background: #133a46;
- }
- #accountLoginLog table tbody tr td {
- text-align: center;
- vertical-align: middle;
- border: none;
- font-size: 13px;
- }/*# sourceMappingURL=loginLog.css.map */
|