index.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. /* index.wxss */
  2. page {
  3. background-color: #fff;
  4. position: absolute;
  5. top: 0;
  6. bottom: 0;
  7. left: 0;
  8. right:0;
  9. }
  10. /* .container{
  11. height: 100vh;
  12. overflow: hidden;
  13. } */
  14. .header_nav_wrap{
  15. width:100%;
  16. height:166rpx;
  17. color:#fff;
  18. background-color:#f4f4f4;
  19. overflow : auto ;
  20. }
  21. .header_nav{
  22. height: 166rpx;
  23. white-space: nowrap;
  24. /* display: flex; */
  25. }
  26. .header_nav_each{
  27. display: inline-block;
  28. width:33%;
  29. height:166rpx;
  30. margin-right:0.3%;
  31. }
  32. .header_nav_each image{
  33. width: 100%;
  34. height: 166rpx;
  35. }
  36. .each_content{
  37. background-color: #fff;
  38. margin: 4rpx 0 1px 0;
  39. position: relative;
  40. }
  41. .content_title{
  42. font-size: 34rpx;
  43. font-weight: bold;
  44. padding: 28rpx 0;
  45. color:#414547;
  46. }
  47. .content_img{
  48. display: block;
  49. width:100%;
  50. }
  51. .content_intro{
  52. font-size: 32rpx;
  53. color: #414547;
  54. padding:30rpx 0;
  55. }
  56. .content_icon{
  57. display: block;
  58. float: left;
  59. width: 24rpx;
  60. height: 24rpx;
  61. }
  62. .content_infor{
  63. position: absolute;
  64. right: 12rpx;
  65. bottom: 16rpx;
  66. text-align: right;
  67. padding-bottom: 30rpx;
  68. }
  69. .content_infor_cont{
  70. display: inline-block;
  71. }
  72. .content_infor text{
  73. display: block;
  74. float: left;
  75. font-size: 20rpx;
  76. line-height: 24rpx;
  77. color:#b4a078;
  78. padding:0 16rpx 0 9rpx;
  79. }
  80. .each_cont_wrap{
  81. width: 100%;
  82. height: 100%;
  83. position: absolute;
  84. top: 0;
  85. left: 0;
  86. background-color: rgba(0,0,0,0.66);
  87. }
  88. .each_cont{
  89. width: 100%;
  90. height: 100%;
  91. text-align: center;
  92. vertical-align: middle;
  93. }
  94. .each_cont:before {
  95. content:'';
  96. display:inline-block;
  97. height:100%;
  98. vertical-align:middle;
  99. }
  100. /* 分类名 */
  101. .content_kind_name{
  102. font-size: 20rpx;
  103. line-height: 1;
  104. color: #b4a078;
  105. border-left: 1px solid #b4a078;
  106. border-right: 1px solid #b4a078;
  107. padding: 0 10rpx;
  108. position: absolute;
  109. top: 35rpx;
  110. left: 31rpx;
  111. }
  112. .content_infor_wrap{
  113. display: inline-block;
  114. vertical-align: middle;
  115. }
  116. .content_title{
  117. font-size: 40rpx;
  118. color: #fff;
  119. padding-bottom: 14rpx;
  120. text-align: center;
  121. }
  122. .content_intro{
  123. display: inline;
  124. font-size: 16rpx;
  125. color: #fffefe;
  126. padding: 6rpx 28rpx;
  127. text-align: center;
  128. border: 1px solid #9e9a99;
  129. }
  130. /* 图片轮播 */
  131. .banner_wrap{
  132. /* height:350rpx; */
  133. overflow:hidden;
  134. /* margin-top:180rpx; */
  135. }
  136. .banner_wrap swiper{
  137. height:380rpx;
  138. }
  139. .banner navigator{
  140. display: block;
  141. }
  142. .banner navigator,.slide-image{
  143. width:100%;
  144. height:100%;
  145. text-align: center;
  146. margin: 0 auto;
  147. }
  148. .banner_space_small{
  149. height:24rpx;
  150. }
  151. .middle{
  152. width: 100%;
  153. height: 670rpx;
  154. position: relative;
  155. }
  156. .middle-down{
  157. width: 100%;
  158. height: 670rpx;
  159. position: relative;
  160. }
  161. .middle-bg{
  162. width: 100%;
  163. height: 670rpx;
  164. position: absolute;
  165. left: 0;
  166. right: 0;
  167. top: 0;
  168. bottom: 0;
  169. }
  170. .middle-phone{
  171. width: 514rpx;
  172. height: 646rpx;
  173. position: absolute;
  174. left: 50%;
  175. top: 0;
  176. z-index:10;
  177. }
  178. .swiper{
  179. /* position: absolute;
  180. width: 100%;
  181. left: 0;
  182. top: 14px;
  183. z-index: 11;
  184. height: 205px; */
  185. }
  186. .swiper-lb{
  187. height: 720rpx;
  188. width: 100%;
  189. /* background: #fff; */
  190. overflow: hidden;
  191. position: relative;
  192. }
  193. .swiper-ul{
  194. position: absolute;
  195. left:0;
  196. /* background: #ffe400; */
  197. padding-left: 71rpx;
  198. }
  199. .swiper-li{
  200. /* margin-left: 4%; */
  201. /* margin-right: 4%; */
  202. padding-bottom: 26rpx;
  203. float: left;
  204. box-sizing: border-box;
  205. /* display: flex;
  206. justify-content: center;
  207. align-items: center; */
  208. position: relative;
  209. }
  210. .swiper-image{
  211. display: block;
  212. position: relative;
  213. z-index: 2;
  214. }
  215. .img_left_bg{
  216. display: block;
  217. width:34rpx;
  218. position: absolute;
  219. top: 0;
  220. left: -5rpx;
  221. z-index: 1;
  222. }
  223. .img_bg{
  224. display: block;
  225. position: absolute;
  226. bottom: 0;
  227. left: 0;
  228. z-index: 1;
  229. height:26rpx;
  230. }
  231. .swiper-image1{
  232. width: 100%;
  233. height: 100%;
  234. }
  235. /* 经典 - logo */
  236. .img_logo{
  237. display: block;
  238. width: 102rpx;
  239. height: 102rpx;
  240. position: absolute;
  241. top: -142rpx;
  242. left: 50%;
  243. margin: 0 0 0 -51rpx;
  244. }
  245. /* footer title */
  246. .img_title_wrap{
  247. display: block;
  248. position: relative;
  249. margin: 0 auto;
  250. }
  251. .img_title_line{
  252. width: 100%;
  253. border-top: 1px solid #aaa;
  254. }
  255. .img_title_cont{
  256. width: 180rpx;
  257. height: 48rpx;
  258. font-size: 24rpx;
  259. line-height: 48rpx;
  260. color: #838383;
  261. text-align: center;
  262. background-color: #fff;
  263. position: absolute;
  264. top: 50%;
  265. left: 50%;
  266. margin: -24rpx 0 0 -90rpx;
  267. }