index.less 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. .close {
  2. position: absolute;
  3. right: 0;
  4. }
  5. .li {
  6. height: 0.5rem;
  7. display: flex;
  8. align-items: center;
  9. color: #000000;
  10. font-size: 0.24rem;
  11. }
  12. .line {
  13. margin: 0 0.2rem;
  14. height: 0.24rem;
  15. border-radius: 0.12rem;
  16. background: linear-gradient(to right, #4279e5, #372cc9);
  17. }
  18. .top {
  19. display: flex;
  20. padding: 0.48rem 1.8rem 0.25rem 0;
  21. font-family: Source Han Sans, Source Han Sans;
  22. font-weight: 500;
  23. color: #615d5d;
  24. font-size: 0.32rem;
  25. justify-content: space-around;
  26. .left {
  27. // width: 50%;
  28. display: flex;
  29. align-items: center;
  30. }
  31. .img {
  32. width: 1.5rem;
  33. margin-right: 0.46rem;
  34. }
  35. .right {
  36. display: flex;
  37. align-items: flex-start;
  38. flex-direction: column;
  39. justify-content: space-around;
  40. }
  41. .icon {
  42. width: 0.2rem;
  43. height: 0.2rem;
  44. // border-radius: 50%;
  45. display: inline-block;
  46. background-color: #12ceb3;
  47. margin-right: 0.44rem;
  48. vertical-align: middle;
  49. &.error {
  50. background-color: #fe5850;
  51. }
  52. &.offline {
  53. background-color: #9b9b9b;
  54. }
  55. }
  56. }
  57. .titleContent {
  58. position: relative;
  59. display: flex;
  60. align-items: center;
  61. justify-content: center;
  62. height: 2.38rem;
  63. .img {
  64. width: 1.5rem;
  65. margin-right: 0.46rem;
  66. }
  67. .num {
  68. margin-bottom: 0.24rem;
  69. font-size: 0.8rem;
  70. font-family: DINAlternate-Bold, DINAlternate;
  71. font-weight: bold;
  72. color: #f5a623;
  73. line-height: 0.94rem;
  74. }
  75. .text {
  76. font-size: 0.28rem;
  77. color: #4a4a4a;
  78. line-height: 0.38rem;
  79. }
  80. .iconFundFilled {
  81. width: 0.37rem;
  82. height: 0.41rem;
  83. position: absolute;
  84. right: 0.2rem;
  85. top: 0.2rem;
  86. cursor: pointer;
  87. background: url('@/assets/iconFundFilled.png') no-repeat;
  88. background-size: 100% 100%;
  89. }
  90. }
  91. .itemContent {
  92. padding: 0.24rem;
  93. margin-bottom: 0.2rem;
  94. }
  95. .tipContent {
  96. .itemContent;
  97. display: flex;
  98. align-items: center;
  99. justify-content: space-between;
  100. font-size: 0.28rem;
  101. font-family: Source Han Sans, Source Han Sans;
  102. color: #615d5d;
  103. }
  104. .lineContent {
  105. display: flex;
  106. justify-content: space-between;
  107. font-size: 0.28rem;
  108. font-weight: 500;
  109. color: #4a4a4a;
  110. line-height: 0.38rem;
  111. }
  112. .sparePart {
  113. width: 100%;
  114. text-align: center;
  115. .cardItem {
  116. display: flex;
  117. padding: 0.36rem;
  118. justify-content: space-between;
  119. align-items: center;
  120. }
  121. .btns {
  122. margin: 0.24rem 0;
  123. .btn {
  124. width: 1.5rem;
  125. height: 0.6rem;
  126. font-size: 0.3rem;
  127. color: #4a4a4a;
  128. text-align: center;
  129. background-image: url('@/assets/deviceManager/deviceBtn1.png');
  130. background-size: 100% 100%;
  131. }
  132. .active {
  133. color: #4a90e2;
  134. background-image: url('@/assets/deviceManager/deviceBtn2.png');
  135. background-size: 100% 100%;
  136. }
  137. }
  138. .itemText {
  139. padding-left: 0.38rem;
  140. justify-content: flex-start;
  141. font-size: 0.28rem;
  142. color: #4a4a4a;
  143. line-height: 0.38rem;
  144. height: 0.96rem;
  145. }
  146. .itemTextActive {
  147. color: #4a90e2;
  148. }
  149. .spareText {
  150. font-size: 0.28rem;
  151. font-weight: 500;
  152. color: #4a4a4a;
  153. line-height: 0.38rem;
  154. }
  155. :global {
  156. .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  157. padding: 0.36rem;
  158. align-items: center;
  159. }
  160. .ant-collapse-item {
  161. margin-bottom: 0.16rem;
  162. border-radius: 0.4rem 0 0.4rem 0 !important;
  163. background: #ffffff;
  164. box-shadow: 0.01rem 0.06rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
  165. }
  166. .ant-collapse
  167. > .ant-collapse-item
  168. > .ant-collapse-header
  169. .ant-collapse-expand-icon {
  170. > span {
  171. font-size: 0.28rem;
  172. padding-inline-end: 0;
  173. padding-inline-start: 0.16rem;
  174. }
  175. }
  176. .ant-list-split .ant-list-item {
  177. border-color: #dbdbdb;
  178. }
  179. }
  180. }
  181. .main {
  182. padding: 0.2rem;
  183. }
  184. .upload {
  185. :global {
  186. .ant-upload {
  187. float: right;
  188. }
  189. }
  190. }
  191. .imgCon {
  192. width: 100%;
  193. padding-top: 20px;
  194. img {
  195. display: block;
  196. width: 100%;
  197. }
  198. }