common.css 6.7 KB

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