common.css 11 KB

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