index.css 920 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. }
  35. .cloud-name {
  36. font-weight: bold;
  37. font-size: large;
  38. display: block;
  39. height: 35px;
  40. }
  41. .deploy {
  42. width: 50px;
  43. height: 30px;
  44. background-color: green;
  45. color: #ffffff;
  46. font-weight: bold;
  47. padding-top: 500px;
  48. }
  49. .kind {
  50. }
  51. .item {
  52. }
  53. .item-title {
  54. display: inline-block;
  55. width: 180px;
  56. }