index.less 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. .close {
  2. position: absolute;
  3. right: 0;
  4. }
  5. .img {
  6. width: 1.54rem;
  7. margin-right: 0.2rem;
  8. }
  9. .num {
  10. font-size: 0.8rem;
  11. font-family: PangMenZhengDao-3, PangMenZhengDao-3;
  12. font-weight: 400;
  13. color: #3b3b3b;
  14. line-height: 0.62rem;
  15. letter-spacing: 0.06rem;
  16. }
  17. .point {
  18. width: 0.2rem;
  19. height: 0.2rem;
  20. margin-right: 0.12rem;
  21. }
  22. .onlinePoint {
  23. .point;
  24. background-color: #12ceb3;
  25. }
  26. .outlinePoint {
  27. .point;
  28. background-color: #9b9b9b;
  29. }
  30. .rightIcon {
  31. position: absolute;
  32. right: 0.2rem;
  33. top: 0.2rem;
  34. }
  35. .listContent {
  36. display: flex;
  37. flex-wrap: wrap;
  38. justify-content: space-between;
  39. }
  40. .listItem {
  41. width: 48%;
  42. margin-bottom: 0.29rem;
  43. }
  44. .cardItem {
  45. display: flex;
  46. padding: 0.4rem 0.44rem 0.32rem;
  47. align-items: center;
  48. .name {
  49. font-size: 0.32rem;
  50. color: #000000;
  51. }
  52. }
  53. .lTextCon2 {
  54. display: flex;
  55. align-items: center;
  56. }
  57. .text {
  58. font-size: 0.28rem;
  59. color: #4a4a4a;
  60. line-height: 0.38rem;
  61. }
  62. .sparePart {
  63. width: 100%;
  64. .titleContent {
  65. position: relative;
  66. display: flex;
  67. justify-content: space-around;
  68. align-items: center;
  69. padding: 0.48rem 1.8rem 0.28rem 0;
  70. .titleLeft {
  71. display: flex;
  72. margin-right: 0.96rem;
  73. .textCon {
  74. text-align: center;
  75. margin: auto;
  76. }
  77. }
  78. .lTextCon1 {
  79. .lTextCon2;
  80. margin-bottom: 0.32rem;
  81. }
  82. }
  83. }
  84. .doorPart {
  85. width: 100%;
  86. .titleContent {
  87. display: flex;
  88. justify-content: space-between;
  89. font-family: Source Han Sans, Source Han Sans;
  90. font-weight: 500;
  91. color: #615d5d;
  92. font-size: 0.32rem;
  93. .cardLeft {
  94. width: 49%;
  95. .up {
  96. display: flex;
  97. align-items: center;
  98. margin-top: 0.32rem;
  99. margin-left: 0.3rem;
  100. .img {
  101. width: 1.54rem;
  102. // height: 1.3rem;
  103. margin-right: 0.2rem;
  104. }
  105. .textCon {
  106. text-align: center;
  107. }
  108. }
  109. .bottom {
  110. display: flex;
  111. margin: 0.28rem 0 0.06rem;
  112. justify-content: space-around;
  113. }
  114. }
  115. .cardRight {
  116. width: 49%;
  117. display: flex;
  118. flex-direction: column;
  119. align-items: center;
  120. justify-content: space-between;
  121. padding: 0.28rem 0 0.32rem 0;
  122. .btn {
  123. width: 1.57rem;
  124. height: 0.55rem;
  125. background: rgba(222, 237, 255, 0.91);
  126. border-radius: 0.06rem;
  127. padding: 0.08rem 0.26rem;
  128. font-size: 0.28rem;
  129. color: #329bfe;
  130. line-height: 0.38rem;
  131. }
  132. .in {
  133. .point;
  134. background-color: #4a90e2;
  135. }
  136. .out {
  137. .point;
  138. background-color: #f5a623;
  139. }
  140. .textContent {
  141. display: flex;
  142. align-items: center;
  143. }
  144. }
  145. }
  146. }