index.css 589 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .current {
  2. background-color: #0F83E8;
  3. color: white;
  4. text-align: center;
  5. height: 50px;
  6. line-height: 50px;
  7. margin-top: 3px;
  8. }
  9. .title {
  10. font-weight: bold;
  11. font-size: 16px;
  12. margin: 10px 0 0 5px;
  13. }
  14. p.show {
  15. margin: 5px 0 3px 10px;
  16. cursor: pointer;
  17. }
  18. .table-title {
  19. font-weight: bold;
  20. font-size: large;
  21. display: block;
  22. height: 35px;
  23. }
  24. .table-title::before {
  25. content: '|';
  26. display: inline-block;
  27. font-weight: 900;
  28. color: #0B7FC7;
  29. /*border-right: */
  30. }
  31. .vice-title {
  32. width: 120px;
  33. display: inline-block;
  34. }