index.less 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. .close {
  2. position: absolute;
  3. right: 0;
  4. }
  5. .li {
  6. height: 50px;
  7. display: flex;
  8. align-items: center;
  9. color: #000000;
  10. font-size: 24px;
  11. }
  12. .line {
  13. margin: 0 20px;
  14. height: 24px;
  15. border-radius: 12px;
  16. background: linear-gradient(to right, #4279e5, #372cc9);
  17. }
  18. .titleContent {
  19. position: relative;
  20. display: flex;
  21. align-items: center;
  22. justify-content: center;
  23. height: 238px;
  24. .img {
  25. width: 150px;
  26. margin-right: 46px;
  27. }
  28. .num {
  29. margin-bottom: 24px;
  30. font-size: 80px;
  31. font-family: DINAlternate-Bold, DINAlternate;
  32. font-weight: bold;
  33. color: #f5a623;
  34. line-height: 94px;
  35. }
  36. .text {
  37. font-size: 28px;
  38. color: #4a4a4a;
  39. line-height: 38px;
  40. }
  41. .iconFundFilled {
  42. width: 37px;
  43. height: 41px;
  44. position: absolute;
  45. right: 20px;
  46. top: 20px;
  47. cursor: pointer;
  48. background: url('@/assets/iconFundFilled.png') no-repeat;
  49. }
  50. }
  51. .lineContent {
  52. display: flex;
  53. justify-content: space-between;
  54. font-size: 28px;
  55. font-weight: 500;
  56. color: #4a4a4a;
  57. line-height: 38px;
  58. }
  59. .sparePart {
  60. width: 100%;
  61. text-align: center;
  62. .cardItem {
  63. display: flex;
  64. padding: 36px;
  65. justify-content: space-between;
  66. align-items: center;
  67. }
  68. .btns {
  69. margin: 24px 0;
  70. .btn {
  71. width: 150px;
  72. height: 60px;
  73. font-size: 30px;
  74. color: #4a4a4a;
  75. text-align: center;
  76. background-image: url('@/assets/deviceManager/deviceBtn1.png');
  77. background-size: 100% 100%;
  78. }
  79. .active {
  80. color: #4a90e2;
  81. background-image: url('@/assets/deviceManager/deviceBtn2.png');
  82. }
  83. }
  84. .itemText {
  85. padding-left: 38px;
  86. justify-content: flex-start;
  87. font-size: 28px;
  88. color: #4a4a4a;
  89. line-height: 38px;
  90. height: 96px;
  91. }
  92. .itemTextActive {
  93. color: #4a90e2;
  94. }
  95. .spareText {
  96. font-size: 28px;
  97. font-weight: 500;
  98. color: #4a4a4a;
  99. line-height: 38px;
  100. }
  101. :global {
  102. .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  103. padding: 36px;
  104. align-items: center;
  105. }
  106. .ant-collapse-item {
  107. margin-bottom: 16px;
  108. border-radius: 8px;
  109. box-shadow: 0px 0px 8px 2px rgba(191, 191, 191, 0.2);
  110. border: 1px solid #eee;
  111. background: rgb(255, 255, 255);
  112. }
  113. .ant-collapse
  114. > .ant-collapse-item
  115. > .ant-collapse-header
  116. .ant-collapse-expand-icon {
  117. > span {
  118. font-size: 28px;
  119. padding-inline-end: 0;
  120. padding-inline-start: 16px;
  121. }
  122. }
  123. .ant-list-split .ant-list-item {
  124. border-color: #dbdbdb;
  125. }
  126. }
  127. }
  128. .main {
  129. padding: 20px;
  130. margin-top: 40px;
  131. }