| 123456789101112131415161718192021222324252627 |
- #accountLoginLog {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- #accountLoginLog table {
- margin-bottom: 0;
- min-width: 580px;
- }
- #accountLoginLog table caption {
- caption-side: top;
- color: #bbbbbb;
- }
- #accountLoginLog table tr {
- border-bottom: 1px solid #212121;
- }
- #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;
- }
|