index.less 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. .homePage {
  2. .homeBox {
  3. width: 100%;
  4. height: calc(100% - 50px);
  5. padding-bottom: 10px;
  6. overflow: auto;
  7. .intervalRow {
  8. width: 100%;
  9. height: 10px;
  10. background-color: #f5f5f5;
  11. }
  12. .nameDeviceRow {
  13. width: 100%;
  14. height: 40px;
  15. flex-direction: row;
  16. align-items: center;
  17. background: url("../../assets/home/line.png") bottom center no-repeat;
  18. background-size: 100% auto;
  19. font-size: 11px;
  20. color: rgba(135, 135, 166, 1);
  21. text-align: left;
  22. font-family: PingFangSC-Medium;
  23. justify-content: space-between;
  24. padding: 0 15px;
  25. .lineCon {
  26. width: 1px;
  27. height: 20px;
  28. border: 1px solid #B9BAD0;
  29. transform: scale(0.6);
  30. }
  31. .txt3 {
  32. // flex:1;
  33. height: 16px;
  34. overflow-wrap: break-word;
  35. color: rgba(64, 77, 116, 1);
  36. font-size: 15px;
  37. white-space: nowrap;
  38. line-height: 16px;
  39. display: block;
  40. }
  41. .info3 {
  42. // width: 47px;
  43. height: 16px;
  44. overflow-wrap: break-word;
  45. white-space: nowrap;
  46. line-height: 16px;
  47. font-size: 15px;
  48. // margin-left: 36px;
  49. display: block;
  50. }
  51. .word2 {
  52. font-size: 15px;
  53. height: 16px;
  54. overflow-wrap: break-word;
  55. white-space: nowrap;
  56. line-height: 16px;
  57. // margin-left: 14px;
  58. display: block;
  59. }
  60. }
  61. .titleBox {
  62. width: 100%;
  63. height: 30px;
  64. margin: 12px 0;
  65. .layer2 {
  66. width: 100%;
  67. height: 25px;
  68. .section5 {
  69. width: 14px;
  70. height: 16px;
  71. background: url("../../assets/home/titleIcon.png") top center no-repeat;
  72. background-size: 100%;
  73. margin-left: 15px;
  74. }
  75. .TextGroup2 {
  76. width: 56px;
  77. height: 14px;
  78. .txt4 {
  79. width: 56px;
  80. height: 14px;
  81. margin-left: 8px;
  82. overflow-wrap: break-word;
  83. color: rgba(64, 77, 116, 1);
  84. font-size: 14px;
  85. font-family: PingFangSC-Semibold;
  86. text-align: left;
  87. white-space: nowrap;
  88. line-height: 14px;
  89. display: block;
  90. }
  91. }
  92. .surveybyantdv {
  93. // width: au;
  94. height: 27px;
  95. margin-left: auto;
  96. margin-right: 10px;
  97. }
  98. }
  99. }
  100. .outer5 {
  101. background: url("../../assets/home/outer.png") top center no-repeat;
  102. background-size: 100% 100%;
  103. width: 100%;
  104. margin-top: 20px;
  105. .block5 {
  106. width: 100%;
  107. padding: 20px 30px;
  108. cursor: pointer;
  109. .topTitle {
  110. width: 100%;
  111. height: 17px;
  112. .txt10 {
  113. height: 17px;
  114. overflow-wrap: break-word;
  115. color: #4d6add;
  116. font-size: 14px;
  117. text-align: center;
  118. white-space: nowrap;
  119. line-height: 17px;
  120. }
  121. .layer4 {
  122. width: 17px;
  123. height: 17px;
  124. background: url('../../assets/home/gotoRight.png') top center no-repeat;
  125. background-size: 100%;
  126. }
  127. }
  128. .outerBox {
  129. margin: 21px 0;
  130. }
  131. .main4 {
  132. width: 33%;
  133. height: 58px;
  134. .main5 {
  135. width: 100%;
  136. height: 30px;
  137. .word8 {
  138. width: auto;
  139. height: 20px;
  140. padding-right: 21px;
  141. overflow-wrap: break-word;
  142. color: rgba(223, 94, 76, 1);
  143. font-size: 14px;
  144. font-family: PingFangSC-Semibold;
  145. text-align: center;
  146. white-space: nowrap;
  147. line-height: 20px;
  148. margin-top: 8px;
  149. display: block;
  150. }
  151. .word9 {
  152. height: 30px;
  153. overflow-wrap: break-word;
  154. color: rgba(223, 94, 76, 1);
  155. font-size: 22px;
  156. font-family: PingFangSC-Semibold;
  157. text-align: center;
  158. white-space: nowrap;
  159. line-height: 30px;
  160. margin-left: -20px;
  161. display: block;
  162. }
  163. }
  164. .info5 {
  165. width: 100%;
  166. height: 17px;
  167. overflow-wrap: break-word;
  168. color: rgba(135, 135, 166, 1);
  169. font-size: 15px;
  170. text-align: center;
  171. white-space: nowrap;
  172. line-height: 17px;
  173. display: block;
  174. margin-top: 11px;
  175. }
  176. }
  177. .TextGroup7 {
  178. height: 58px;
  179. width: 33%;
  180. .mod3 {
  181. width: 100%;
  182. height: 58px;
  183. align-items: center;
  184. .txt8 {
  185. height: 30px;
  186. overflow-wrap: break-word;
  187. color: rgba(223, 94, 76, 1);
  188. font-size: 22px;
  189. font-family: PingFangSC-Semibold;
  190. text-align: center;
  191. white-space: nowrap;
  192. line-height: 30px;
  193. display: block;
  194. }
  195. .info6 {
  196. height: 17px;
  197. overflow-wrap: break-word;
  198. color: rgba(135, 135, 166, 1);
  199. font-size: 15px;
  200. text-align: center;
  201. white-space: nowrap;
  202. line-height: 17px;
  203. margin-top: 11px;
  204. display: block;
  205. }
  206. }
  207. }
  208. .TextGroup8 {
  209. height: 58px;
  210. width: 33%;
  211. .outer6 {
  212. width: 100%;
  213. height: 58px;
  214. align-items: center;
  215. .txt9 {
  216. height: 30px;
  217. overflow-wrap: break-word;
  218. color: rgba(223, 94, 76, 1);
  219. font-size: 22px;
  220. font-family: PingFangSC-Semibold;
  221. text-align: center;
  222. white-space: nowrap;
  223. line-height: 30px;
  224. display: block;
  225. }
  226. .word10 {
  227. height: 17px;
  228. overflow-wrap: break-word;
  229. color: rgba(135, 135, 166, 1);
  230. font-size: 15px;
  231. text-align: center;
  232. white-space: nowrap;
  233. line-height: 17px;
  234. margin-top: 11px;
  235. display: block;
  236. }
  237. }
  238. }
  239. }
  240. }
  241. .Chart1 {
  242. background-color: rgba(255, 255, 255, 1);
  243. height: 350px;
  244. width: 100%;
  245. }
  246. .outer9 {
  247. width: 100%;
  248. height: 54px;
  249. background: rgba(255, 255, 255, 1) url("../../assets/home/line.png") bottom center no-repeat;
  250. background-size: 100% auto;
  251. .main24 {
  252. width: 100%;
  253. .ImageText10 {
  254. height: 14px;
  255. margin-left: 20px;
  256. width: 78px;
  257. .wrap2 {
  258. width: 78px;
  259. height: 14px;
  260. .outer10 {
  261. z-index: 2;
  262. position: relative;
  263. width: 14px;
  264. height: 14px;
  265. border: 2px rgba(128, 150, 236, 1);
  266. background: url("../../assets/home/commonTools.png") center no-repeat;
  267. background-size: 100%;
  268. }
  269. .TextGroup13 {
  270. height: 14px;
  271. width: 56px;
  272. .txt13 {
  273. width: 56px;
  274. height: 14px;
  275. overflow-wrap: break-word;
  276. color: rgba(64, 77, 116, 1);
  277. font-size: 14px;
  278. font-family: PingFangSC-Semibold;
  279. text-align: left;
  280. white-space: nowrap;
  281. line-height: 14px;
  282. display: block;
  283. }
  284. }
  285. }
  286. }
  287. }
  288. }
  289. .outer11 {
  290. width: 90%;
  291. flex-wrap: wrap;
  292. margin: 5%;
  293. .main25 {
  294. width: 33%;
  295. height: 100px;
  296. justify-content: space-around;
  297. // margin: 0 26px 27px 0;
  298. // margin-bottom: 27px;
  299. /* &:nth-last-child(-n + 5) {
  300. margin-bottom: 0;
  301. } */
  302. .mod7 {
  303. height: 55px;
  304. width: 55px;
  305. margin: 0 auto;
  306. align-items: center;
  307. justify-content: center;
  308. }
  309. .TextGroup14 {
  310. width: 100%;
  311. .info15 {
  312. width: 100%;
  313. height: 14px;
  314. overflow-wrap: break-word;
  315. color: rgba(135, 135, 166, 1);
  316. font-size: 12px;
  317. text-align: center;
  318. // white-space: nowrap;
  319. line-height: 14px;
  320. display: block;
  321. }
  322. }
  323. }
  324. }
  325. }
  326. }