style.css 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. @charset "utf-8";
  2. /* create by lhe-vitus 5/24/16 */
  3. /* Reset
  4. ================================================================================================= */
  5. body{color:#000;overflow-x: hidden;position: relative;background-color: #f6f6f6;}
  6. body{font-family:"Microsoft Yahei",simsun,arial,sans-serif;cursor:default;}
  7. h1,h2,h3{font-size:100%;}
  8. body,h1,h2,h3,h4,ul,li,p,img,div{margin:0;padding:0;border:0;}
  9. img{margin:0;line-height:normal;max-width: 100%;max-height: 100%;display: block;}
  10. em,i{font-style:normal;text-decoration:none}
  11. ul{list-style:none;}
  12. table{border-collapse:collapse;border-spacing:0; width:100%; text-align: center;}
  13. /* Reset
  14. ================================================================================================= */
  15. /* Base Used
  16. ================================================================================================= */
  17. a{text-decoration:none;outline: none;color:#000;cursor: pointer;}
  18. .fl{float: left;_display: inline}
  19. .fr{float: right;_display: inline}
  20. .cs-clear{zoom:1; padding: 10px 0 14px;margin: 0!important;}
  21. .cs-clear:before,
  22. .cs-clear:after{clear:both;content:"."; display:block;height:0;overflow:hidden;visibility:hidden;}
  23. span{color: #95989a;}
  24. input,button,select,textarea{outline:none}
  25. /* Base Used
  26. ================================================================================================= */
  27. html {
  28. font-size: 20px;
  29. }
  30. .w_25 td{
  31. width: 25%;
  32. }
  33. .ps_r{position: relative;}
  34. .ps_a{position: absolute;}
  35. .r_20{right: 1rem;}
  36. .bg_fff{background: #fff;}
  37. .pt_20{padding-top: 1rem;}
  38. .pt_25{padding-top: 0.3333rem;}
  39. .pt_52{padding-top: 2.6rem;}
  40. .pt_58{padding-top: 2.9rem}
  41. .pb_10{padding-bottom: 0.5rem;}
  42. .pb_20{padding-bottom: 1rem;}
  43. .pb_30{padding-bottom: 15px;}
  44. .mt_10{margin-top: 0.5rem;}
  45. .mt_25{margin-top: 1.25rem;}
  46. .mt_30{margin-top: 15px;}
  47. .mt_40{margin-top: 2rem;}
  48. .mb_2{margin-bottom: 4px;}
  49. .mb_10{margin-bottom: 0.1333rem;}
  50. .mb_13{margin-bottom: 0.65rem;}
  51. .mb_16{margin-bottom: 5px;}
  52. .mb_25{margin-bottom: 0.3333rem;}
  53. .mb_30{margin-bottom: 15px;}
  54. .mb_60{margin-bottom: 3rem;}
  55. .mb_90{margin-bottom: 1.2rem;}
  56. .ml_10{margin-left: 0.13rem;}
  57. .ml_15{margin-left: 0.75rem;}
  58. .ml_20{margin-left: 10px;}
  59. .ml_28{margin-left: 1.4rem;}
  60. .ml_30{margin-left: 15px;}
  61. .mr_10{margin-right: 0.5rem;}
  62. .mr_20{margin-right: 1rem;}
  63. .mr_30{margin-right: 15px;}
  64. .fs_18{font-size: 0.9rem;}
  65. .fs_20{font-size: 12px;}
  66. [data-dpr="2"] .fs_20{font-size: 24px;}
  67. [data-dpr="3"] .fs_20{font-size: 36px;}
  68. .fs_22{font-size: 1.1rem;}
  69. .fs_24{font-size: 12px;}
  70. [data-dpr="2"] .fs_24{font-size: 24px;}
  71. [data-dpr="3"] .fs_24{font-size: 36px;}
  72. .fs_26{font-size: 1.3rem;}
  73. .fs_28{font-size: 14px;}
  74. [data-dpr="2"] .fs_28{font-size: 28px;}
  75. [data-dpr="3"] .fs_28{font-size: 52px;}
  76. .fs_32{font-size: 16px;}
  77. [data-dpr="2"] .fs_32{font-size: 32px;}
  78. [data-dpr="3"] .fs_32{font-size: 48px;}
  79. .fs_34{font-size: 16px;}
  80. [data-dpr="2"] .fs_34{font-size: 34px;}
  81. [data-dpr="3"] .fs_34{font-size: 48px;}
  82. .fc_fff{color: #fff;}
  83. .fc_333{color: #333;}
  84. .fc_666{color: #666;}
  85. .fc_999{color: #999;}
  86. .fc_bc750f{color: #bc750f;}
  87. .fc_858585{color: #858585;}
  88. .fw_6{font-weight: 600;}
  89. .ds_ib{display: inline-block;}
  90. .ds_b{display: block;}
  91. .ta_c{text-align: center;}
  92. .lh_34{line-height: 18px;}
  93. .top{
  94. width: 100%;
  95. background-color: #fbfbfb;
  96. }
  97. .bottom{
  98. width: 100%;
  99. height: 4.5rem;
  100. background: #f9f9f9;
  101. position: fixed;
  102. bottom: 0;
  103. }
  104. .bottom_icon{
  105. margin: 0.5rem auto 0 auto;
  106. }
  107. .bottom_icon_1{
  108. width: 76px;
  109. }
  110. .bottom_icon_2{
  111. width: 95px;
  112. }
  113. .bottom_icon_3{
  114. width: 71px;
  115. }
  116. .bottom_span{
  117. color: #858585;
  118. }
  119. .bottom_span.on{
  120. color: #bc750f;
  121. }
  122. .search_box{
  123. margin: 10px 0;
  124. }
  125. .icon_search{
  126. width: 2.5rem;
  127. margin: 0.75rem 0 0.75rem 3%;
  128. display: inline-block;
  129. }
  130. .btn_cz{
  131. font-size: 0.9rem;
  132. margin-top: 1.5rem;
  133. margin-bottom: 0.5rem;
  134. display: inline-block;
  135. text-align: center;
  136. width: 5%;
  137. margin-left: 1.5%;
  138. }
  139. .icon_back{
  140. display: inline-block;
  141. width: 1.5rem;
  142. vertical-align: top;
  143. margin: 1rem 0 0 1rem;
  144. }
  145. .icon_close{
  146. float: right;
  147. margin-right: 2%;
  148. display: inline-block;
  149. width: 4rem;
  150. vertical-align: top;
  151. margin-top: 2rem;
  152. }
  153. .icon_cz{
  154. display: block;
  155. width: 100%;
  156. margin: 0 auto 0.5rem auto;
  157. }
  158. .mod_kz .icon_sx{
  159. display: inline;
  160. vertical-align: middle;
  161. width: 18px;
  162. height: 18px;
  163. }
  164. .mod_kz{
  165. background: #fff;
  166. padding-bottom: 0.26rem;
  167. }
  168. .mod_kz.mb_0{
  169. margin-bottom: 0;
  170. }
  171. div.kz_img{
  172. width: 140px;
  173. }
  174. .mod_kz li{
  175. border-top: 1px #e2e2e2 solid;
  176. }
  177. .mod_kz .date{
  178. color: #999;
  179. position: absolute;
  180. right: 0;
  181. bottom: 0;
  182. font-size: 14px;
  183. width: 75px;
  184. }
  185. .mod_c_1{
  186. display: block;
  187. background: #fff;
  188. padding: 1rem 0;
  189. color: #333;
  190. /*font-weight: 600;*/
  191. border-top: 4px #ccc solid;
  192. border-bottom: 0.05rem #ccc solid;
  193. }
  194. .top_title{
  195. font-size: 71px;
  196. display: inline-block;
  197. width: 85%;
  198. text-align: center;
  199. vertical-align: top;
  200. line-height: 4.9rem;
  201. }
  202. .top_right_icon{
  203. width: 2rem;
  204. margin: 1.3rem 0;
  205. display: inline-block;
  206. }
  207. .top_input_box{
  208. width: 85%;
  209. margin: 1rem 2%;
  210. display: inline-block;
  211. vertical-align: top;
  212. }
  213. .top_input_box_2{
  214. width: 80%;
  215. margin: 1rem 2%;
  216. display: inline-block;
  217. vertical-align: top;
  218. }
  219. .filter_btn{
  220. background-color: #eee;
  221. color: #666;
  222. width: 80%;
  223. height: 0.7rem;
  224. border-radius: 4px;
  225. border: 1px ;
  226. margin: 0.16rem auto;
  227. line-height: 0.7rem;
  228. }
  229. .filter_btn.on{
  230. background: #fff;
  231. color: #999;
  232. border: 1px #ccc solid;
  233. border-bottom: 0;
  234. border-bottom-right-radius: 0;
  235. border-bottom-left-radius: 0;
  236. height: 0.8rem;
  237. position: absolute;
  238. left: 10%;
  239. top: 0;
  240. width: 80%;
  241. z-index: 9999;
  242. }
  243. .filter_desc{
  244. background: #fff;
  245. position: absolute;
  246. width: 100%;
  247. z-index: 999;
  248. top: 1rem;
  249. left: 0;
  250. box-shadow: #ccc 0 4px 0.2rem;
  251. display: none;
  252. }
  253. .filter_desc ul{
  254. width: 100%;
  255. display: none;
  256. }
  257. .filter_desc li{
  258. width: 25%;
  259. text-align: center;
  260. color: #333;
  261. height: 0.8rem;
  262. line-height:0.8rem;
  263. float: left;
  264. margin: 0.1333rem auto;
  265. }
  266. .btn_label{
  267. color: #333;
  268. border: 1px #ccc solid;
  269. border-radius: 4px;
  270. padding: 0.13rem;
  271. margin: 0.13rem;
  272. float: left;
  273. }
  274. .act_content{
  275. border-top: 1px #e2e2e2 solid;
  276. }
  277. .act_content li{
  278. position: relative;
  279. display: block;
  280. padding: 0.26rem 15px;
  281. clear: both;
  282. }
  283. .act_content li span{
  284. display: inline-block;
  285. text-align: left;
  286. line-height: 15px;
  287. vertical-align: top;
  288. margin-left: 0.26rem;
  289. }
  290. .icon_clock{
  291. width: 15px;
  292. display: inline-block;
  293. }
  294. .icon_del{
  295. float: right;
  296. width: 15px;
  297. display: inline-block;
  298. }
  299. .btn_cancel{
  300. width: 10.5%;
  301. text-align: center;
  302. font-size: 3rem;
  303. line-height: 11rem;
  304. }
  305. .search_cnt_2,.search_cnt_3,.search_cnt_4{
  306. display: none;
  307. }
  308. /* jquery-mobile 修改样式*/
  309. div.ui-input-text{
  310. width: 84%;
  311. display: inline-block;
  312. vertical-align: top;
  313. }
  314. div.ui-loader{
  315. display: none;
  316. }
  317. .span_sx{
  318. width: 52px;
  319. height: 18px;
  320. display: inline;
  321. margin-left: 5px;
  322. vertical-align: middle;
  323. font-size: 14px;
  324. }
  325. .kz_desc{
  326. position: relative;
  327. }
  328. .search_cnt_1{
  329. margin-bottom: 1.06rem;
  330. }
  331. .text-overflow{white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
  332. .search-result__title{width: 225px;margin-bottom: 0;}
  333. .top{position: relative;}
  334. .search-goto__index--wrap{width: 1.0933rem;height: 1.32rem;float: left;display: block;}
  335. .search-goto__index{width: 0.2933rem;height: 0.52rem;padding: 15px;}
  336. .search_box{float: left;position: relative;}
  337. .top img.icon_search{width: 0.48rem;height: 0.48rem;margin: 0.18rem;position: absolute;top: 4px;left: 0;}
  338. .search-btn__commit{display: block;float: left;width: 1rem;height:1.0667rem;line-height: 1.0667rem;text-align: center;margin-top: 10px;margin-left: 4px;font-size: 0.32rem;}
  339. .search_box input{width: 6.9rem;height: 0.82rem;border: 1px #d8d8d8 solid;border-radius: 0.0667rem;padding-left: 0.68rem;font-size: 0.32rem;}
  340. .mod_c_1{display: block;background: #fff;padding: 0.26rem 0;color: #333;border-top: 1px #cccccc solid;border-bottom: 1px #e2e2e2 solid;}
  341. .search-result__cover{width: 100%;margin-top: 4px;}
  342. .search-status__cancel{width: 15px;height: 15px;position: absolute;top: 0.35rem;right: 0.2rem;}
  343. .no-data{text-align: center;}
  344. .search-nav td{position: relative;}
  345. .search-nav td.cur{font-weight: 600;color: #bc750f;}
  346. .search-datail__nav .cur div.on{border: 1px #ccc solid;}
  347. .search-type__bs i{display: block;width: 0;height: 0;}
  348. .search-type__bs .up{border-left: 4px solid transparent;border-right: 4px solid transparent;border-bottom: 0.1467rem solid #acacac;}
  349. .search-type__bs .down{border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 0.1467rem solid #acacac;margin-top: 0.0533rem;}
  350. .search-type__bs.cur.order4 .up{border-bottom: 0.1467rem solid #bc750f;}
  351. .search-type__bs.cur.order5 .down{border-top: 0.1467rem solid #bc750f;}
  352. .search-sort__status{position: absolute;top: 0.13rem;right: 0.5333rem;}
  353. .search-datail__nav td div{position: relative;}
  354. .search-datail__nav td div .select{display: block; width: 0;height: 0; border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 0.1467rem solid #acacac;margin-top: 0.0533rem;position: absolute;top: 0.2rem;right: 0.2667rem;}
  355. .search-datail__nav td div.on .select{border-bottom: 0.1467rem solid #acacac;border-top: none;}
  356. .scroll-fixed{position: fixed;top: 0;z-index: 1000;left: 0;}
  357. .act_content li span{width: 6rem;}
  358. .content {position: relative;z-index: 10;}
  359. .search-page__header{width: 10.0rem;}