common.css 16 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030
  1. .c-12b7f5 {
  2. color: #12b7f5;
  3. }
  4. .c-17b3ec {
  5. color: #17b3ec;
  6. }
  7. .c-4ecd70 {
  8. color: #4ecd70;
  9. }
  10. .c-323232 {
  11. color: #323232;
  12. }
  13. .c-FF9526{
  14. color: #FF9526;
  15. }
  16. .c-19d5c5 {
  17. color: #19d5c5;
  18. }
  19. .bgc-f2f3f5{
  20. background: #f2f3f5;
  21. }
  22. .bgc-f2f3f4{
  23. background: #f2f3f4;
  24. }
  25. .c-ffc800 {
  26. color: #ffc800;
  27. }
  28. .c-FF5E6C{
  29. color: #FF5E6C;
  30. }
  31. .c-75ed59 {
  32. color: #75ed59;
  33. }
  34. .c-w-33 {
  35. width: 33%;
  36. }
  37. .ptb60{
  38. padding-top: 60px;
  39. padding-bottom: 60px;
  40. }
  41. .plr25{
  42. padding-right: 25px;
  43. padding-left: 25px;
  44. }
  45. .mt60{
  46. margin-top: 60px;
  47. }
  48. .mlr25{
  49. margin-right: 25px;
  50. margin-left: 25px;
  51. }
  52. .pr40{
  53. padding-right: 40px;
  54. }
  55. ul {
  56. list-style: none;
  57. }
  58. .info-icon {
  59. vertical-align: middle;
  60. margin-bottom: 5px;
  61. }
  62. .information {
  63. background-color: rgba(0, 0, 0, 0.5);
  64. font-size: 14px;
  65. color: #fff;
  66. }
  67. .information .ui-col-0 {
  68. width: 40px;
  69. text-align: center;
  70. }
  71. .location-div {
  72. height: 40px;
  73. line-height: 40px;
  74. padding: 0 10px;
  75. }
  76. .location-div img {
  77. vertical-align: text-bottom;
  78. }
  79. .choose-label {
  80. color: #17B3EC;
  81. display: inline-block;
  82. max-width: 100%;
  83. _width: 100%;
  84. overflow: hidden;
  85. white-space: nowrap;
  86. text-overflow: ellipsis;
  87. }
  88. .blue-column {
  89. display: inline-block;
  90. width: 4px;
  91. height: 12px;
  92. background-color: #12b7f5;
  93. }
  94. .date-tag {
  95. display: inline-block;
  96. text-align: center;
  97. width: 50px;
  98. padding: 5px 0;
  99. font-size: 14px;
  100. color: #17b3ec;
  101. border: 1px solid #17b3ec;
  102. }
  103. .date-tag:first-child {
  104. border-top-left-radius: 15px;
  105. border-bottom-left-radius: 15px;
  106. }
  107. .date-tag:nth-child(2) {
  108. border-right: 0;
  109. border-left: 0;
  110. }
  111. .date-tag:nth-child(3) {
  112. border-top-right-radius: 15px;
  113. border-bottom-right-radius: 15px;
  114. }
  115. .date-tag.active {
  116. background-color: #17b3ec;
  117. color: #fff;
  118. }
  119. .area-tab-panel {
  120. display: -webkit-box;
  121. height: 45px;
  122. line-height: 45px;
  123. margin: 0 50px;
  124. background-color: #fff;
  125. border: 1px solid #e1e1e1;
  126. border-bottom: 0;
  127. border-top-left-radius: 8px;
  128. border-top-right-radius: 8px;
  129. box-shadow: 0px 0px 1px #ccc;
  130. }
  131. .area-tab {
  132. -webkit-box-flex: 1;
  133. text-align: center;
  134. position: relative;
  135. }
  136. .area-tab:after {
  137. content: '';
  138. position: absolute;
  139. width: 1px;
  140. height: 20px;
  141. right: 0;
  142. top: 50%;
  143. margin-top: -10px;
  144. background-color: #e1e1e1;
  145. }
  146. .area-tab:last-child:after {
  147. width: 0;
  148. }
  149. .area-tab .border-line-right {
  150. display: inline-block;
  151. position: absolute;
  152. width: 1px;
  153. height: 20px;
  154. right: 0;
  155. top: 50%;
  156. margin-top: -10px;
  157. background-color: #e1e1e1;
  158. }
  159. .area-tab span {
  160. display: inline-block;
  161. height: 45px;
  162. border-bottom: 2px solid transparent;
  163. font-size: 16px;
  164. color: #666;
  165. padding: 0 10px;
  166. }
  167. .area-tab.active span {
  168. color: #12b7f5;
  169. border-bottom: 2px solid #12b7f5;
  170. }
  171. .bottom-list-table {
  172. border-top: 1px solid #e1e1e1;
  173. border-left: 1px solid #e1e1e1;
  174. border-right: 1px solid #e1e1e1;
  175. background-color: #fff;
  176. width: 100%;
  177. text-align: center;
  178. font-size: 14px;
  179. border-spacing: 0;
  180. }
  181. .bottom-list-table thead {
  182. height: 40px;
  183. background-color: #ebebf5;
  184. border-bottom: 1px solid #e1e1e1;
  185. color: #999;
  186. }
  187. .bottom-list-table thead tr {
  188. height: 40px;
  189. }
  190. .bottom-list-table td,
  191. .bottom-list-table th {
  192. text-align: center;
  193. vertical-align: middle;
  194. }
  195. .bottom-list-table td {
  196. padding: 10px 0;
  197. border-bottom: 1px solid #e1e1e1;
  198. }
  199. .bottom-list-table tbody>tr {
  200. border-bottom: 1px solid #e1e1e1;
  201. }
  202. .bottom-list-table tbody>tr:hover {
  203. background-color: #f2f4f6;
  204. }
  205. /*.bottom-list-table tbody>tr:first-child{
  206. border-top: 0;
  207. }*/
  208. .bottom-list-table tbody tr td.area-name {
  209. text-align: left;
  210. padding-left: 10px;
  211. font-size: 16px;
  212. display: -webkit-box;
  213. -webkit-box-pack: center;
  214. -webkit-box-align: center;
  215. }
  216. @media only screen and (max-width: 320px) {
  217. .bottom-list-table tbody tr td.area-name {
  218. max-width: 125px;
  219. }
  220. }
  221. @media only screen and (min-width: 321px) and (max-width: 414px) {
  222. .bottom-list-table tbody tr td.area-name {
  223. max-width: 180px;
  224. }
  225. }
  226. @media only screen and (min-width: 414px) and (max-width: 640px) {
  227. .bottom-list-table tbody tr td.area-name {
  228. /*max-width: 200px;*/
  229. }
  230. }
  231. .bottom-list-table .fa {
  232. font-size: 18px;
  233. color: #909090;
  234. }
  235. .ranking {
  236. background-image: url(../../../images/paiming_4_icon.png);
  237. background-size: 18px 24px;
  238. width: 18px;
  239. height: 24px;
  240. font-size: 12px;
  241. line-height: 20px;
  242. color: #fff;
  243. text-align: center;
  244. margin-right: 10px;
  245. -webkit-box-flex: 0;
  246. }
  247. .ranking1 {
  248. background-image: url(../../../images/paiming_1_icon.png);
  249. }
  250. .ranking2 {
  251. background-image: url(../../../images/paiming_2_icon.png);
  252. }
  253. .ranking3 {
  254. background-image: url(../../../images/paiming_3_icon.png);
  255. }
  256. .modal-overlay {
  257. position: absolute;
  258. left: 0;
  259. top: 0;
  260. width: 100%;
  261. height: 100%;
  262. background: rgba(0, 0, 0, 0.4);
  263. z-index: 9999;
  264. visibility: hidden;
  265. opacity: 0;
  266. -webkit-transition-duration: 400ms;
  267. transition-duration: 400ms;
  268. }
  269. .modal-overlay.modal-overlay-visible {
  270. visibility: visible;
  271. opacity: 1;
  272. }
  273. .modal-content {
  274. height: 400px;
  275. position: absolute;
  276. width: 80%;
  277. z-index: 9999;
  278. top: 50%;
  279. left: 50%;
  280. margin-left: -40%;
  281. margin-top: -200px;
  282. display: none;
  283. }
  284. .div-header-title {
  285. height: 80px;
  286. background: #17B3EC;
  287. width: 100%;
  288. position: relative;
  289. border-top-left-radius: 10px;
  290. border-top-right-radius: 10px;
  291. }
  292. .div-close {
  293. width: 26px;
  294. height: 26px;
  295. background: url(../images/tankuang_guanbi_icon.png) no-repeat center top;
  296. background-size: 26px;
  297. position: absolute;
  298. top: 10px;
  299. right: 10px;
  300. }
  301. .div-overlay-img {
  302. width: 170px;
  303. height: 53px;
  304. background: url(../images/tankuang_bg_img.png) no-repeat center top;
  305. background-size: 170px 53px;
  306. position: absolute;
  307. top: 15px;
  308. left: 50%;
  309. margin-left: -85px;
  310. }
  311. .div-overlay-title {
  312. position: absolute;
  313. top: 38px;
  314. left: 40%;
  315. color: #fff;
  316. font-weight: bold;
  317. font-size: 18px;
  318. }
  319. .div-overlay-content {
  320. height: 320px;
  321. background: #fff;
  322. width: 100%;
  323. border-bottom-left-radius: 10px;
  324. border-bottom-right-radius: 10px;
  325. }
  326. .div-jf-title2 {
  327. position: absolute;
  328. font-size: 14px;
  329. top: 50%;
  330. width: 100%;
  331. margin-top: -21px;
  332. }
  333. /*总体分析页面样式*/
  334. .l-banner {
  335. display: -webkit-box;
  336. height: auto;
  337. margin-bottom: 10px;
  338. padding: 0 10px;
  339. margin-top: 20px;
  340. }
  341. .l-banner li {
  342. -webkit-box-flex: 0;
  343. width: 33.3%;
  344. width: calc(100% / 3);
  345. }
  346. .l-banner li:first-child {
  347. /*margin-left: 0;*/
  348. }
  349. .l-banner li .tag {
  350. width: 80%;
  351. border: 1px solid #e1e1e1;
  352. border-radius: 5px;
  353. text-align: center;
  354. padding: 17px 0;
  355. margin: 0 auto;
  356. position: relative;
  357. }
  358. .l-banner li .l-name {
  359. color: #666;
  360. }
  361. .l-banner li .tag.active,
  362. .l-banner li .tag.active .l-name {
  363. color: #12B7F5;
  364. border-color: #12B7F5;
  365. }
  366. .l-banner li .tag.active:after {
  367. content: "";
  368. width: 100%;
  369. height: 4px;
  370. background-color: #12B7F5;
  371. position: absolute;
  372. bottom: 0;
  373. left: 0;
  374. border-bottom-left-radius: 5px;
  375. border-bottom-right-radius: 5px;
  376. }
  377. .blur-cycle-box {
  378. position: absolute;
  379. width: 70px;
  380. height: 70px;
  381. top: 50%;
  382. margin-top: -35px;
  383. left: 50.3%;
  384. margin-left: -35px;
  385. /*z-index: 2;*/
  386. background-color: #17b3ec;
  387. border-radius: 50%;
  388. text-align: center;
  389. }
  390. .position-center-text {
  391. position: absolute;
  392. width: 100%;
  393. top: 50%;
  394. left: 0;
  395. text-align: center;
  396. margin-top: -10px;
  397. }
  398. .div-header {
  399. padding: 0px 10px 0px 20px;
  400. height: 40px;
  401. border-bottom: 1px solid #DCDCDC;
  402. }
  403. .div-header img {
  404. cursor: pointer;
  405. }
  406. .fl {
  407. float: left;
  408. }
  409. .fr {
  410. float: right
  411. }
  412. .mt10 {
  413. margin-top: 10px;
  414. }
  415. .mr10 {
  416. margin-right: 10px;
  417. }
  418. .vam {
  419. vertical-align: middle;
  420. }
  421. .vertical-line {
  422. border-right: 1px solid #ccc;
  423. height: 25px;
  424. width: 1px;
  425. display: inline-block;
  426. margin-right: 10px;
  427. vertical-align: middle;
  428. }
  429. .application-name {
  430. font-size: 14px;
  431. color: #333;
  432. font-weight: bold;
  433. margin-right: 10px;
  434. display: inline-block;
  435. height: 40px;
  436. line-height: 40px;
  437. }
  438. .c-666 {
  439. color: #666;
  440. }
  441. .c-12b7f5 {
  442. color: #12B7F5;
  443. }
  444. .cb-ebebf5 {
  445. background: #EBEBF5;
  446. }
  447. .c-f12 {
  448. font-size: 12px;
  449. }
  450. .height-30 {
  451. height: 30px;
  452. }
  453. .lheight-30 {
  454. line-height: 30px;
  455. }
  456. .pl20 {
  457. padding-left: 20px;
  458. }
  459. .ml20 {
  460. margin-left: 20px;
  461. }
  462. .mr20 {
  463. margin-right: 20px;
  464. }
  465. .c-border-17b3ec{
  466. border:1px solid #17b3ec;
  467. }
  468. .tac {
  469. text-align: center;
  470. }
  471. .role-select {
  472. height: 30px;
  473. min-width: 100px;
  474. display: inline-block;
  475. }
  476. .role-select select {
  477. width: 100%;
  478. height: 30px;
  479. appearance: none;
  480. -moz-appearance: none;
  481. -webkit-appearance: none;
  482. background: url(../../../images/zhankai_jiantou_icon.png) no-repeat scroll right center transparent;
  483. background-position-x: 95%;
  484. background-size: 11px 11px;
  485. padding-right: 30px;
  486. padding-left: 10px;
  487. border: none;
  488. color: #909090;
  489. }
  490. .section-header {
  491. position: relative;
  492. }
  493. .section-label {
  494. display: inline-block;
  495. padding: 3px 15px;
  496. background-color: #ebebf5;
  497. border-radius: 12px;
  498. font-size: 14px;
  499. position: relative;
  500. }
  501. .section-header .grey-line {
  502. display: inline-block;
  503. position: absolute;
  504. top: 50%;
  505. left: 10px;
  506. right: 10px;
  507. width: calc(100% - 20px);
  508. height: 1px;
  509. background-color: #ebebf5;
  510. z-index: -1;
  511. }
  512. .div-radius-panel {
  513. width: 60px;
  514. height: 60px;
  515. background: #EBEBF5;
  516. border-radius: 60px;
  517. position: absolute;
  518. top: 50%;
  519. left: 50%;
  520. margin-top: -30px;
  521. margin-left: -30px;
  522. }
  523. .height-120 {
  524. height: 120px;
  525. }
  526. .div-data-value {
  527. position: absolute;
  528. bottom: -20px;
  529. width: 150px;
  530. left: 50%;
  531. margin-left: -75px;
  532. }
  533. .mlr8 {
  534. margin-left: 8px;
  535. margin-right: 8px;
  536. }
  537. .c-row .c-33 {
  538. text-align: center;
  539. }
  540. .c-row .c-33 a {
  541. display: inline-block;
  542. width: 100%;
  543. height: 24px;
  544. font-size: 12px;
  545. line-height: 24px;
  546. /*background: #EEEEEE;*/
  547. border: 1px solid #e1e1e1;
  548. border-radius: 5px;
  549. white-space: nowrap;
  550. overflow: hidden;
  551. text-overflow: ellipsis;
  552. color: #666;
  553. }
  554. .c-row .c-33.active a {
  555. color: #fff;
  556. border: 1px solid #12B7F5;
  557. background: #12B7F5;
  558. }
  559. .c-row .c-33 {
  560. width: calc(31.333333333333332% - 10px);
  561. }
  562. .filter-title {
  563. color: #333333;
  564. font-size: 14px;
  565. font-weight: bold;
  566. }
  567. a {
  568. background-color: transparent;
  569. text-decoration: none;
  570. }
  571. #footer {
  572. position: absolute;
  573. bottom: 10px;
  574. width: 100%;
  575. right: 10px;
  576. }
  577. .fr {
  578. float: right;
  579. }
  580. .div-foot-btn {
  581. height: 26px;
  582. line-height: 26px;
  583. width: 68px;
  584. background: #fafafa;
  585. text-align: center;
  586. border: 1px solid #dcdcdc;
  587. display: inline-block;
  588. }
  589. .div-foot-btn.active {
  590. border: 1px solid #12b7f5;
  591. }
  592. .div-title {
  593. font-size: 14px;
  594. color: #323232;
  595. margin: 20px;
  596. }
  597. .vuedal.md {
  598. will-change: initial !important;
  599. width: 400px !important;
  600. padding-right: 3px !important;
  601. /*margin-left: -200px;*/
  602. padding: 0 !important;}
  603. .vuedal.md header {
  604. padding: 10px 20px 0 20px;
  605. }
  606. .vuedal.md header .title {
  607. font-size: 16px !important;
  608. font-weight: bold !important;
  609. color: #333 !important;
  610. }
  611. .vuedal header .title {
  612. font-size: 16px !important;
  613. color: #333 !important;
  614. }
  615. .vuedal.lg header ,.vuedal.w90 header{
  616. font-size: 18px;
  617. color: #333333;
  618. padding-bottom: 15px;
  619. }
  620. .vuedal.lg header .close ,.vuedal.w90 header .close {
  621. font-size: 32px;
  622. line-height: 30px;
  623. }
  624. .vuedal.w90{
  625. width: 90%;
  626. }
  627. .mod {
  628. background-color: #fff;
  629. }
  630. .mod .mod-hd {
  631. height: 33px;
  632. line-height: 33px;
  633. border-bottom: .05rem solid #e1e1e1;
  634. padding-left: .5rem;
  635. color: #323232;
  636. }
  637. .mod .mod-hd .title {
  638. font-size: .75rem;
  639. }
  640. .icon-cyc.sszql {
  641. background-image: url(../../../images/snashi_icon.png);
  642. }
  643. .icon-cyc {
  644. display: inline-block;
  645. vertical-align: middle;
  646. width: 22px;
  647. height: 22px;
  648. background: center no-repeat;
  649. background-size: auto 100%;
  650. }
  651. .icon-cyc.gwrq {
  652. background-image: url(../../../images/gaoweirenqun.png);
  653. }
  654. .div-ssqql canvas {
  655. width: 150px;
  656. height: 150px;
  657. margin-top: 20px;
  658. }
  659. .div-ssqql {
  660. height: 195px;
  661. position: relative;
  662. text-align: center;
  663. margin: 0 auto;
  664. }
  665. .p-sanshilv {
  666. position: absolute;
  667. top: 20px;
  668. left: 50%;
  669. font-size: 33px;
  670. color: #323232;
  671. width: 106px;
  672. margin-left: -53px;
  673. }
  674. .p-sanshicount {
  675. position: absolute;
  676. top: 90px;
  677. left: 50%;
  678. font-size: 15px;
  679. color: #323232;
  680. width: 116px;
  681. margin-left: -58px;
  682. }
  683. .p-gaoweilv {
  684. position: absolute;
  685. top: 20px;
  686. left: 50%;
  687. font-size: 33px;
  688. color: #323232;
  689. width: 106px;
  690. margin-left: -53px;
  691. }
  692. .p-gaoweicount {
  693. position: absolute;
  694. top: 90px;
  695. left: 50%;
  696. font-size: 15px;
  697. color: #323232;
  698. width: 116px;
  699. margin-left: -58px;
  700. }
  701. .c-row.n-row .c-20:nth-child(5n+1){
  702. margin-left: 0;
  703. }
  704. body .el-table th.gutter{
  705. display: table-cell!important;
  706. }
  707. [v-cloak] {
  708. display: none;
  709. }
  710. .el-table th>.cell{
  711. font-weight: normal;
  712. }
  713. .el-table td, .el-table th{
  714. padding: 8px 0;
  715. }
  716. .bgc-12B7F5,.bgc1-12B7F5{
  717. background-color: #12B7F5;
  718. }
  719. .bgc-12B7F5:hover{
  720. background-color: #00adee;
  721. color: #fff;
  722. }
  723. .c-12B7F5{
  724. color: #12B7F5;
  725. }
  726. .bgc-FF9630,.bgc1-FF9630{
  727. background-color: #FF9630;
  728. }
  729. .bgc-FF9630:hover{
  730. background-color: #f58920;
  731. color: #fff;
  732. }
  733. .c-FF9630{
  734. color: #FF9630;
  735. }
  736. .btn{
  737. color:#fff;
  738. width: 80px;
  739. padding: 4px 8px;
  740. height: 28px;
  741. }
  742. .searchDiv .el-input__inner,.searchDiv .el-input__icon{
  743. height: 28px;
  744. line-height: 28px;
  745. }
  746. .searchDiv .el-date-editor .el-range-separator{
  747. height: 28px;
  748. line-height: 28px;
  749. width: 10%;
  750. }
  751. .team-info-dyy .ui-col-1,.team-info-dyy .ui-col-0{word-break: break-all;}
  752. .dyy-title{
  753. font-size: 16px;
  754. color:#333333;
  755. padding-bottom: 20px;
  756. border-bottom: 1px solid #e1e1e1;
  757. }
  758. #sc_table{}
  759. #sc_table tr td:nth-child(2):hover{
  760. color:#12B7F5;
  761. cursor: pointer;
  762. }
  763. #sc_table th,#sc_table td{
  764. height: 40px;
  765. font-size: 14px;
  766. padding-left:5px;
  767. padding-right:5px;
  768. }
  769. #sc_table th{
  770. background-color: #F5F5FA;
  771. text-align: center;
  772. color: #909090;
  773. font-weight: normal;
  774. }
  775. .c-border-r-4{border-radius: 4px;}
  776. .c-border-r-5{border-radius: 5px;}
  777. .bgc-ebebf5{
  778. background-color: #ebebf5;
  779. }
  780. .table-tab-pane{
  781. /*background-color: #ebebf5;*/
  782. border-bottom: 1px solid #e1e1e1;
  783. }
  784. .table-panel .table-tab-item {
  785. padding: 0 20px;
  786. display: inline-block;
  787. list-style: none;
  788. font-size: 18px;
  789. font-weight: normal;
  790. text-align: center;
  791. color: #333333;
  792. }
  793. .table-panel .table-tab-item div{
  794. line-height: 50px;
  795. height: 50px;
  796. padding: 0 20px;
  797. }
  798. .table-panel .table-tab-item div:hover{
  799. color:#17B3EC;
  800. cursor: pointer;
  801. }
  802. .table-panel .table-tab-item div.active span{
  803. padding: 14px;
  804. color:#17B3EC;
  805. -webkit-box-sizing: border-box;
  806. box-sizing: border-box;
  807. border-bottom: 2px solid #17B3EC;
  808. }
  809. .table-panel .table-content{
  810. width: 100%;
  811. border-spacing: 0;
  812. border-collapse: collapse;
  813. }
  814. .table-panel .table-content th{
  815. background-color: rgba(23,179,236,0.1);
  816. text-align: center;
  817. color: #333333;
  818. font-weight: normal;
  819. }
  820. .table-panel th,.table-panel td{
  821. height: 50px;
  822. font-size: 16px;
  823. padding-left:15px;
  824. padding-right:15px;
  825. word-break: break-all;
  826. }
  827. .table-panel th{
  828. text-align: center;
  829. color: #666666;
  830. font-weight: normal;
  831. }
  832. .table-panel .tdPointor:hover{
  833. color:#12B7F5;
  834. cursor: pointer;
  835. }
  836. .el-button--ff9526{
  837. background: #ff9526;
  838. border: 1px solid #ff9526;
  839. color: #ffffff;
  840. }
  841. .el-button--ff9526:focus, .el-button--ff9526:hover {
  842. color: #ffffff;
  843. border-color: #FFAA00;
  844. background-color: #FFAA00;
  845. }
  846. .el-button--17b3ec{
  847. background: #17b3ec;
  848. border: 1px solid #17b3ec;
  849. color: #ffffff;
  850. }
  851. .el-button--17b3ec:focus, .el-button--17b3ec:hover {
  852. color: #ffffff;
  853. border-color: #00a5e0;
  854. background-color: #00a5e0;
  855. }
  856. .left-17B3EC:before{
  857. content:"";
  858. width:4px;
  859. height:16px;
  860. background-color: #17B3EC;
  861. position: absolute;
  862. margin-top: 3px;
  863. margin-left: 0px;
  864. }
  865. .left-17B3EC-div:before{
  866. content:"";
  867. width:4px;
  868. height:16px;
  869. background-color: #17B3EC;
  870. position: absolute;
  871. margin-top: 25px;
  872. margin-left: 0px;
  873. z-index: 1;
  874. }
  875. .legend-icon{
  876. color:#333333;
  877. font-size: 12px;
  878. position: absolute;
  879. right:15px;
  880. top: 0px;
  881. line-height: 45px;
  882. }
  883. .legend-icon div:first-child{
  884. margin-right: 30px;
  885. }
  886. .legend-icon .legend-17B3EC:before{
  887. content: "";
  888. position: absolute;
  889. background:#17B3EC;
  890. width: 12px;
  891. height: 12px;
  892. border-radius: 1px;
  893. top: 17px;
  894. margin-left:-16px;
  895. }
  896. .legend-icon .legend-20D7AD:before{
  897. content: "";
  898. position: absolute;
  899. background:#20D7AD;
  900. width: 12px;
  901. height: 12px;
  902. border-radius: 1px;
  903. top: 17px;
  904. margin-left:-16px;
  905. }