index.less 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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: 34px 0;
  70. .btn {
  71. width: 148px;
  72. height: 60px;
  73. font-size: 30px;
  74. color: #4a4a4a;
  75. line-height: 60px;
  76. text-align: center;
  77. background-image: url('@/assets/deviceManager/deviceBtn1.png');
  78. background-size: 100% 100%;
  79. }
  80. .active {
  81. color: #4a90e2;
  82. background-image: url('@/assets/deviceManager/deviceBtn2.png');
  83. }
  84. }
  85. .itemText {
  86. padding-left: 38px;
  87. justify-content: flex-start;
  88. font-size: 28px;
  89. color: #4a4a4a;
  90. line-height: 38px;
  91. height: 96px;
  92. }
  93. .itemTextActive {
  94. color: #4a90e2;
  95. }
  96. .spareText {
  97. font-size: 28px;
  98. font-weight: 500;
  99. color: #4a4a4a;
  100. line-height: 38px;
  101. }
  102. :global {
  103. .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  104. padding: 36px;
  105. align-items: center;
  106. }
  107. .ant-collapse-item {
  108. margin-bottom: 16px;
  109. border-radius: 8px;
  110. box-shadow: 0px 0px 8px 2px rgba(191, 191, 191, 0.2);
  111. border: 1px solid #eee;
  112. background: rgb(255, 255, 255);
  113. }
  114. .ant-collapse
  115. > .ant-collapse-item
  116. > .ant-collapse-header
  117. .ant-collapse-expand-icon {
  118. > span {
  119. font-size: 28px;
  120. padding-inline-end: 0;
  121. padding-inline-start: 16px;
  122. }
  123. }
  124. .ant-list-split .ant-list-item {
  125. border-color: #dbdbdb;
  126. }
  127. }
  128. }
  129. .main {
  130. padding: 20px;
  131. margin-top: 40px;
  132. }