index.less 7.2 KB

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