search_body.css 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622
  1. @charset "utf-8";
  2. *{
  3. font-family:\\5FAE\8F6F\96C5\9ED1,microsoft yahei;
  4. border:0;
  5. margin:0;
  6. padding:0;
  7. background:transparent;
  8. font-weight:normal;
  9. font-style:normal;
  10. word-break:break-all;
  11. word-wrap:break-word;
  12. text-decoration:none;
  13. list-style:none;
  14. outline:none;
  15. -webkit-tap-highlight-color:rgba(255, 255, 255, 0);
  16. }
  17. body{
  18. font-size:.14rem;
  19. text-align:justify;
  20. }
  21. a {
  22. -webkit-tap-highlight-color:transparent;
  23. -webkit-touch-callout:none;
  24. -webkit-user-select:none;
  25. }
  26. select,input,textarea{
  27. border:none;
  28. font-size:.14rem;
  29. display:block;
  30. width:100%;
  31. box-sizing:border-box;
  32. -webkit-box-sizing:border-box;
  33. appearance:none;
  34. -webkit-appearance:none;
  35. background:none;
  36. color:#666;
  37. resize:none;
  38. }
  39. input[type="button"], input[type="submit"], input[type="reset"], input[type="number"] {
  40. -webkit-appearance:none;
  41. -moz-appearance:none;
  42. appearance:none;
  43. }
  44. ::-webkit-input-placeholder{
  45. color:#d2d2d2;
  46. }
  47. :-moz-placeholder{
  48. color:#d2d2d2;
  49. }
  50. ::-moz-placeholder{
  51. color:#d2d2d2;
  52. }
  53. :-ms-input-placeholder{
  54. color:#d2d2d2;
  55. }
  56. input::-webkit-outer-spin-button,
  57. input::-webkit-inner-spin-button {
  58. -webkit-appearance:none !important;
  59. margin:0;
  60. }
  61. input[type="search"]{
  62. -webkit-appearance:textfield;
  63. -webkit-box-sizing:content-box;
  64. font-family:inherit;
  65. font-size:100%;
  66. }
  67. input::-webkit-search-decoration,
  68. input::-webkit-search-cancel-button{
  69. display:none;
  70. }
  71. html,
  72. body{
  73. background-color:#fff;
  74. }
  75. .search_list_content{
  76. overflow:hidden;
  77. /*min-height:6rem;*/
  78. }
  79. .new_search_input_fixed{
  80. height:.52rem;
  81. }
  82. .new_search_input_box{
  83. position:fixed;
  84. left:0;
  85. top:0;
  86. right:0;
  87. z-index:1000;
  88. padding:.1rem 0 .1rem .32rem;
  89. height:.52rem;
  90. box-sizing:border-box;
  91. background-color:#fff;
  92. }
  93. .new_search_return{
  94. position: absolute;
  95. left: 0;
  96. top: .1rem;
  97. height: .32rem;
  98. width: .32rem;
  99. background: url(../../img/frontend/icon/icon_13.png) no-repeat center center;
  100. background-size: .14rem auto;
  101. }
  102. .new_search_but{
  103. position:absolute;
  104. right:0;
  105. top:.1rem;
  106. z-index:10;
  107. width:.56rem;
  108. height:.32rem;
  109. font-size:.14rem;
  110. color:#6a7a8a;
  111. text-align:center;
  112. line-height:.32rem;
  113. }
  114. .new_search_input{
  115. overflow:hidden;
  116. position:relative;
  117. left:0;
  118. top:0;
  119. z-index:1;
  120. padding-left:.35rem;
  121. margin-right:.16rem;
  122. height:.3rem;
  123. background:#f4f6f8 url(../../img/frontend/icon/icon_3.png) no-repeat .1rem center;
  124. background-size:.2rem .2rem;
  125. border-radius:.3rem;
  126. }
  127. .new_search_input a{
  128. display:none;
  129. position:absolute;
  130. right:.1rem;
  131. top:.06rem;
  132. height:.2rem;
  133. width:.2rem;
  134. background:#e6e6e6 url(../../img/frontend/search/search_icon_2.png) center center no-repeat;
  135. background-size:.08rem .08rem;
  136. border-radius:.2rem;
  137. }
  138. .new_search_input_search{
  139. margin-right:.36rem;
  140. display:block;
  141. padding:.03rem 0 0 0;
  142. height:.3rem;
  143. box-sizing:border-box;
  144. }
  145. .new_search_input_search input{
  146. display:block;
  147. width:100%;
  148. height:.24rem;
  149. line-height:.24rem;
  150. font-size:.14rem;
  151. color:#333;
  152. }
  153. input[type="search"]{
  154. -webkit-tap-highlight-color:rgba(0,0,0,0);
  155. -webkit-appearance:none;
  156. border:0;
  157. border-radius:0;
  158. -webkit-appearance:searchfield;
  159. box-sizing:border-box;
  160. background:none;
  161. }
  162. input[type="search"]::-webkit-input-placeholder {
  163. color: #FFB473;
  164. }
  165. .ns_list_main_box{
  166. overflow:hidden;
  167. }
  168. .ns_list_hot{
  169. display:none;
  170. }
  171. .ns_list_main{
  172. margin-bottom:.1rem;
  173. overflow:hidden;
  174. }
  175. .ns_list_tit{
  176. overflow:hidden;
  177. height:.3rem;
  178. margin:0.15rem .15rem 0;
  179. }
  180. .ns_list_tit a{
  181. float:right;
  182. overflow:hidden;
  183. text-indent: -9999px;
  184. width:.3rem;
  185. height:.3rem;
  186. }
  187. .ns_list_tit .ns_icon_refresh,
  188. .ns_list_tit .ns_list_hot_but {
  189. background: url(../../img/frontend/icon/icon-refresh.png) center right no-repeat;
  190. background-size:.2rem .2rem;
  191. }
  192. .ns_list_tit .ns_icon_del {
  193. background: url(../../img/frontend/icon/icon-del.png) center right no-repeat;
  194. background-size:.2rem .2rem;
  195. }
  196. .ns_list_tit h2{
  197. float:left;
  198. height:.3rem;
  199. font-size:.18rem;
  200. color:#513D3D;
  201. font-weight:500;
  202. line-height:.3rem;
  203. }
  204. /* .ns_list_box ul{
  205. overflow:hidden;
  206. padding:.04rem 0 .14rem .07rem;
  207. }
  208. .ns_list_box li{
  209. float:left;
  210. padding:0 .12rem;
  211. margin:.03rem .07rem .02rem .08rem;
  212. height:.36rem;
  213. background-color:#fff;
  214. font-size:.13rem;
  215. color:#513D3D;
  216. line-height:.36rem;
  217. } */
  218. .ns_list_box ul,
  219. .ns_list_hot ul{
  220. padding:0 0.08rem;
  221. }
  222. .ns_list_box li,
  223. .ns_list_hot li{
  224. display:inline-block;
  225. margin: .15rem 0 .0rem;
  226. padding: 0 .06rem;
  227. height: .36rem;
  228. box-sizing: border-box;
  229. }
  230. .ns_list_recommend .i_images_text_ul {padding: 0 0rem;}
  231. .ns_list_recommend li{ height:auto;}
  232. .ns_list_box li span,
  233. .ns_list_hot ul li a{
  234. display: block;
  235. overflow: hidden;
  236. padding: 0 .15rem;
  237. height: .36rem;
  238. background-color:#FFF7F7;
  239. font-size:.13rem;
  240. color:#513D3D;
  241. word-break: break-all;
  242. word-wrap: break-word;
  243. white-space: normal;
  244. line-height:.36rem;
  245. border-radius:.15rem;
  246. }
  247. .ns_list_ul_border{
  248. height:.1rem;
  249. background-color:#f2f4f8;
  250. }
  251. .new_search_tips_list{
  252. position:fixed;
  253. left:0;
  254. right:0;
  255. top:.52rem;
  256. bottom:0;
  257. z-index:10;
  258. display:none;
  259. background-color:#fff;
  260. padding:0 0.15rem 0.15rem;
  261. box-sizing:border-box;
  262. }
  263. .new_search_tips_list_ul{
  264. overflow:hidden;
  265. }
  266. .new_search_tips_list_ul li{
  267. margin-bottom:0.1rem;
  268. height:0.3rem;
  269. font-size:0.14rem;
  270. color:#6a7a8a;
  271. line-height:0.3rem;
  272. }
  273. .new_search_tips_list_ul span{
  274. font-size:0.14rem;
  275. color:#FFB473;
  276. line-height:0.3rem;
  277. }
  278. .new_search_tips_body,
  279. .nst_list_ul,
  280. .nst_list_ul li,
  281. .nst_list_ul li a{
  282. display:block;
  283. overflow:hidden;
  284. }
  285. .new_search_tips_body{
  286. display:none;
  287. }
  288. .nst_list_ul{
  289. padding-left:.15rem;
  290. padding-right:.15rem;
  291. }
  292. /*
  293. .nst_list_ul li a{
  294. position:relative;
  295. left:0;
  296. top:0;
  297. padding:0rem 0;
  298. height:1.2rem;
  299. border-bottom:1px solid #efefef;
  300. } */
  301. .s_img{
  302. overflow:hidden;
  303. position:absolute;
  304. left:0;
  305. top:.15rem;
  306. z-index:2;
  307. height:1.2rem;
  308. width:.9rem;
  309. }
  310. .s_img img{
  311. display:block;
  312. width:100%;
  313. height:100%;
  314. }
  315. .s_info{
  316. position:relative;
  317. left:0;
  318. top:0;
  319. z-index:1;
  320. margin:0 0 0 1rem;
  321. height:1.2rem;
  322. }
  323. .s_info h3{
  324. overflow:hidden;
  325. height:.26rem;
  326. font-size:.16rem;
  327. color:#333;
  328. line-height:.26rem;
  329. }
  330. .s_info span{
  331. color:#27c1a0;
  332. }
  333. .s_info strong{
  334. overflow:hidden;
  335. height:.22rem;
  336. font-size:.14rem;
  337. color:#a0a6a9;
  338. line-height:.22rem;
  339. }
  340. .s_info p{
  341. overflow:hidden;
  342. position:absolute;
  343. left:0;
  344. right:0;
  345. bottom:0;
  346. max-height:.6rem;
  347. font-size:.14rem;
  348. color:#a0a6a9;
  349. line-height:.2rem;
  350. }
  351. .ns_list_main_search_loading{
  352. display:none;
  353. margin-bottom:0.14rem;
  354. overflow:hidden;
  355. padding:.3rem 0;
  356. border-bottom:0px solid #efefef;
  357. }
  358. .ns_list_main_search_loading_img,
  359. .ns_list_main_search_loading_null{
  360. display:none;
  361. overflow:hidden;
  362. }
  363. .ns_list_main_search_loading img{
  364. margin:0 auto;
  365. display:block;
  366. }
  367. .ns_list_main_search_loading_img img{
  368. width:1.9rem;
  369. }
  370. .ns_list_main_search_loading_null img{
  371. margin-bottom:.18rem;
  372. width:1.7rem;
  373. }
  374. .ns_list_main_search_loading_null strong{
  375. height:.3rem;
  376. font-size:.18rem;
  377. color:#3a4a5a;
  378. text-align:center;
  379. line-height:.3rem
  380. }
  381. .ns_list_main_search_loading_null p{
  382. font-size:.15rem;
  383. color:#513D3D;
  384. text-align:center;
  385. line-height:.26rem;
  386. }
  387. .col_pink {color:#FFB473;}
  388. /*
  389. .nst_list_loading{
  390. display:none;
  391. padding-bottom:.15rem;
  392. width:100%;
  393. height:.2rem;
  394. font-size:.14rem;
  395. text-align:center;
  396. line-height:.2rem;
  397. color:#FFB473;
  398. } */
  399. /****版权****/
  400. .content_box {
  401. padding:0 .1rem;
  402. }
  403. .cipyright_mod .txt {
  404. padding-bottom:.1rem;
  405. }
  406. .cipyright_mod .txt a{
  407. color:#a0a6a9;
  408. }
  409. .cipyright_mod .txt p {
  410. color:#a0a6a9;
  411. font-size:.12rem;
  412. line-height:.22rem;
  413. text-align:center;
  414. }
  415. /*****页脚*****/
  416. .footer_box {
  417. overflow:hidden;
  418. padding:.15rem .05rem .3rem .15rem;
  419. background-color:#f8f8f8;
  420. }
  421. .footer_img_box {
  422. float:right;
  423. width:1rem;
  424. margin-right:.05rem;
  425. }
  426. .footer_img,
  427. .footer_img img {
  428. display:block;
  429. overflow:hidden;
  430. width:1rem;
  431. height:1rem;
  432. }
  433. .footer_img {
  434. margin:0 auto;
  435. }
  436. .footer_img_box h3 {
  437. font-size:.12rem;
  438. color:#666;
  439. text-align:center;
  440. line-height:.3rem;
  441. }
  442. .footer_txt {
  443. overflow:hidden;
  444. margin-right:1.1rem;
  445. }
  446. .footer_txt p {
  447. overflow:hidden;
  448. height:.22rem;
  449. font-size:0;
  450. color:#666;
  451. white-space:nowrap;
  452. line-height:.22rem;
  453. }
  454. .footer_txt p strong,
  455. .footer_txt p span {
  456. height:.22rem;
  457. display:inline-block;
  458. font-size:.12rem;
  459. color:#666;
  460. }
  461. .footer_txt p strong {
  462. width:.6rem;
  463. text-align:justify;
  464. text-justify:distribute-all-lines; /*ie6-8*/
  465. -moz-text-align-last:justify; /*ff*/
  466. -webkit-text-align-last:justify; /*chrome 20+*/
  467. text-align-last:justify; /* ie9*/
  468. }
  469. /** footer链接 */
  470. .footer_hijack {
  471. background:#f8f8f8;
  472. line-height:.22rem;
  473. padding-bottom:.1rem;
  474. }
  475. .footer_hijack p a {
  476. color:#4bf;
  477. font-size:.13rem;
  478. padding-left:.08rem;
  479. position:relative;
  480. }
  481. .footer_hijack p a::after{
  482. content:"";
  483. position:absolute;
  484. width:.03rem;
  485. height:.03rem;
  486. background:#4bf;
  487. left:0;
  488. top:50%;
  489. margin-top:-.02rem;
  490. }
  491. .conter_list_box {
  492. padding:0 .1rem;
  493. }
  494. /******吐丝******/
  495. .console_main{
  496. height:0;
  497. font-size:0;
  498. }
  499. .console_main i{
  500. position:fixed;
  501. left:0;
  502. top:0;
  503. right:0;
  504. bottom:0;
  505. z-index:4999;
  506. background-color:rgba(0,0,0,.3);
  507. }
  508. .console_box{
  509. position:fixed;
  510. left:0;
  511. bottom:50%;
  512. right:0;
  513. z-index:5000;
  514. margin-top:-.23rem;
  515. height:.46rem;
  516. font-size:0;
  517. text-align:center;
  518. }
  519. .console_box span{
  520. display:inline-block;
  521. *display:inline;
  522. *zoom:1;
  523. padding:0 .3rem;
  524. height:.46rem;
  525. background-color:rgba(0,0,0,0.9);
  526. -moz-border-radius:.06rem;
  527. -webkit-border-radius:.06rem;
  528. border-radius:.06rem;
  529. font-size:.14rem;
  530. color:#fff;
  531. text-align:center;
  532. line-height:.46rem;
  533. }