index.css 909 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .HoutaiContainerTitleButton .HoutaiContainerTitleButtonHome {
  2. color: #fff;
  3. background-color: #000000;
  4. border: 1px solid #000000;
  5. }
  6. .main {
  7. margin-left: 32px;
  8. margin-top: 16px;
  9. width: 1316px;
  10. }
  11. .table {
  12. margin-bottom: 12px
  13. }
  14. .tableTitle {
  15. color: #000;
  16. font-size: 16px;
  17. font-weight: 500;
  18. margin: 6px 0;
  19. }
  20. .tableLineContent {
  21. border-radius: 10px;
  22. overflow: hidden;
  23. margin-top: 6px;
  24. }
  25. .tableLine1, .tableLine2 {
  26. display: flex;
  27. /* justify-content: space-around; */
  28. padding: 0 16px;
  29. }
  30. .tableLine1 {
  31. background-color: #FFF;
  32. }
  33. .tableLine2 {
  34. background-color: #EDF3FD;
  35. }
  36. .card {
  37. height: 34px;
  38. line-height: 34px;
  39. flex: 1;
  40. display: flex;
  41. }
  42. .cardLabel {
  43. color: #737880;
  44. font-size: 14px;
  45. font-weight: 400;
  46. }
  47. .cardLabelData {
  48. color: #323B4B;
  49. font-size: 16px;
  50. font-weight: 600;
  51. margin-left: 10px;
  52. }