common.css 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  1. .card {
  2. position: fixed;
  3. top: 120px;
  4. right: 20px;
  5. width: 383px;
  6. background: rgba(0, 0, 0, .3);
  7. border: none;
  8. color: #fff;
  9. border-radius: 8px;
  10. padding: 24px 13px;
  11. }
  12. .content {
  13. height: 100%;
  14. height: calc(100% - 59px);
  15. }
  16. .home_card {
  17. /* width: 412px;
  18. height: 240px; */
  19. /* position: absolute; */
  20. /* top: 80px;
  21. right: 40px; */
  22. /* color: #fff;
  23. background: rgba(0, 0, 0, 0.3);
  24. border-radius: 8px;
  25. padding: 20px 10px;
  26. backdrop-filter: blur(5px);
  27. z-index: 110;
  28. font-size: 16px; */
  29. /* border: 1px solid #145387; */
  30. }
  31. .home_card .header {
  32. margin-bottom: 10px;
  33. }
  34. .home_card .header img {
  35. margin-right: 10px;
  36. vertical-align: -7%;
  37. }
  38. .el-popper.is-light {
  39. border-image: linear-gradient(180deg, transparent, #1a7ccd, #1a7ccd, transparent) 2 1 !important;
  40. border: 1px solid #002767 !important;
  41. background: linear-gradient(278deg, #002767, transparent) !important;
  42. border-radius: 5px;
  43. backdrop-filter: blur(5px);
  44. }
  45. .el-menu {
  46. z-index: 9999 !important;
  47. }
  48. .el-menu--popup {
  49. min-width: 140px !important;
  50. }
  51. .el-menu-item:hover {
  52. background: linear-gradient(91deg, #1C99FF, transparent) !important;
  53. color: #fff;
  54. }
  55. .el-menu-item.is-active{
  56. background: linear-gradient(91deg, #1C99FF, transparent) !important;
  57. }
  58. .el-menu-item {
  59. height: 38px !important;
  60. line-height: 38px !important;
  61. }
  62. .el-menu-item-group__title {
  63. padding: 0 !important;
  64. }
  65. .el-dialog {
  66. background: #0C0F15 !important;
  67. border: 1px solid #003277;
  68. border-radius: 4px !important;
  69. box-shadow: 0 0 22px rgba(0, 70, 199, 0.20) inset !important;
  70. }
  71. .el-dialog--center .el-dialog__body,
  72. .el-dialog__body {
  73. padding: 16px 24px;
  74. }
  75. .parcel-box .el-dialog__body {
  76. padding: 0px 15px;
  77. }
  78. .el-dialog__header {
  79. padding: 15px 0 !important;
  80. border-bottom: 1px solid #323b3c;
  81. margin: 0 24px;
  82. }
  83. .matrix-body .el-dialog__header {
  84. padding: 0 0 !important;
  85. border-bottom: 0px solid #323b3c;
  86. margin: 0 24px;
  87. }
  88. .el-dialog__title {
  89. font-size: 16px !important;
  90. color: #ffffff !important;
  91. }
  92. .el-dialog__body::before,.el-dialog__body::after{
  93. content: '';
  94. display: block;
  95. width: 5px;
  96. height: 5px;
  97. border-radius: 50%;
  98. background: rgba(16, 73, 126, 1);
  99. position: absolute;
  100. }
  101. .el-dialog__body::before{
  102. bottom: 9px;
  103. left: 9px;
  104. }
  105. .el-dialog__body::after{
  106. bottom: 9px;
  107. right: 9px;
  108. }
  109. .el-select .el-select__tags .el-tag {
  110. background-color: rgba(30, 90, 163, .5);
  111. color: #ffffff;
  112. }
  113. /* .el-icon-close {
  114. background-color: rgba(30,90,163, .5);
  115. } */
  116. .el-select .el-input__inner {
  117. width: 190px;
  118. max-width: 190px;
  119. height: 25px;
  120. background: rgba(67, 81, 107, .2);
  121. border: 1px solid #2A374F;
  122. border-radius: 12.5px;
  123. font-size: 13px;
  124. color: #B3B3B3;
  125. }
  126. .station .el-input__inner {
  127. max-width: 190px;
  128. height: 25px;
  129. background: rgba(67, 81, 107, .2);
  130. border: 1px solid #2A374F;
  131. border-radius: 12.5px;
  132. font-size: 13px;
  133. color: #B3B3B3;
  134. width: 150px;
  135. }
  136. .search-input {
  137. width: 160px;
  138. }
  139. .search-input .el-date-editor {
  140. --el-date-editor-width: 120px;
  141. }
  142. .search-input .el-input__inner {
  143. max-width: 190px;
  144. height: 25px;
  145. background: rgba(67, 81, 107, .2);
  146. border: 1px solid #2A374F;
  147. border-radius: 12.5px;
  148. font-size: 13px;
  149. color: #B3B3B3;
  150. width: 150px;
  151. }
  152. .el-select .el-input__icon {
  153. height: 40px;
  154. position: relative;
  155. top: -7px;
  156. }
  157. .el-menu-item-group__title {
  158. padding: 0 !important;
  159. }
  160. .el-table{
  161. font-family: '思源黑体'!important;
  162. background-color: transparent!important;
  163. font-size: 12px !important;
  164. }
  165. .el-table .el-table__row{
  166. color: rgba(149, 149, 149, 1);
  167. }
  168. .el-table thead{
  169. color: rgba(255, 255, 255, 1) !important;
  170. }
  171. .el-table thead .cell {
  172. font-weight: normal !important;
  173. }
  174. .el-table tr {
  175. background-color: transparent !important;
  176. }
  177. .el-table .el-table__row--striped {
  178. background-color: transparent !important;
  179. }
  180. .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
  181. background-color: rgba(83, 89, 104, 0.2) !important;
  182. }
  183. .el-table__body tr.hover-row.current-row>td.el-table__cell,
  184. .el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell,
  185. .el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell,
  186. .el-table__body tr.hover-row>td.el-table__cell {
  187. background-color: rgba(0, 70, 199, 0.2) !important;
  188. color: #1C99FF !important;
  189. }
  190. .el-table th.el-table__cell {
  191. background-color: rgba(83, 89, 104, 0.3) !important;
  192. border-right: 1px solid rgba(0, 0, 0, 0.8);
  193. border-bottom: 1px solid rgba(0, 0, 0, 0.8) !important;
  194. }
  195. .el-table td.el-table__cell {
  196. border-bottom: none !important;
  197. }
  198. .el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell {
  199. background-color: rgba(0, 70, 199, 0.2) !important;
  200. color: rgba(28, 153, 255, 1) !important;
  201. }
  202. /* .el-table .el-table__cell{
  203. padding: 3px 0!important;
  204. } */
  205. .el-checkbox__inner {
  206. background-color: transparent !important;
  207. border-color: #959595 !important;
  208. }
  209. .el-checkbox__input.is-checked+.el-checkbox__label {
  210. color: rgba(255, 255, 255, 1) !important;
  211. }
  212. .el-checkbox__label {
  213. color: #959595 !important;
  214. font-size: 13px !important;
  215. }
  216. .el-checkbox__input.is-checked {
  217. background-color: rgba(0, 70, 199, 1);
  218. }
  219. .el-checkbox__input.is-checked .el-checkbox__inner {
  220. border-color: rgba(0, 70, 199, 1) !important;
  221. }
  222. .el-button.is-round {
  223. padding: 0px 30px !important;
  224. }
  225. .el-button {
  226. min-height: 30px !important;
  227. }
  228. .el-button--default {
  229. background-color: rgba(0, 70, 199, 0.2) !important;
  230. border: none !important;
  231. color: #B3B3B3 !important;
  232. }
  233. .el-button--primary {
  234. background-color: rgba(0, 70, 199, 0.4) !important;
  235. border: none !important;
  236. }
  237. .el-dialog__header {
  238. font-size: 16px;
  239. color: #fff;
  240. }
  241. .el-dialog__headerbtn .el-dialog__close {
  242. color: #fff !important;
  243. }
  244. .el-select__popper.is-light {
  245. background: #141A25 !important;
  246. border: 1px solid #2A374F !important;
  247. border-radius: unset !important;
  248. top: 100px !important;
  249. }
  250. .el-select-dropdown__item.hover,
  251. .el-select-dropdown__item:hover {
  252. background-color: rgba(0, 70, 199, 0.4) !important;
  253. color: #fff !important;
  254. }
  255. .el-select-dropdown__item.selected {
  256. color: #fff !important;
  257. font-weight: normal !important;
  258. }
  259. .el-select-dropdown__item {
  260. color: #B3B3B3 !important;
  261. height: 36px !important;
  262. line-height: 36px !important;
  263. font-size: 12px !important;
  264. }
  265. .el-select__popper .el-popper__arrow::before {
  266. display: none;
  267. }
  268. .table-fixed .el-table__fixed-left {
  269. height: 100% !important;
  270. }
  271. .table-fixed .el-table__fixed {
  272. height: 100% !important;
  273. }
  274. .el-table__fixed-right::before, .el-table__fixed::before{
  275. background-color: transparent!important;
  276. }
  277. .el-sub-menu__title i{
  278. font-size: 18px!important;
  279. color: rgba(186, 197, 216, 1)!important;
  280. }
  281. .el-sub-menu__title i.icon-State-monitoring {
  282. font-size: 22px !important;
  283. }
  284. .el-popper.is-light .el-popper__arrow::before {
  285. background: linear-gradient(278deg, #002767, transparent) !important;
  286. border-color: #002767 !important;
  287. }
  288. .is-opened .el-sub-menu__title i {
  289. color: rgba(28, 153, 255, 1) !important;
  290. }
  291. .el-tabs__nav-wrap::after {
  292. height: 1px !important;
  293. background-color: #3A3F43 !important;
  294. }
  295. .el-tabs__item.is-active {
  296. color: #1C99FF !important;
  297. background: linear-gradient(0deg, rgba(0, 70, 199, 0.8), rgba(0, 70, 199, 0.2), rgba(0, 70, 199, 0));
  298. }
  299. .el-tabs__nav {
  300. padding-bottom: 10px;
  301. }
  302. .el-tabs__item {
  303. height: 28px !important;
  304. line-height: 28px !important;
  305. padding: 0 17px !important;
  306. margin-right: 30px;
  307. color: #B3B3B3 !important;
  308. }
  309. .el-tabs__item.is-active::after {
  310. content: '';
  311. display: block;
  312. width: 100%;
  313. height: 7px;
  314. border-bottom: 1px solid #1C99FF;
  315. border-left: 1px solid #1C99FF;
  316. border-right: 1px solid #1C99FF;
  317. position: absolute;
  318. bottom: 0;
  319. left: 0px;
  320. box-sizing: border-box;
  321. }
  322. .el-tabs__nav-wrap {
  323. padding: 0 25px;
  324. }
  325. .el-tabs__header::before,
  326. .el-tabs__header::after {
  327. content: '';
  328. display: inline-block;
  329. width: 10px;
  330. height: 1px;
  331. background: #FFFFFF;
  332. position: absolute;
  333. bottom: 0px;
  334. z-index: 99;
  335. }
  336. .el-tabs__header::after {
  337. right: 0;
  338. }
  339. .el-tabs__active-bar {
  340. height: 1px !important;
  341. }
  342. .el-dialog__body::before,
  343. .el-dialog__body::after {
  344. content: '';
  345. display: block;
  346. width: 5px;
  347. height: 5px;
  348. border-radius: 50%;
  349. background: rgba(16, 73, 126, 1);
  350. position: absolute;
  351. }
  352. .el-dialog__body::before {
  353. bottom: 9px;
  354. left: 9px;
  355. }
  356. .el-dialog__body::after {
  357. bottom: 9px;
  358. right: 9px;
  359. }
  360. .dialog-title{
  361. position: relative;
  362. }
  363. .dialog-title .dialog-title-img {
  364. position: absolute;
  365. left: -25px;
  366. top: -15px;
  367. }
  368. .dialog-title .title {
  369. margin-left: 20px;
  370. color: #1C99FF;
  371. }
  372. .dialog-body {
  373. position: relative;
  374. }
  375. .dialog-body .dialog-img {
  376. position: absolute;
  377. right: -20px;
  378. bottom: 50px;
  379. }