common.css 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  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-w-33{
  20. width: 33%;
  21. }
  22. .info-icon{
  23. vertical-align: middle;
  24. margin-bottom: 5px;
  25. }
  26. .information{
  27. background-color: rgba(0,0,0,0.5);
  28. font-size: 14px;
  29. color: #fff;
  30. }
  31. .information .ui-col-0{
  32. width: 40px;
  33. text-align: center;
  34. }
  35. .location-div{
  36. height: 40px;
  37. line-height: 40px;
  38. padding: 0 10px;
  39. }
  40. .location-div img{
  41. vertical-align: text-bottom;
  42. }
  43. .choose-label{
  44. color: #17B3EC;
  45. display: inline-block;
  46. max-width: 100%;
  47. _width: 100%;
  48. overflow: hidden;
  49. white-space: nowrap;
  50. text-overflow: ellipsis;
  51. }
  52. .blue-column{
  53. display: inline-block;
  54. width: 4px;
  55. height: 12px;
  56. background-color: #12b7f5;
  57. }
  58. .date-tag{
  59. display: inline-block;
  60. text-align: center;
  61. width: 50px;
  62. padding: 5px 0;
  63. font-size: 14px;
  64. color: #17b3ec;
  65. border: 1px solid #17b3ec;
  66. }
  67. .date-tag:first-child{
  68. border-top-left-radius: 15px;
  69. border-bottom-left-radius: 15px;
  70. }
  71. .date-tag:nth-child(2){
  72. border-right: 0;
  73. border-left: 0;
  74. }
  75. .date-tag:nth-child(3){
  76. border-top-right-radius: 15px;
  77. border-bottom-right-radius: 15px;
  78. }
  79. .date-tag.active{
  80. background-color: #17b3ec;
  81. color: #fff;
  82. }
  83. .area-tab-panel{
  84. display: -webkit-box;
  85. height: 45px;
  86. line-height: 45px;
  87. margin: 0 50px;
  88. background-color: #fff;
  89. border: 1px solid #e1e1e1;
  90. border-bottom: 0;
  91. border-top-left-radius: 8px;
  92. border-top-right-radius: 8px;
  93. box-shadow: 0px 0px 1px #ccc;
  94. }
  95. .area-tab{
  96. -webkit-box-flex: 1;
  97. text-align: center;
  98. position: relative;
  99. }
  100. .area-tab:after{
  101. content: '';
  102. position: absolute;
  103. width: 1px;
  104. height: 20px;
  105. right: 0;
  106. top: 50%;
  107. margin-top: -10px;
  108. background-color: #e1e1e1;
  109. }
  110. .area-tab:last-child:after{
  111. width: 0;
  112. }
  113. .area-tab .border-line-right{
  114. display: inline-block;
  115. position: absolute;
  116. width: 1px;
  117. height: 20px;
  118. right: 0;
  119. top: 50%;
  120. margin-top: -10px;
  121. background-color: #e1e1e1;
  122. }
  123. .area-tab span{
  124. display: inline-block;
  125. height: 45px;
  126. border-bottom: 2px solid transparent;
  127. font-size: 16px;
  128. color: #666;
  129. padding: 0 10px;
  130. }
  131. .area-tab.active span{
  132. color: #12b7f5;
  133. border-bottom: 2px solid #12b7f5;
  134. }
  135. .bottom-list-table{
  136. border-top: 1px solid #e1e1e1;
  137. border-left: 1px solid #e1e1e1;
  138. border-right: 1px solid #e1e1e1;
  139. background-color: #fff;
  140. width: 100%;
  141. text-align: center;
  142. font-size: 14px;
  143. border-spacing: 0;
  144. }
  145. .bottom-list-table thead{
  146. height: 40px;
  147. background-color: #ebebf5;
  148. border-bottom: 1px solid #e1e1e1;
  149. color: #999;
  150. }
  151. .bottom-list-table thead tr{
  152. height: 40px;
  153. }
  154. .bottom-list-table td,
  155. .bottom-list-table th{
  156. text-align: center;
  157. vertical-align: middle;
  158. }
  159. .bottom-list-table td{
  160. padding: 10px 0;
  161. border-bottom: 1px solid #e1e1e1;
  162. }
  163. .bottom-list-table tbody>tr{
  164. border-bottom: 1px solid #e1e1e1;
  165. }
  166. .bottom-list-table tbody>tr:hover{
  167. background-color: #f2f4f6;
  168. }
  169. /*.bottom-list-table tbody>tr:first-child{
  170. border-top: 0;
  171. }*/
  172. .bottom-list-table tbody tr td.area-name{
  173. text-align: left;
  174. padding-left: 10px;
  175. font-size: 16px;
  176. display: -webkit-box;
  177. -webkit-box-pack: center;
  178. -webkit-box-align: center;
  179. }
  180. @media only screen and (max-width: 320px) {
  181. .bottom-list-table tbody tr td.area-name{
  182. max-width: 125px;
  183. }
  184. }
  185. @media only screen and (min-width: 321px) and (max-width: 414px) {
  186. .bottom-list-table tbody tr td.area-name{
  187. max-width: 180px;
  188. }
  189. }
  190. @media only screen and (min-width: 414px) and (max-width: 640px) {
  191. .bottom-list-table tbody tr td.area-name{
  192. max-width: 200px;
  193. }
  194. }
  195. .bottom-list-table .fa{
  196. font-size: 18px;
  197. color: #909090;
  198. }
  199. .ranking{
  200. background-image: url(../../../images/paiming_4_icon.png);
  201. background-size: 18px 24px;
  202. width: 18px;
  203. height: 24px;
  204. font-size: 12px;
  205. line-height: 20px;
  206. color: #fff;
  207. text-align: center;
  208. margin-right: 10px;
  209. -webkit-box-flex: 0;
  210. }
  211. .ranking1{
  212. background-image: url(../../../images/paiming_1_icon.png);
  213. }
  214. .ranking2{
  215. background-image: url(../../../images/paiming_2_icon.png);
  216. }
  217. .ranking3{
  218. background-image: url(../../../images/paiming_3_icon.png);
  219. }
  220. .modal-overlay{
  221. position: absolute;
  222. left: 0;
  223. top: 0;
  224. width: 100%;
  225. height: 100%;
  226. background: rgba(0, 0, 0, 0.4);
  227. z-index: 9999;
  228. visibility: hidden;
  229. opacity: 0;
  230. -webkit-transition-duration: 400ms;
  231. transition-duration: 400ms;
  232. }
  233. .modal-overlay.modal-overlay-visible{
  234. visibility: visible;
  235. opacity: 1;
  236. }
  237. .modal-content {
  238. height: 400px;
  239. position: absolute;
  240. width: 80%;
  241. z-index: 9999;
  242. top: 50%;
  243. left: 50%;
  244. margin-left: -40%;
  245. margin-top: -200px;
  246. display: none;
  247. }
  248. .div-header-title {
  249. height: 80px;
  250. background: #17B3EC;
  251. width: 100%;
  252. position: relative;
  253. border-top-left-radius: 10px;
  254. border-top-right-radius: 10px;
  255. }
  256. .div-close {
  257. width: 26px;
  258. height: 26px;
  259. background: url(../images/tankuang_guanbi_icon.png) no-repeat center top;
  260. background-size: 26px;
  261. position: absolute;
  262. top: 10px;
  263. right: 10px;
  264. }
  265. .div-overlay-img {
  266. width: 170px;
  267. height: 53px;
  268. background: url(../images/tankuang_bg_img.png) no-repeat center top;
  269. background-size: 170px 53px;
  270. position: absolute;
  271. top: 15px;
  272. left: 50%;
  273. margin-left: -85px;
  274. }
  275. .div-overlay-title {
  276. position: absolute;
  277. top: 38px;
  278. left: 40%;
  279. color: #fff;
  280. font-weight: bold;
  281. font-size: 18px;
  282. }
  283. .div-overlay-content {
  284. height: 320px;
  285. background: #fff;
  286. width: 100%;
  287. border-bottom-left-radius: 10px;
  288. border-bottom-right-radius: 10px;
  289. }
  290. .div-jf-title2{
  291. position: absolute;
  292. font-size: 14px;
  293. top: 50%;
  294. width: 100%;
  295. margin-top: -21px;
  296. }
  297. /*总体分析页面样式*/
  298. .l-banner{
  299. display: -webkit-box;
  300. height: auto;
  301. margin-bottom: 10px;
  302. padding: 0 10px;
  303. }
  304. .l-banner li{
  305. -webkit-box-flex: 0;
  306. text-align: center;
  307. margin-left: 10px;
  308. background: #fff;
  309. border-radius: 5px;
  310. width: calc((100% - 20px) / 3);
  311. padding: 10px 0;
  312. border: 1px solid #E1E1E1;
  313. /*border-bottom: 5px solid transparent;*/
  314. position: relative;
  315. }
  316. .l-banner li:first-child{
  317. margin-left: 0;
  318. }
  319. .l-banner li .l-name{
  320. color: #909090;
  321. }
  322. .l-banner li.active,
  323. .l-banner li.active .l-name
  324. {
  325. color: #17b3ec;
  326. }
  327. .l-banner li.active:after{
  328. content: "";
  329. width: 100%;
  330. height: 5px;
  331. background-color: #17b3ec;
  332. position: absolute;
  333. bottom: 0;
  334. left: 0;
  335. border-bottom-left-radius: 5px;
  336. border-bottom-right-radius: 5px;
  337. }
  338. .blur-cycle-box{
  339. position: absolute;
  340. width: 70px;
  341. height: 70px;
  342. top: 50%;
  343. margin-top: -35px;
  344. left: 50%;
  345. margin-left: -35px;
  346. /*z-index: 2;*/
  347. background-color: #17b3ec;
  348. border-radius: 50%;
  349. text-align: center;
  350. }
  351. .position-center-text{
  352. position: absolute;
  353. width: 100%;
  354. top: 50%;
  355. left: 0;
  356. text-align: center;
  357. margin-top: -10px;
  358. }
  359. .div-header {
  360. padding: 0px 10px 0px 20px;
  361. height: 40px;
  362. border-bottom: 1px solid #DCDCDC;
  363. }
  364. .div-header img {
  365. cursor: pointer;
  366. }
  367. .fl {
  368. float: left;
  369. }
  370. .fr {
  371. float: right
  372. }
  373. .mt10 {
  374. margin-top: 10px;
  375. }
  376. .mr10 {
  377. margin-right: 10px;
  378. }
  379. .vam {
  380. vertical-align: middle;
  381. }
  382. .vertical-line {
  383. border-right: 1px solid #ccc;
  384. height: 25px;
  385. width: 1px;
  386. display: inline-block;
  387. margin-right: 10px;
  388. vertical-align: middle;
  389. }
  390. .application-name {
  391. font-size: 14px;
  392. color: #333;
  393. font-weight: bold;
  394. margin-right: 10px;
  395. display: inline-block;
  396. height: 40px;
  397. line-height: 40px;
  398. }
  399. .c-666 {
  400. color: #666;
  401. }
  402. .c-12b7f5 {
  403. color: #12B7F5;
  404. }
  405. .cb-ebebf5 {
  406. background: #EBEBF5;
  407. }
  408. .c-f12 {
  409. font-size: 12px;
  410. }
  411. .height-30 {
  412. height: 30px;
  413. }
  414. .lheight-30 {
  415. line-height: 30px;
  416. }
  417. .pl20 {
  418. padding-left: 20px;
  419. }
  420. .ml20 {
  421. margin-left: 20px;
  422. }
  423. .mr20 {
  424. margin-right: 20px;
  425. }
  426. .tac {
  427. text-align: center;
  428. }