loginLog.css 564 B

123456789101112131415161718192021222324252627
  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 {
  14. border-bottom: 1px solid #212121;
  15. }
  16. #accountLoginLog table tr th, #accountLoginLog table tr td {
  17. text-align: center;
  18. }
  19. #accountLoginLog table thead tr th {
  20. background: #133a46;
  21. }
  22. #accountLoginLog table tbody tr td {
  23. text-align: center;
  24. vertical-align: middle;
  25. border: none;
  26. font-size: 13px;
  27. }