index.less 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. .close {
  2. position: absolute;
  3. right: 0;
  4. }
  5. .img {
  6. width: 154px;
  7. margin-right: 20px;
  8. }
  9. .num {
  10. font-size: 80px;
  11. font-weight: bold;
  12. font-family: DINAlternate-Bold, DINAlternate;
  13. line-height: 94px;
  14. margin-bottom: 16px;
  15. color: #4a90e2;
  16. }
  17. .point {
  18. width: 20px;
  19. height: 20px;
  20. border-radius: 10px;
  21. margin-right: 12px;
  22. }
  23. .onlinePoint {
  24. .point;
  25. background-color: #12ceb3;
  26. }
  27. .outlinePoint {
  28. .point;
  29. background-color: #9b9b9b;
  30. }
  31. .rightIcon {
  32. position: absolute;
  33. right: 20px;
  34. top: 20px;
  35. }
  36. .cardItem {
  37. display: flex;
  38. padding: 40px 44px 32px;
  39. align-items: center;
  40. .name {
  41. font-size: 36px;
  42. color: #000000;
  43. }
  44. }
  45. .lTextCon2 {
  46. display: flex;
  47. align-items: center;
  48. }
  49. .text {
  50. font-size: 28px;
  51. color: #4a4a4a;
  52. line-height: 38px;
  53. }
  54. .sparePart {
  55. width: 100%;
  56. .titleContent {
  57. position: relative;
  58. display: flex;
  59. justify-content: space-between;
  60. align-items: center;
  61. padding: 48px 212px 28px 104px;
  62. .titleLeft {
  63. display: flex;
  64. .textCon {
  65. text-align: center;
  66. margin: auto;
  67. }
  68. }
  69. .lTextCon1 {
  70. .lTextCon2;
  71. margin-bottom: 32px;
  72. }
  73. }
  74. }
  75. .doorPart {
  76. width: 100%;
  77. .titleContent {
  78. display: flex;
  79. justify-content: space-between;
  80. .cardLeft {
  81. width: 49%;
  82. .up {
  83. display: flex;
  84. align-items: center;
  85. margin-top: 32px;
  86. margin-left: 48px;
  87. .img {
  88. width: 154px;
  89. // height: 130px;
  90. margin-right: 40px;
  91. }
  92. .textCon {
  93. text-align: center;
  94. }
  95. }
  96. .bottom {
  97. display: flex;
  98. margin: 28px 0 6px;
  99. justify-content: space-around;
  100. }
  101. }
  102. .cardRight {
  103. width: 49%;
  104. display: flex;
  105. flex-direction: column;
  106. align-items: center;
  107. justify-content: space-between;
  108. padding: 28px 0 32px 0;
  109. .btn {
  110. width: 157px;
  111. height: 55px;
  112. background: rgba(222, 237, 255, 0.91);
  113. border-radius: 6px;
  114. padding: 8px 26px;
  115. font-size: 28px;
  116. color: #329bfe;
  117. line-height: 38px;
  118. }
  119. .in {
  120. .point;
  121. background-color: #4a90e2;
  122. }
  123. .out {
  124. .point;
  125. background-color: #f5a623;
  126. }
  127. .textContent {
  128. display: flex;
  129. align-items: center;
  130. }
  131. }
  132. }
  133. }