common.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769
  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: 33.3%;
  313. width: calc(100% / 3);
  314. }
  315. .l-banner li:first-child {
  316. /*margin-left: 0;*/
  317. }
  318. .l-banner li .tag {
  319. width: 80%;
  320. border: 1px solid #e1e1e1;
  321. border-radius: 5px;
  322. text-align: center;
  323. padding: 17px 0;
  324. margin: 0 auto;
  325. position: relative;
  326. }
  327. .l-banner li .l-name {
  328. color: #666;
  329. }
  330. .l-banner li .tag.active,
  331. .l-banner li .tag.active .l-name {
  332. color: #12B7F5;
  333. border-color: #12B7F5;
  334. }
  335. .l-banner li .tag.active:after {
  336. content: "";
  337. width: 100%;
  338. height: 4px;
  339. background-color: #12B7F5;
  340. position: absolute;
  341. bottom: 0;
  342. left: 0;
  343. border-bottom-left-radius: 5px;
  344. border-bottom-right-radius: 5px;
  345. }
  346. .blur-cycle-box {
  347. position: absolute;
  348. width: 70px;
  349. height: 70px;
  350. top: 50%;
  351. margin-top: -35px;
  352. left: 50%;
  353. margin-left: -35px;
  354. /*z-index: 2;*/
  355. background-color: #17b3ec;
  356. border-radius: 50%;
  357. text-align: center;
  358. }
  359. .position-center-text {
  360. position: absolute;
  361. width: 100%;
  362. top: 50%;
  363. left: 0;
  364. text-align: center;
  365. margin-top: -10px;
  366. }
  367. .div-header {
  368. padding: 0px 10px 0px 20px;
  369. height: 40px;
  370. border-bottom: 1px solid #DCDCDC;
  371. }
  372. .div-header img {
  373. cursor: pointer;
  374. }
  375. .fl {
  376. float: left;
  377. }
  378. .fr {
  379. float: right
  380. }
  381. .mt10 {
  382. margin-top: 10px;
  383. }
  384. .mr10 {
  385. margin-right: 10px;
  386. }
  387. .vam {
  388. vertical-align: middle;
  389. }
  390. .vertical-line {
  391. border-right: 1px solid #ccc;
  392. height: 25px;
  393. width: 1px;
  394. display: inline-block;
  395. margin-right: 10px;
  396. vertical-align: middle;
  397. }
  398. .application-name {
  399. font-size: 14px;
  400. color: #333;
  401. font-weight: bold;
  402. margin-right: 10px;
  403. display: inline-block;
  404. height: 40px;
  405. line-height: 40px;
  406. }
  407. .c-666 {
  408. color: #666;
  409. }
  410. .c-12b7f5 {
  411. color: #12B7F5;
  412. }
  413. .cb-ebebf5 {
  414. background: #EBEBF5;
  415. }
  416. .c-f12 {
  417. font-size: 12px;
  418. }
  419. .height-30 {
  420. height: 30px;
  421. }
  422. .lheight-30 {
  423. line-height: 30px;
  424. }
  425. .pl20 {
  426. padding-left: 20px;
  427. }
  428. .ml20 {
  429. margin-left: 20px;
  430. }
  431. .mr20 {
  432. margin-right: 20px;
  433. }
  434. .tac {
  435. text-align: center;
  436. }
  437. .role-select {
  438. height: 30px;
  439. min-width: 100px;
  440. display: inline-block;
  441. }
  442. .role-select select {
  443. width: 100%;
  444. height: 30px;
  445. appearance: none;
  446. -moz-appearance: none;
  447. -webkit-appearance: none;
  448. background: url(../../../images/zhankai_jiantou_icon.png) no-repeat scroll right center transparent;
  449. background-position-x: 95%;
  450. background-size: 11px 11px;
  451. padding-right: 30px;
  452. padding-left: 10px;
  453. border: none;
  454. color: #909090;
  455. }
  456. .section-header {
  457. position: relative;
  458. }
  459. .section-label {
  460. display: inline-block;
  461. padding: 3px 15px;
  462. background-color: #ebebf5;
  463. border-radius: 12px;
  464. font-size: 14px;
  465. position: relative;
  466. }
  467. .section-header .grey-line {
  468. display: inline-block;
  469. position: absolute;
  470. top: 50%;
  471. left: 10px;
  472. right: 10px;
  473. width: calc(100% - 20px);
  474. height: 1px;
  475. background-color: #ebebf5;
  476. z-index: -1;
  477. }
  478. .div-radius-panel {
  479. width: 60px;
  480. height: 60px;
  481. background: #EBEBF5;
  482. border-radius: 60px;
  483. position: absolute;
  484. top: 50%;
  485. left: 50%;
  486. margin-top: -30px;
  487. margin-left: -30px;
  488. }
  489. .height-120 {
  490. height: 120px;
  491. }
  492. .div-data-value {
  493. position: absolute;
  494. bottom: -20px;
  495. width: 150px;
  496. left: 50%;
  497. margin-left: -75px;
  498. }
  499. .mlr8 {
  500. margin-left: 8px;
  501. margin-right: 8px;
  502. }
  503. .c-row .c-33 {
  504. text-align: center;
  505. }
  506. .c-row .c-33 a {
  507. display: inline-block;
  508. width: 100%;
  509. height: 24px;
  510. font-size: 12px;
  511. line-height: 24px;
  512. /*background: #EEEEEE;*/
  513. border: 1px solid #e1e1e1;
  514. border-radius: 5px;
  515. white-space: nowrap;
  516. overflow: hidden;
  517. text-overflow: ellipsis;
  518. color: #666;
  519. }
  520. .c-row .c-33.active a {
  521. color: #fff;
  522. border: 1px solid #12B7F5;
  523. background: #12B7F5;
  524. }
  525. .c-row .c-33 {
  526. width: calc(31.333333333333332% - 10px);
  527. }
  528. .filter-title {
  529. color: #333333;
  530. font-size: 14px;
  531. font-weight: bold;
  532. }
  533. a {
  534. background-color: transparent;
  535. text-decoration: none;
  536. }
  537. #footer {
  538. position: absolute;
  539. bottom: 10px;
  540. width: 100%;
  541. right: 10px;
  542. }
  543. .fr {
  544. float: right;
  545. }
  546. .div-foot-btn {
  547. height: 26px;
  548. line-height: 26px;
  549. width: 68px;
  550. background: #fafafa;
  551. text-align: center;
  552. border: 1px solid #dcdcdc;
  553. display: inline-block;
  554. }
  555. .div-foot-btn.active {
  556. border: 1px solid #12b7f5;
  557. }
  558. .div-title {
  559. font-size: 14px;
  560. color: #323232;
  561. margin: 20px;
  562. }
  563. .vuedal {
  564. will-change: initial !important;
  565. width: 400px !important;
  566. padding-right: 3px !important;
  567. margin-left: -200px;
  568. padding: 0 !important;}
  569. .vuedal header {
  570. padding: 10px 20px 0 20px;
  571. }
  572. .vuedal header .title {
  573. font-size: 16px !important;
  574. font-weight: bold !important;
  575. color: #333 !important;
  576. }
  577. .mod {
  578. background-color: #fff;
  579. }
  580. .mod .mod-hd {
  581. height: 33px;
  582. line-height: 33px;
  583. border-bottom: .05rem solid #e1e1e1;
  584. padding-left: .5rem;
  585. color: #323232;
  586. }
  587. .mod .mod-hd .title {
  588. font-size: .75rem;
  589. }
  590. .icon-cyc.sszql {
  591. background-image: url(../../../images/snashi_icon.png);
  592. }
  593. .icon-cyc {
  594. display: inline-block;
  595. vertical-align: middle;
  596. width: 22px;
  597. height: 22px;
  598. background: center no-repeat;
  599. background-size: auto 100%;
  600. }
  601. .icon-cyc.gwrq {
  602. background-image: url(../../../images/gaoweirenqun.png);
  603. }
  604. .div-ssqql canvas {
  605. width: 150px;
  606. height: 150px;
  607. margin-top: 20px;
  608. }
  609. .div-ssqql {
  610. height: 195px;
  611. position: relative;
  612. text-align: center;
  613. margin: 0 auto;
  614. }
  615. .p-sanshilv {
  616. position: absolute;
  617. top: 20px;
  618. left: 50%;
  619. font-size: 33px;
  620. color: #323232;
  621. width: 106px;
  622. margin-left: -53px;
  623. }
  624. .p-sanshicount {
  625. position: absolute;
  626. top: 90px;
  627. left: 50%;
  628. font-size: 15px;
  629. color: #323232;
  630. width: 116px;
  631. margin-left: -58px;
  632. }
  633. .p-gaoweilv {
  634. position: absolute;
  635. top: 20px;
  636. left: 50%;
  637. font-size: 33px;
  638. color: #323232;
  639. width: 106px;
  640. margin-left: -53px;
  641. }
  642. .p-gaoweicount {
  643. position: absolute;
  644. top: 90px;
  645. left: 50%;
  646. font-size: 15px;
  647. color: #323232;
  648. width: 116px;
  649. margin-left: -58px;
  650. }