index.less 6.4 KB

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