index.less 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. .close {
  2. position: absolute;
  3. right: 0;
  4. }
  5. .titleContent {
  6. position: relative;
  7. display: flex;
  8. align-items: center;
  9. justify-content: center;
  10. height: 238px;
  11. .img {
  12. width: 150px;
  13. margin-right: 46px;
  14. }
  15. .num {
  16. margin-bottom: 24px;
  17. font-size: 80px;
  18. font-family: DINAlternate-Bold, DINAlternate;
  19. font-weight: bold;
  20. color: #f5a623;
  21. line-height: 94px;
  22. }
  23. .text {
  24. font-size: 28px;
  25. color: #4a4a4a;
  26. line-height: 38px;
  27. }
  28. .rightIcon {
  29. position: absolute;
  30. right: 20px;
  31. top: 20px;
  32. }
  33. }
  34. .lineContent {
  35. display: flex;
  36. justify-content: space-between;
  37. font-size: 28px;
  38. font-weight: 500;
  39. color: #4a4a4a;
  40. line-height: 38px;
  41. }
  42. .sparePart {
  43. width: 100%;
  44. text-align: center;
  45. .cardItem {
  46. display: flex;
  47. padding: 10px;
  48. justify-content: space-between;
  49. align-items: center;
  50. }
  51. .btns {
  52. margin: 34px 0;
  53. .btn {
  54. width: 147px;
  55. height: 59px;
  56. background: #e8e8e8;
  57. border-radius: 35px;
  58. font-size: 30px;
  59. color: #4a4a4a;
  60. line-height: 59px;
  61. text-align: center;
  62. }
  63. .active {
  64. color: #4a90e2;
  65. background: #cae2ff;
  66. }
  67. }
  68. .itemText {
  69. padding-left: 38px;
  70. justify-content: flex-start;
  71. font-size: 28px;
  72. color: #4a4a4a;
  73. line-height: 38px;
  74. height: 96px;
  75. }
  76. .itemTextActive {
  77. color: #4a90e2;
  78. }
  79. :global {
  80. .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  81. padding: 36px;
  82. align-items: center;
  83. }
  84. .ant-collapse
  85. > .ant-collapse-item
  86. > .ant-collapse-header
  87. .ant-collapse-expand-icon {
  88. > span {
  89. font-size: 28px;
  90. padding-inline-end: 0;
  91. padding-inline-start: 16px;
  92. }
  93. }
  94. .ant-list-split .ant-list-item {
  95. border-color: #dbdbdb;
  96. }
  97. }
  98. }