index.less 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. .el-table__column-filter-trigger {
  2. display: none !important;
  3. }
  4. .taskBtn.ready {
  5. background-image: none;
  6. background-color: #7BAF66;
  7. }
  8. .taskBtn.running, .taskBtn.waiting {
  9. background-image: none;
  10. background-color: #eebe77;
  11. }
  12. .taskBtn.finished {
  13. background-image: none;
  14. background-color: #eebe77;
  15. }
  16. .taskBtn.offline {
  17. background-image: none;
  18. background-color: #92949B;
  19. }
  20. .ordinary-container {
  21. display: flex;
  22. .ordinary-left {
  23. display: flex;
  24. width: 63.48vw;
  25. flex-direction: column;
  26. align-items: center;
  27. .search-container {
  28. width: 44.9vw;
  29. height: 7.4vh;
  30. margin-top: 11.29vh;
  31. margin-bottom: 2.13vh;
  32. }
  33. .filter-bench-list,
  34. .ordinary-map-container {
  35. overflow: hidden;
  36. position: relative;
  37. background-color: #33373c;
  38. width: 63.34vw;
  39. height: 67.79vh;
  40. border-radius: 40px;
  41. // margin-top: -11vh;
  42. img {
  43. width: 100%;
  44. height: 100%;
  45. }
  46. .ordinary-map-blocker {
  47. width: 100%;
  48. height: 100%;
  49. border-radius: 40px;
  50. position: absolute;
  51. z-index: 999;
  52. // margin-left: -35vw;
  53. // margin-top: -31vh;
  54. img {
  55. width: 100%;
  56. height: 100%;
  57. }
  58. .bmMap {
  59. width: 100%;
  60. height: 100%;
  61. }
  62. }
  63. .square-count {
  64. align-items: center;
  65. zoom: 0.6;
  66. position: relative;
  67. height: 16.57vh;
  68. margin-bottom: 0vh;
  69. //background: rgba(0, 0, 0, 0.49);
  70. border-radius: 2.08vw;
  71. //border: 1px solid #707070;
  72. width: auto;
  73. margin-left: 68vw;
  74. margin-right: 1.85vw;
  75. margin-top: 1.85vh;
  76. padding: 1.75vh 2.08vw;
  77. color: #dfdfdf;
  78. font-size: 16px;
  79. display: flex;
  80. flex-direction: column;
  81. }
  82. .bench-list {
  83. align-items: center;
  84. zoom: 0.6;
  85. position: relative;
  86. margin-bottom: 0vh;
  87. background: transparent;
  88. width: auto;
  89. margin-left: 68vw;
  90. margin-right: 1.85vw;
  91. color: #dfdfdf;
  92. font-size: 3.5vh;
  93. display: flex;
  94. flex-direction: row;
  95. align-items: center;
  96. }
  97. .ordinary-map {
  98. position: absolute;
  99. // opacity: 0;
  100. // width: 130vw;
  101. // height: 130vh;
  102. width: 100%;
  103. height: 100%;
  104. z-index: 0;
  105. border-radius: 40px;
  106. // margin-left: -35vw;
  107. // margin-top: -31vh;
  108. img {
  109. width: 100%;
  110. height: 100%;
  111. }
  112. }
  113. }
  114. }
  115. .ordinary-list {
  116. width: 26.36vw;
  117. height: 100%;
  118. }
  119. .ordinary-list {
  120. .item-image {
  121. width: 7.29vw;
  122. height: 7.29vw;
  123. border-radius: 15px;
  124. border: 2px solid #dfdfdf;
  125. img {
  126. width: 100%;
  127. height: 100%;
  128. border-radius: 15px;
  129. }
  130. }
  131. .item-box {
  132. width: 100%;
  133. padding: 1.04vw 1.66vh 1.04vw;
  134. background: rgba(0, 0, 0, 0.2);
  135. border-radius: 20px 20px 20px 20px;
  136. opacity: 1;
  137. display: flex;
  138. align-items: center;
  139. .item-text {
  140. margin-left: 1.2vw;
  141. .item-title {
  142. height: 4.17vh;
  143. font-size: 22px;
  144. font-family: PingFang SC-Bold, PingFang SC;
  145. font-weight: 400;
  146. color: #fbfbfb;
  147. line-height: 4.17vh;
  148. }
  149. .item-description {
  150. margin-top: 0.37vh;
  151. height: 2.31vh;
  152. font-size: 16px;
  153. font-family: PingFang SC-Regular, PingFang SC;
  154. font-weight: 400;
  155. color: #dfdfdf;
  156. line-height: 2.31vh;
  157. }
  158. .item-tag {
  159. display: flex;
  160. margin-top: 0vh;
  161. width: 12vw;
  162. // width: max-content;
  163. overflow: auto;
  164. flex-wrap: wrap;
  165. .tag {
  166. margin-bottom: 0.2vh;
  167. //width: 3.13vw;
  168. height: 1.96vh;
  169. font-size: xx-small;
  170. line-height: 1.96vh;
  171. text-align: center;
  172. background-color: #5d9a6d;
  173. border-radius: 10px;
  174. color: #f2f2f2;
  175. margin-right: 0.2vw;
  176. padding: 0px 10px;
  177. width: max-content;
  178. white-space: nowrap;
  179. overflow: hidden;
  180. text-overflow: ellipsis;
  181. }
  182. }
  183. }
  184. }
  185. }
  186. .vr-bg-container {
  187. width: 0;
  188. height: 0;
  189. }
  190. .bench-list-buttons {
  191. width: 100%;
  192. height: 5.4vh;
  193. padding-left: 1.56vw;
  194. padding-right: 1.56vw;
  195. padding-top: 0vh;
  196. padding-bottom: 0vh;
  197. margin-top: 0vh;
  198. margin-bottom: 0vh;
  199. margin-left: 4.13vh;
  200. margin-right: 4.13vh;
  201. background: linear-gradient(179deg, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0) 100%);
  202. background-image: url(../../images/tab-buttons.png);
  203. background-size: 100% 100%;
  204. border-radius: 79px 79px 79px 79px;
  205. display: flex;
  206. flex-direction: column;
  207. justify-content: space-between;
  208. align-items: center;
  209. align-content: center;
  210. }
  211. .ordinary-map-ex {
  212. position: absolute;
  213. top: 10px;
  214. right: 10px;
  215. z-index: 0;
  216. }
  217. .ordinary-map-hidden {
  218. width: 100%;
  219. height: 100%;
  220. }
  221. }
  222. // .task-right-panel {
  223. // height: 67.79vh;
  224. // }
  225. .task-list {
  226. .item-box {
  227. width: 100%;
  228. padding: 1.04vw 1.66vh 1.04vw;
  229. background: rgba(0, 0, 0, 0.2);
  230. border-radius: 20px 20px 20px 20px;
  231. opacity: 1;
  232. margin-bottom: 1.85vh;
  233. display: flex;
  234. align-items: center;
  235. justify-content: space-between;
  236. .item-title {
  237. height: 4.17vh;
  238. font-size: 18px;
  239. font-family: PingFang SC-Bold, PingFang SC;
  240. font-weight: 400;
  241. color: #fbfbfb;
  242. line-height: 4.17vh;
  243. // width: 150px;
  244. }
  245. .item-description {
  246. margin-top: 0.37vh;
  247. height: 2.31vh;
  248. font-size: 14px;
  249. font-family: PingFang SC-Regular, PingFang SC;
  250. font-weight: 400;
  251. color: #dfdfdf;
  252. line-height: 2.31vh;
  253. }
  254. .item-tag {
  255. display: flex;
  256. margin-top: 0.92vh;
  257. flex-wrap: wrap;
  258. .tag {
  259. margin-bottom: 0.2vh;
  260. //width: 3.13vw;
  261. height: 1.96vh;
  262. font-size: xx-small;
  263. line-height: 1.96vh;
  264. text-align: center;
  265. background-color: #5d9a6d;
  266. border-radius: 10px;
  267. color: #f2f2f2;
  268. margin-right: 0.2vw;
  269. padding: 0px 10px;
  270. width: max-content;
  271. white-space: nowrap;
  272. overflow: hidden;
  273. text-overflow: ellipsis;
  274. }
  275. }
  276. .item-time {
  277. display: flex;
  278. margin-top: 0.92vh;
  279. color: #d1d1d1;
  280. font-size: 12px;
  281. .time {
  282. white-space: nowrap;
  283. color: #f2f2f2;
  284. }
  285. .time:nth-child(1) {
  286. margin-right: 10px;
  287. }
  288. .time:nth-child(2) {
  289. margin-left: 10px;
  290. }
  291. }
  292. }
  293. .item-tag {
  294. display: flex;
  295. margin-top: 0.92vh;
  296. flex-wrap: wrap;
  297. .tag {
  298. // width: 3.13vw;
  299. padding: 0 1vw;
  300. height: 2.96vh;
  301. line-height: 2.96vh;
  302. text-align: center;
  303. background-color: #5d9a6d;
  304. border-radius: 10px;
  305. color: #f2f2f2;
  306. margin-right: 1vw;
  307. }
  308. }
  309. }
  310. .taskBtn {
  311. height: 30px;
  312. width: 60px;
  313. // padding: 5px 10px;
  314. border-radius: 30px;
  315. color: #fff;
  316. font-weight: bold;
  317. font-size: 14px;
  318. background: linear-gradient(180deg, #FBE383 0%, #D9A411 100%);
  319. // border-radius: 44px 44px 44px 44px;
  320. // opacity: 1;
  321. // border: 1px solid rgba(255,255,255,0.4);
  322. display: flex;
  323. justify-content: center;
  324. align-items: center;
  325. }
  326. .issue-list {
  327. .item-box {
  328. width: 100%;
  329. padding: 1.04vw 1.66vh 1.04vw;
  330. background: rgba(0, 0, 0, 0.2);
  331. border-radius: 20px 20px 20px 20px;
  332. opacity: 1;
  333. margin-bottom: 1.85vh;
  334. .item-title {
  335. height: 4.17vh;
  336. // font-size: 16px;
  337. font-family: PingFang SC-Bold, PingFang SC;
  338. font-weight: 400;
  339. color: #fbfbfb;
  340. line-height: 4.17vh;
  341. display: inline-block;
  342. }
  343. .item-description {
  344. margin-top: 0.37vh;
  345. height: 2.31vh;
  346. font-size: 14px;
  347. font-family: PingFang SC-Regular, PingFang SC;
  348. font-weight: 400;
  349. color: #dfdfdf;
  350. line-height: 2.31vh;
  351. }
  352. .item-tag {
  353. display: flex;
  354. margin-top: 0.92vh;
  355. flex-wrap: wrap;
  356. .tag {
  357. margin-bottom: 0.2vh;
  358. //width: 3.13vw;
  359. height: 1.96vh;
  360. font-size: xx-small;
  361. line-height: 1.96vh;
  362. text-align: center;
  363. background-color: #5d9a6d;
  364. border-radius: 10px;
  365. color: #f2f2f2;
  366. margin-right: 0.2vw;
  367. padding: 0px 10px;
  368. width: max-content;
  369. white-space: nowrap;
  370. overflow: hidden;
  371. text-overflow: ellipsis;
  372. }
  373. }
  374. .status1 {
  375. width: 14px;
  376. height: 14px;
  377. background: #68C068;
  378. border-radius: 100%;
  379. margin-left: 10px;
  380. ;
  381. }
  382. .status0 {
  383. width: 14px;
  384. height: 14px;
  385. background: #9B9B9B;
  386. border-radius: 100%;
  387. margin-left: 10px;
  388. }
  389. }
  390. .item-tag {
  391. display: flex;
  392. margin-top: 0.92vh;
  393. .tag {
  394. // width: 3.13vw;
  395. padding: 0 1vw;
  396. height: 2.96vh;
  397. line-height: 2.96vh;
  398. text-align: center;
  399. background-color: #5d9a6d;
  400. border-radius: 10px;
  401. color: #f2f2f2;
  402. margin-right: 1vw;
  403. }
  404. }
  405. }
  406. .uncheck {
  407. width: 16px;
  408. height: 16px;
  409. background: rgba(0, 0, 0, 0.14);
  410. border-radius: 53px 53px 53px 53px;
  411. opacity: 1;
  412. border: 1px solid #DFDFDF;
  413. }
  414. .el-icon-circle-check {
  415. color: #DFDFDF !important;
  416. }
  417. // .panel-container {
  418. // height: 60vh;
  419. // overflow: auto;
  420. // }
  421. .panel-bottom {}
  422. .task-auto {
  423. width: 50px;
  424. height: 26px;
  425. background: #F96262;
  426. border-radius: 44px 44px 44px 44px;
  427. opacity: 1;
  428. color: #fff;
  429. text-align: center;
  430. margin-left: 10px;
  431. }
  432. .plan-tag {
  433. margin-bottom: 0.2vh;
  434. font-size: xx-small;
  435. padding: 5px 10px;
  436. text-align: center;
  437. background-color: #5d9a6d;
  438. border-radius: 10px;
  439. color: #f2f2f2;
  440. margin-right: 0.2vw;
  441. }
  442. .cell {
  443. word-break: break-word !important;
  444. text-align: center !important;
  445. }
  446. .plan.task-item.case-submit .el-input__inner {
  447. color: #fff !important;
  448. }