classify.css 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485
  1. @charset "utf-8";
  2. /* CSS Document */
  3. .c_list_box,
  4. .c_list_ul{
  5. display: block;
  6. overflow: hidden;
  7. background-color: #fff;
  8. }
  9. .c_list_tab_box{
  10. overflow: hidden;
  11. margin: .15rem auto 0;
  12. width: 2.28rem;
  13. height: .28rem;
  14. border: 1px solid #FFB473;
  15. border-radius: .28rem;
  16. box-sizing: border-box;
  17. }
  18. .c_list_tab_box a{
  19. overflow: hidden;
  20. float: left;
  21. height: 100%;
  22. width: 50%;
  23. font-size: .13rem;
  24. color: #FFB473;
  25. text-align: center;
  26. line-height: .27rem;
  27. }
  28. .c_list_tab_box .hover{
  29. background-color: #FFB473;
  30. color: #fff;
  31. }
  32. .c_list_ul{
  33. overflow: hidden;
  34. padding: .15rem .07rem .15rem .08rem;
  35. }
  36. .c_list_ul li{
  37. overflow: hidden;
  38. float: left;
  39. margin: .08rem 0 .07rem;
  40. padding: 0 .08rem 0 .07rem;
  41. width: 50%;
  42. height: .8rem;
  43. box-sizing: border-box;
  44. }
  45. .c_list_ul a{
  46. position: relative;
  47. left: 0;
  48. top: 0;
  49. padding: .06rem;
  50. display: block;
  51. overflow: hidden;
  52. height: .8rem;
  53. background: url(../../img/frontend/icon/category_list_icon.png) no-repeat 0 0;
  54. background-size: 100% 100%;
  55. border-radius: .06rem;
  56. box-sizing: border-box;
  57. }
  58. .c_list_ul span{
  59. display: block;
  60. overflow: hidden;
  61. margin-right: .56rem;
  62. height: .68rem;
  63. font-size: .15rem;
  64. color: #513D3D;
  65. text-align: center;
  66. line-height: .68rem;
  67. }
  68. /*分类*/
  69. .body_sytle{
  70. }
  71. .head_tit_box{
  72. position: relative;
  73. left: 0;
  74. top: 0;
  75. right: 0;
  76. z-index: 999;
  77. overflow: hidden;
  78. height: .44rem;
  79. background-color: #fff;
  80. }
  81. .head_return_page_but{
  82. position: absolute;
  83. left: 0.05rem;
  84. top: .07rem;
  85. height: .32rem;
  86. width: .32rem;
  87. background: url(../../img/frontend/icon/icon_13.png) no-repeat center center;
  88. background-size: .14rem auto;
  89. }
  90. .head_menu_but_box{
  91. position: absolute;
  92. right: .05rem;
  93. top: .07rem;
  94. height: .32rem;
  95. width: .32rem;
  96. }
  97. .head_menu_but_box a{
  98. display: block;
  99. height: .32rem;
  100. width: .32rem;
  101. }
  102. .head_menu_but{
  103. background: url(../../img/frontend/icon/icon_14.png) no-repeat center center;
  104. background-size: .14rem auto;
  105. }
  106. .head_menu_but_open{
  107. background-image: url(../../img/frontend/icon/icon_15.png);
  108. background-size: .14rem auto;
  109. }
  110. .head_tit_box h1{
  111. overflow: hidden;
  112. margin: 0 .5rem;
  113. height: .44rem;
  114. font-size: .15rem;
  115. color: #513D3D;
  116. text-align: center;
  117. line-height: .44rem;
  118. }
  119. .pop_up_menu_box{
  120. overflow: hidden;
  121. visibility: hidden;
  122. position: fixed;
  123. left: 0;
  124. right: 0;
  125. top: 0;
  126. bottom: 0;
  127. z-index: 1000;
  128. background-color: rgba(0,0,0,.6);
  129. }
  130. .pop_up_menu_show{
  131. visibility: visible;
  132. }
  133. .pop_up_menu_box i{
  134. display: block;
  135. height: 100%;
  136. width: 100%;
  137. }
  138. .pum_box{
  139. overflow: hidden;
  140. position: absolute;
  141. left: 0;
  142. top: 0;
  143. right: 0;
  144. z-index: 10;
  145. background-color: #fff;
  146. -webkit-transition: -webkit-transform .15s;
  147. transition: transform .15s;
  148. -webkit-transform: translateY(-100%);
  149. transform: translateY(-100%);
  150. }
  151. .pop_up_menu_show .pum_box{
  152. -webkit-transform: translateY(0);
  153. transform: translateY(0);
  154. }
  155. .pum_tit_box{
  156. overflow: hidden;
  157. height: .44rem;
  158. }
  159. .pum_tit_box a{
  160. float: right;
  161. height: .44rem;
  162. width: .44rem;
  163. background: url(../../img/frontend/icon/icon_15.png) no-repeat center center;
  164. background-size: .14rem auto;
  165. }
  166. .pum_nav_list,
  167. .pum_nav_list_ul,
  168. .pum_nav_list_ul li,
  169. .pum_nav_list_ul a{
  170. display: block;
  171. overflow: hidden;
  172. }
  173. .pum_nav_list_ul li{
  174. overflow: hidden;
  175. float: left;
  176. width: 33.33%;
  177. padding: .08rem .1rem;
  178. box-sizing: border-box;
  179. }
  180. .pum_icon{
  181. overflow: hidden;
  182. margin: 0 auto .08rem;
  183. width: .43rem;
  184. height: .43rem;
  185. }
  186. .pum_icon img{
  187. height: 100%;
  188. }
  189. .pum_nav_list_ul strong{
  190. overflow: hidden;
  191. display: block;
  192. height: .18rem;
  193. font-size: .12rem;
  194. color: #513D3D;
  195. text-align: center;
  196. line-height: .18rem;
  197. }
  198. .pum_but_box{
  199. overflow: hidden;
  200. padding: .2rem 0 .3rem;
  201. }
  202. .pum_but_box a{
  203. display: block;
  204. margin: 0 auto;
  205. width: 2.1rem;
  206. height: .36rem;
  207. background-color: #FFB473;
  208. font-size: .15rem;
  209. color: #fff;
  210. text-align: center;
  211. line-height: .36rem;
  212. border-radius: .36rem;
  213. }
  214. /*个人中心*/
  215. .u_head_box{
  216. overflow: hidden;
  217. margin: 0 auto;
  218. padding: .4rem 0 .33rem;
  219. background: #feedbe url(../../img/frontend/icon/line_icon1.jpg) no-repeat 0 bottom;
  220. background-size: 100% auto;
  221. }
  222. .u_head_img{
  223. overflow: hidden;
  224. margin: 0 auto .15rem;
  225. padding: .08rem;
  226. width: .93rem;
  227. height: .93rem;
  228. border-radius: .93rem;
  229. background-color: #fff;
  230. box-shadow:0 .04rem .06rem 0 rgba(0,0,0,0.1);
  231. box-sizing: border-box;
  232. }
  233. .u_head_img_vip{
  234. position: relative;
  235. left: 0;
  236. top: 0;
  237. z-index: 1;
  238. padding: 2px;
  239. margin: 2px auto 0.15rem;
  240. width: .74rem;
  241. height: .74rem;
  242. border-radius: .74rem;
  243. box-sizing: border-box;
  244. -moz-box-shadow:0 0 0 2px #ffd99e;
  245. -webkit-box-shadow:0 0 0 2px #ffd99e;
  246. box-shadow:0 0 0 2px #ffd99e;
  247. }
  248. .u_head_img_vip span{
  249. position: absolute;
  250. left: 50%;
  251. bottom: -.05rem;
  252. margin: 0 0 0 -.21rem;
  253. width: .43rem;
  254. height: .18rem;
  255. background: url(../../img/frontend/icon/user_vip_1.png) no-repeat center center/100% 100%;
  256. }
  257. .u_head_txt i{
  258. display: block;
  259. height: .2rem;
  260. font-size: .12rem;
  261. text-align: center;
  262. color: #dda52d;
  263. line-height: .2rem;
  264. }
  265. .u_head_img img,
  266. .u_head_img_vip img{
  267. height: 100%;
  268. width: .77rem;
  269. border-radius: .77rem;
  270. }
  271. .u_head_txt{
  272. overflow: hidden;
  273. text-align: center;
  274. }
  275. .u_head_txt strong{
  276. margin-bottom: .05rem;
  277. display: block;
  278. text-align: center;
  279. font-family:'PingFangSC-Light';
  280. font-weight: normal;
  281. font-size: .18rem;
  282. color: #3a4a5a;
  283. line-height: .26rem;
  284. }
  285. .u_head_txt em{
  286. overflow: hidden;
  287. display: block;
  288. font-size: .13rem;
  289. font-family:'PingFangSC-Light';
  290. font-weight: 300;
  291. color: #3a4a5a;
  292. line-height: .19rem;
  293. }
  294. .u_head_txt em span{
  295. display: inline;
  296. font-size: .13rem;
  297. font-family:'PingFangSC-Light';
  298. font-weight: 300;
  299. color: #3a4a5a;
  300. }
  301. .u_head_login_box{
  302. overflow: hidden;
  303. }
  304. .u_head_login_box a{
  305. overflow: hidden;
  306. display: block;
  307. margin: 0 auto .15rem;
  308. width: 2.1rem;
  309. height: .36rem;
  310. background-color: #27c1a0;
  311. font-size: .16rem;
  312. color: #fff;
  313. text-align: center;
  314. line-height: .36rem;
  315. border-radius: .36rem;
  316. }
  317. .u_list_box,
  318. .u_list_ul,
  319. .u_list_ul li,
  320. .u_list_ul a{
  321. display: block;
  322. overflow: hidden;
  323. }
  324. .u_list_box{
  325. background-color: #fff;
  326. }
  327. .u_list_ul li{
  328. position: relative;
  329. left: 0;
  330. top: 0;
  331. height: .64rem;
  332. }
  333. .u_list_ul li:last-child{
  334. border-bottom: 0;
  335. }
  336. .u_list_ul a{
  337. display: block;
  338. padding: 0 .1rem;
  339. height: .64rem;
  340. background: url(../../img/frontend/icon/icon_19.png) no-repeat 92% center;
  341. background-size: .2rem auto;
  342. }
  343. .u_list_li{
  344. height: .64rem;
  345. padding: 0 0 0 0;
  346. margin-right: .74rem;
  347. font-size: .15rem;
  348. color: #513D3D;
  349. display: flex;
  350. align-items: center;
  351. }
  352. .u_list_li p { transform: scale(0.5);transform-origin: left center;font-size:.3rem;white-space:nowrap;}
  353. .u_list_li .sp1 {margin-left:.05rem;font-size:.13rem;color:#9A9191;}
  354. .u_list_li p .sp1 {margin-left:.1rem;font-size:.26rem;color:#9A9191;}
  355. .u_list_li_icon_1{
  356. padding: 0 0 0 .46rem;
  357. background: url(../../img/frontend/icon/icon_20.png) no-repeat .1rem center;
  358. background-size: .22rem auto;
  359. }
  360. .u_list_li_icon_2{
  361. padding: 0 0 0 .46rem;
  362. background: url(../../img/frontend/icon/icon_21.png) no-repeat .1rem center;
  363. background-size: .22rem auto;
  364. }
  365. /* .u_list_li_icon_3{
  366. padding: 0 0 0 .46rem;
  367. background: url(../../img/frontend/icon/icon_22.png) no-repeat .1rem center;
  368. background-size: .22rem auto;
  369. } */
  370. .u_list_li_icon_4{
  371. padding: 0 0 0 .46rem;
  372. background: url(../../img/frontend/icon/icon_23.png) no-repeat .1rem center;
  373. background-size: .22rem auto;
  374. }
  375. .u_list_li_icon_5{
  376. padding: 0 0 0 .46rem;
  377. color:#FFB473;
  378. background: url(../../img/frontend/icon/icon_37.png) no-repeat .1rem center;
  379. background-size: .22rem auto;
  380. }
  381. .u_list_ul a strong{
  382. position: absolute;
  383. right: .2rem;
  384. top: .18rem;
  385. width: .77rem;
  386. height: .27rem;
  387. border:1px #FFB473 solid;
  388. background-color: #FFB473;
  389. border-radius: .27rem;
  390. font-size: .15rem;
  391. color: #fff;
  392. text-align: center;
  393. line-height: .27rem;
  394. }
  395. .u_list_ul a strong.st2 {
  396. background-color: #fff;
  397. color: #FFB473;
  398. border:1px #FFB473 solid;
  399. }
  400. .u_sign {
  401. position: absolute;
  402. top:1.14rem;
  403. right:.05rem;
  404. width:.495rem;
  405. height:.41rem;
  406. background:url(../../img/frontend/icon/icon-signin.png) no-repeat center;
  407. background-size:100%;
  408. text-indent: -9999px;
  409. }