classify.css 7.6 KB

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