loginLog.css 498 B

123456789101112131415161718192021222324
  1. #accountLoginLog {
  2. -webkit-box-sizing: border-box;
  3. box-sizing: border-box;
  4. }
  5. #accountLoginLog table {
  6. margin-bottom: 0;
  7. min-width: 580px;
  8. }
  9. #accountLoginLog table caption {
  10. caption-side: top;
  11. color: #bbbbbb;
  12. }
  13. #accountLoginLog table tr th, #accountLoginLog table tr td {
  14. text-align: center;
  15. }
  16. #accountLoginLog table thead tr th {
  17. background: #133a46;
  18. }
  19. #accountLoginLog table tbody tr td {
  20. text-align: center;
  21. vertical-align: middle;
  22. border: none;
  23. font-size: 13px;
  24. }