common.css 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  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 10px;
  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 .border-line-right{
  101. display: inline-block;
  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 span{
  111. display: inline-block;
  112. height: 45px;
  113. border-bottom: 2px solid transparent;
  114. font-size: 16px;
  115. color: #323232;
  116. padding: 0 10px;
  117. }
  118. .area-tab.active span{
  119. color: #17b3ec;
  120. border-bottom: 2px solid #17b3ec;
  121. }
  122. .bottom-list-table{
  123. border-top: 1px solid #e1e1e1;
  124. background-color: #fff;
  125. width: 100%;
  126. text-align: center;
  127. font-size: 14px;
  128. }
  129. .bottom-list-table thead{
  130. height: 40px;
  131. background-color: #f2f4f6;
  132. border-bottom: 1px solid #e1e1e1;
  133. color: #909090;
  134. }
  135. .bottom-list-table thead tr{
  136. height: 40px;
  137. }
  138. .bottom-list-table td,
  139. .bottom-list-table th{
  140. text-align: center;
  141. vertical-align: middle;
  142. }
  143. .bottom-list-table td{
  144. padding: 10px 0;
  145. }
  146. .bottom-list-table tbody>tr{
  147. border-bottom: 1px solid #e1e1e1;
  148. }
  149. /*.bottom-list-table tbody>tr:first-child{
  150. border-top: 0;
  151. }*/
  152. .bottom-list-table tbody tr td.area-name{
  153. text-align: left;
  154. padding-left: 10px;
  155. font-size: 16px;
  156. display: -webkit-box;
  157. -webkit-box-pack: center;
  158. -webkit-box-align: center;
  159. }
  160. @media only screen and (max-width: 320px) {
  161. .bottom-list-table tbody tr td.area-name{
  162. max-width: 125px;
  163. }
  164. }
  165. @media only screen and (min-width: 321px) and (max-width: 414px) {
  166. .bottom-list-table tbody tr td.area-name{
  167. max-width: 180px;
  168. }
  169. }
  170. @media only screen and (min-width: 414px) and (max-width: 640px) {
  171. .bottom-list-table tbody tr td.area-name{
  172. max-width: 200px;
  173. }
  174. }
  175. .bottom-list-table .fa{
  176. font-size: 18px;
  177. color: #909090;
  178. }
  179. .ranking{
  180. background-image: url(../images/paiming_4_icon.png);
  181. background-size: 18px 24px;
  182. width: 18px;
  183. height: 24px;
  184. font-size: 12px;
  185. color: #fff;
  186. text-align: center;
  187. margin-right: 5px;
  188. -webkit-box-flex: 0;
  189. }
  190. .ranking1{
  191. background-image: url(../images/paiming_1_icon.png);
  192. }
  193. .ranking2{
  194. background-image: url(../images/paiming_2_icon.png);
  195. }
  196. .ranking3{
  197. background-image: url(../images/paiming_3_icon.png);
  198. }
  199. .modal-overlay{
  200. position: absolute;
  201. left: 0;
  202. top: 0;
  203. width: 100%;
  204. height: 100%;
  205. background: rgba(0, 0, 0, 0.4);
  206. z-index: 9999;
  207. visibility: hidden;
  208. opacity: 0;
  209. -webkit-transition-duration: 400ms;
  210. transition-duration: 400ms;
  211. }
  212. .modal-overlay.modal-overlay-visible{
  213. visibility: visible;
  214. opacity: 1;
  215. }
  216. .modal-content {
  217. height: 400px;
  218. position: absolute;
  219. width: 80%;
  220. z-index: 9999;
  221. top: 50%;
  222. left: 50%;
  223. margin-left: -40%;
  224. margin-top: -200px;
  225. display: none;
  226. }
  227. .div-header-title {
  228. height: 80px;
  229. background: #17B3EC;
  230. width: 100%;
  231. position: relative;
  232. border-top-left-radius: 10px;
  233. border-top-right-radius: 10px;
  234. }
  235. .div-close {
  236. width: 26px;
  237. height: 26px;
  238. background: url(../images/tankuang_guanbi_icon.png) no-repeat center top;
  239. background-size: 26px;
  240. position: absolute;
  241. top: 10px;
  242. right: 10px;
  243. }
  244. .div-overlay-img {
  245. width: 170px;
  246. height: 53px;
  247. background: url(../images/tankuang_bg_img.png) no-repeat center top;
  248. background-size: 170px 53px;
  249. position: absolute;
  250. top: 15px;
  251. left: 50%;
  252. margin-left: -85px;
  253. }
  254. .div-overlay-title {
  255. position: absolute;
  256. top: 38px;
  257. left: 40%;
  258. color: #fff;
  259. font-weight: bold;
  260. font-size: 18px;
  261. }
  262. .div-overlay-content {
  263. height: 320px;
  264. background: #fff;
  265. width: 100%;
  266. border-bottom-left-radius: 10px;
  267. border-bottom-right-radius: 10px;
  268. }
  269. .div-jf-title2{
  270. position: absolute;
  271. font-size: 14px;
  272. top: 50%;
  273. width: 100%;
  274. margin-top: -21px;
  275. }
  276. /*总体分析页面样式*/
  277. .l-banner{
  278. display: -webkit-box;
  279. height: auto;
  280. margin-bottom: 10px;
  281. padding: 0 10px;
  282. }
  283. .l-banner li{
  284. -webkit-box-flex: 0;
  285. text-align: center;
  286. margin-left: 10px;
  287. background: #fff;
  288. border-radius: 5px;
  289. width: calc((100% - 30px) / 4);
  290. padding: 10px 0;
  291. border: 1px solid #E1E1E1;
  292. /*border-bottom: 5px solid transparent;*/
  293. position: relative;
  294. }
  295. .l-banner li:first-child{
  296. margin-left: 0;
  297. }
  298. .l-banner li .l-name{
  299. color: #909090;
  300. }
  301. .l-banner li.active,
  302. .l-banner li.active .l-name
  303. {
  304. color: #17b3ec;
  305. }
  306. .l-banner li.active:after{
  307. content: "";
  308. width: 100%;
  309. height: 5px;
  310. background-color: #17b3ec;
  311. position: absolute;
  312. bottom: 0;
  313. left: 0;
  314. border-bottom-left-radius: 5px;
  315. border-bottom-right-radius: 5px;
  316. }
  317. .blur-cycle-box{
  318. position: absolute;
  319. width: 70px;
  320. height: 70px;
  321. top: 50%;
  322. margin-top: -35px;
  323. left: 50%;
  324. margin-left: -35px;
  325. /*z-index: 2;*/
  326. background-color: #17b3ec;
  327. border-radius: 50%;
  328. text-align: center;
  329. }
  330. .position-center-text{
  331. position: absolute;
  332. width: 100%;
  333. top: 50%;
  334. left: 0;
  335. text-align: center;
  336. margin-top: -10px;
  337. }
  338. .add-qushi-date-text{
  339. display: inline-block;height: 25px;line-height: 25px;text-align: center;font-size: 14px;margin-left: 5px;padding: 0 2px;color: #17b3ec;
  340. }