common.css 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  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. {
  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. }