index.less 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408
  1. .content {
  2. display: flex;
  3. justify-content: right;
  4. align-items: flex-end;
  5. height: 100vh;
  6. width: 100%;
  7. padding-bottom: 40px;
  8. color: #3b3b3b;
  9. user-select: none;
  10. }
  11. .left {
  12. text-align: center;
  13. height: 100%;
  14. display: flex;
  15. flex-direction: column;
  16. justify-content: flex-end;
  17. }
  18. .right {
  19. .left;
  20. }
  21. .box {
  22. margin: 28px 28px 0 0;
  23. text-align: left;
  24. position: relative;
  25. display: inline-block;
  26. cursor: pointer;
  27. border-radius: 40px 5px 42px 5px;
  28. box-shadow: 2px 13px 18px 0 rgba(9, 64, 115, 0.49);
  29. > ul {
  30. display: flex;
  31. justify-content: center;
  32. > li {
  33. text-align: center;
  34. width: 50%;
  35. }
  36. }
  37. }
  38. .eye {
  39. position: absolute;
  40. top: 20px;
  41. left: 190px;
  42. }
  43. .popoverContent {
  44. max-width: 5rem;
  45. font-size: 20px;
  46. p {
  47. margin-bottom: 0;
  48. line-height: 36px;
  49. }
  50. }
  51. .iconAlert {
  52. width: 28px;
  53. height: 28px;
  54. display: block;
  55. float: right;
  56. margin-top: 5px;
  57. margin-left: 6px;
  58. background: url('@/assets/home/i.png') no-repeat center;
  59. background-size: 100% 100%;
  60. }
  61. .smartWork {
  62. .box;
  63. width: 604px;
  64. height: 357px;
  65. background: url('@/assets/home/bg5.png') no-repeat center;
  66. background-size: 100% 100%;
  67. }
  68. .selfInspection {
  69. .box;
  70. width: 403px;
  71. height: 357px;
  72. background: url('@/assets/home/bg6.png') no-repeat center;
  73. background-size: 100% 100%;
  74. }
  75. .waterAmt {
  76. .box;
  77. width: 604px;
  78. height: 340px;
  79. background: url('@/assets/home/bg1.png') no-repeat center;
  80. background-size: 100% 100%;
  81. }
  82. .waterQuality {
  83. .box;
  84. width: 604px;
  85. height: 399px;
  86. background: url('@/assets/home/bg3.png') no-repeat center;
  87. background-size: 100% 100%;
  88. }
  89. .backlogMain {
  90. .box;
  91. width: 604px;
  92. height: 357px;
  93. background: url('@/assets/home/bg7.png') no-repeat center;
  94. background-size: 100% 100%;
  95. }
  96. .electric {
  97. .box;
  98. width: 707px;
  99. height: 335px;
  100. background: url('@/assets/home/bg2.png') no-repeat center;
  101. background-size: 100% 100%;
  102. }
  103. .medicine {
  104. .box;
  105. width: 707px;
  106. height: 399px;
  107. background: url('@/assets/home/bg4.png') no-repeat center;
  108. background-size: 100% 100%;
  109. }
  110. .scadaMain {
  111. .box;
  112. width: 707px;
  113. height: 357px;
  114. background: url('@/assets/home/bg8.png') no-repeat center;
  115. background-size: 100% 100%;
  116. }
  117. .titleContent {
  118. margin: 20px 36px;
  119. display: inline-block;
  120. position: relative;
  121. }
  122. .boxTitle {
  123. padding: 0 10px;
  124. position: relative;
  125. // z-index: 99;
  126. font-size: 32px;
  127. font-weight: 600;
  128. color: #0139f1;
  129. line-height: 34px;
  130. z-index: 1;
  131. }
  132. .boxTip {
  133. float: right;
  134. top: 26px;
  135. right: 20px;
  136. position: inherit;
  137. font-size: 24px;
  138. font-family: Source Han Sans, Source Han Sans;
  139. color: #3b3b3b;
  140. }
  141. .line {
  142. position: absolute;
  143. bottom: 0;
  144. width: 100%;
  145. height: 14px;
  146. background: url('@/assets/home-box-line.png') no-repeat center;
  147. background-size: 100% 100%;
  148. z-index: 0;
  149. }
  150. .name {
  151. font-size: 22px;
  152. font-weight: 400;
  153. color: #ffffff;
  154. line-height: 28px;
  155. text-align: center;
  156. margin-top: 18px;
  157. }
  158. .value {
  159. margin: 50px 0;
  160. font-size: 40px;
  161. font-weight: 600;
  162. color: #3b3b3b;
  163. line-height: 50px;
  164. text-align: center;
  165. letter-spacing: 4px;
  166. font-family: PangMenZhengDao-3, PangMenZhengDao-3;
  167. }
  168. .valueLong {
  169. .value;
  170. margin: 80px 0;
  171. }
  172. .boxH {
  173. .box;
  174. height: 420px;
  175. }
  176. .mask {
  177. position: absolute;
  178. top: 0;
  179. left: 0;
  180. width: 100%;
  181. height: 100%;
  182. }
  183. .scadaContent {
  184. padding: 20px;
  185. height: 30px;
  186. width: 1000px;
  187. display: flex;
  188. justify-content: space-between;
  189. iframe {
  190. height: 100%;
  191. width: calc(50% - 10px);
  192. border: none;
  193. pointer-events: none;
  194. }
  195. }
  196. .scoreBox {
  197. margin-top: 10px;
  198. display: flex;
  199. justify-content: space-around;
  200. .score {
  201. font-size: 50px;
  202. font-weight: 600;
  203. font-family: PangMenZhengDao-3, PangMenZhengDao-3;
  204. color: #615d5d;
  205. }
  206. .scoreTitle {
  207. width: 300px;
  208. font-size: 40px;
  209. margin-top: 20px;
  210. font-family: Source Han Sans, Source Han Sans;
  211. color: #3b3b3b;
  212. }
  213. .grade {
  214. font-size: 22px;
  215. margin-top: 10px;
  216. }
  217. .circle {
  218. width: 210px;
  219. height: 210px;
  220. text-align: center;
  221. display: flex;
  222. flex-direction: column;
  223. justify-content: center;
  224. // border-image: linear-gradient(49deg, rgba(255, 123.24999645352364, 0, 1), rgba(255, 242.24999696016312, 0, 1)) 25 25;
  225. background: url('@/assets/home-circle.png') no-repeat center;
  226. background-size: 100% 100%;
  227. }
  228. }
  229. .time {
  230. font-size: 22px;
  231. text-align: right;
  232. position: absolute;
  233. right: 49px;
  234. bottom: 14px;
  235. }
  236. .insTag {
  237. position: absolute;
  238. right: 54px;
  239. top: 44px;
  240. width: 114px;
  241. height: 50px;
  242. background: #4a90e2;
  243. border-radius: 5px;
  244. text-align: center;
  245. line-height: 50px;
  246. font-size: 26px;
  247. font-weight: 400;
  248. color: #ffffff;
  249. }
  250. .insStatus {
  251. text-align: center;
  252. font-size: 42px;
  253. font-weight: 500;
  254. color: #f5a623;
  255. line-height: 56px;
  256. margin-top: 50px;
  257. margin-bottom: 22px;
  258. }
  259. .centerBox {
  260. display: flex;
  261. justify-content: space-around;
  262. height: calc(100vh - 80px);
  263. align-items: flex-end;
  264. }
  265. .backlog {
  266. margin-right: 6px;
  267. margin-bottom: 40px;
  268. padding: 0 20px;
  269. overflow-y: auto;
  270. height: 260px;
  271. color: #3b3b3b;
  272. .item {
  273. padding: 8px 0 14px;
  274. width: 100%;
  275. font-size: 22px;
  276. line-height: 50px;
  277. border-bottom: 1px solid #d8d8d8;
  278. }
  279. .titleCon {
  280. display: flex;
  281. align-items: center;
  282. }
  283. .point {
  284. display: inline-block;
  285. width: 12px;
  286. height: 24px;
  287. background-color: #ff8400;
  288. }
  289. .createTime {
  290. float: right;
  291. }
  292. .titleText {
  293. font-size: 24px;
  294. margin: 0 20px;
  295. font-family: Source Han Sans, Source Han Sans;
  296. }
  297. .bottomCon {
  298. margin-left: 24px;
  299. font-size: 20px;
  300. line-height: 36px;
  301. word-wrap: break-word;
  302. font-family: Source Han Sans, Source Han Sans;
  303. }
  304. }
  305. .count {
  306. background: #f69040;
  307. border-radius: 4px;
  308. margin-left: 10px;
  309. padding: 0 6px;
  310. }
  311. .btn1 {
  312. margin-bottom: 20px;
  313. padding: 14px 28px;
  314. font-size: 28px;
  315. font-family: Source Han Sans, Source Han Sans;
  316. font-weight: 500;
  317. color: #ffffff;
  318. display: inline-block;
  319. border-radius: 100px;
  320. background-color: #1755ff;
  321. }
  322. .btn2 {
  323. .btn1;
  324. background-color: #1d83ff;
  325. }
  326. .selfCon {
  327. margin-top: 10px;
  328. display: flex;
  329. justify-content: space-around;
  330. align-items: center;
  331. .circle {
  332. width: 178px;
  333. height: 178px;
  334. text-align: center;
  335. line-height: 178px;
  336. background: url('@/assets/home-self-circle.png') no-repeat center;
  337. background-size: 100% 100%;
  338. }
  339. .text {
  340. width: 119px;
  341. height: 50px;
  342. font-size: 50px;
  343. font-family: Source Han Sans, Source Han Sans;
  344. font-weight: 500;
  345. }
  346. .texting {
  347. width: 128px;
  348. font-size: 40px;
  349. margin-top: 20px;
  350. font-family: Source Han Sans, Source Han Sans;
  351. color: #3b3b3b;
  352. }
  353. }
  354. .timeSelectBox {
  355. padding: 0.1rem 0;
  356. display: flex;
  357. justify-content: flex-start;
  358. align-items: center;
  359. .timeBtn > * {
  360. margin-right: 0.1rem;
  361. }
  362. .timeBtn {
  363. margin-left: 0.1rem;
  364. }
  365. :global {
  366. .ant-btn {
  367. height: 0.5rem;
  368. }
  369. }
  370. }
  371. .pageTip {
  372. position: absolute;
  373. top: -0.3rem;
  374. right: 0.5rem;
  375. font-size: 0.24rem;
  376. }
  377. .pageTop {
  378. display: flex;
  379. padding-top: 0.4rem;
  380. padding-bottom: 0.4rem;
  381. margin-bottom: 0.4rem;
  382. // border-bottom: 1px solid #e8e8e8;
  383. li {
  384. width: 50%;
  385. text-align: center;
  386. font-size: 0.22rem;
  387. .pageTopValue {
  388. color: #f5a623;
  389. font-size: 0.48rem;
  390. margin-bottom: 0.1rem;
  391. }
  392. }
  393. }