index.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. @charset "utf-8";
  2. /* CSS Document */
  3. .body_sytle{
  4. background-color: #f2f4f8;
  5. }
  6. .i_slide_box{
  7. position: relative;
  8. left: 0;
  9. top: 0;
  10. overflow: hidden;
  11. height: 1.36rem;
  12. }
  13. .i_slide_box img{
  14. display: block;
  15. height: 1.36rem;
  16. }
  17. .i_slide_box a{
  18. overflow: hidden;
  19. display: block;
  20. width: 100%;
  21. height: 1.36rem;
  22. }
  23. .i_slide_main{
  24. position: absolute;
  25. left: 0;
  26. top: 0;
  27. height: 1.36rem;
  28. width: 1000%;
  29. }
  30. .i_slide_ul{
  31. overflow: hidden;
  32. height: 1.36rem;
  33. }
  34. .i_slide_ul li{
  35. float: left;
  36. width: 10%;
  37. height: 1.36rem;
  38. }
  39. .i_slide_ul a{
  40. display: block;
  41. width: 100%;
  42. height: 1.36rem;
  43. }
  44. .i_slide_but_box{
  45. position: absolute;
  46. right: .1rem;
  47. bottom: .08rem;
  48. left: .1rem;
  49. z-index: 10;
  50. height: .08rem;
  51. text-align: right;
  52. font-size: 0;
  53. white-space: nowrap;
  54. }
  55. .i_slide_but_box span{
  56. margin: 0 .04rem;
  57. display: inline-block;
  58. height: .08rem;
  59. width: .08rem;
  60. background-color: #fff;
  61. border-radius: .08rem;
  62. }
  63. .i_slide_but_box .hover{
  64. background-color: #609ffc;
  65. }
  66. .i_search_box{
  67. padding: .08rem .15rem .1rem .15rem;
  68. }
  69. .i_search_box a{
  70. overflow: hidden;
  71. display: block;
  72. padding: 0 0 0 .44rem;
  73. height: .36rem;
  74. background:#fff url(/assets/img/frontend/icon/icon_3.png) no-repeat .14rem center;
  75. background-size: .2rem auto;
  76. font-size: .13rem;
  77. color: #aeb4ca;
  78. line-height: 2.7;
  79. box-sizing: border-box;
  80. border-radius: .36rem;
  81. border: 1px solid #cdd1e0;
  82. }
  83. .i_topic_nav_box{
  84. overflow: hidden;
  85. margin-bottom: .05rem;
  86. padding: .15rem .1rem 0;
  87. height: .94rem;
  88. background-color: #fff;
  89. box-sizing: border-box;
  90. }
  91. .i_topic_nav_li{
  92. float: left;
  93. width: 20%;
  94. box-sizing: border-box;
  95. }
  96. .i_topic_nav_li a{
  97. display: block;
  98. margin: 0 auto;
  99. width: .5rem;
  100. }
  101. .i_topic_nav_li_img{
  102. overflow: hidden;
  103. margin: 0 auto .06rem;
  104. width: .44rem;
  105. height: .44rem;
  106. }
  107. .i_topic_nav_li_img img{
  108. height: 100%;
  109. }
  110. .i_topic_nav_li strong{
  111. display: block;
  112. height: .16rem;
  113. font-size: .12rem;
  114. color: #5d6995;
  115. text-align: center;
  116. line-height: .16rem
  117. }
  118. .swiper-container {
  119. width: 100%;
  120. height: 100%;
  121. }
  122. .swiper-slide {
  123. text-align: center;
  124. font-size: 18px;
  125. background: #fff;
  126. /* Center slide text vertically */
  127. display: -webkit-box;
  128. display: -ms-flexbox;
  129. display: -webkit-flex;
  130. display: flex;
  131. -webkit-box-pack: center;
  132. -ms-flex-pack: center;
  133. -webkit-justify-content: center;
  134. justify-content: center;
  135. -webkit-box-align: center;
  136. -ms-flex-align: center;
  137. -webkit-align-items: center;
  138. align-items: center;
  139. }
  140. .swiper-pagination{
  141. padding: 0 20px;
  142. text-align: right;
  143. box-sizing: border-box;
  144. }
  145. .swiper-pagination-bullet{
  146. opacity: 1;
  147. background: #fff;
  148. }
  149. .swiper-pagination-bullet-active {
  150. background: #80A5D4;
  151. }
  152. .body_sytle_girl .swiper-pagination-bullet-active {
  153. background: #f56451;
  154. }
  155. .i_recent_box{
  156. position: relative;
  157. left: 0;
  158. top: 0;
  159. overflow: hidden;
  160. margin: .05rem 0;
  161. padding: 0 .15rem;
  162. height: .44rem;
  163. background-color: #fff;
  164. }
  165. .i_r_l{
  166. overflow: hidden;
  167. position: absolute;
  168. left: .15rem;
  169. top: 0;
  170. height: .44rem;
  171. width: .7rem;
  172. font-size: .13rem;
  173. color: #2b2b2a;
  174. line-height: .44rem;
  175. }
  176. .i_r_r{
  177. overflow: hidden;
  178. display: block;
  179. padding-right: .16rem;
  180. margin-left: .7rem;
  181. height: .44rem;
  182. background: url(../../img/frontend/icon/icon_35.png) no-repeat right center;
  183. background-size: auto .13rem;
  184. font-size: .13rem;
  185. color: #2b2b2a;
  186. line-height: .44rem;
  187. }