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