common.css 14 KB

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