index.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. .index {
  2. color: #131D34;
  3. padding-bottom: 200rpx;
  4. background: linear-gradient(180deg,rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%);
  5. }
  6. .search-w {
  7. margin: 0 auto;
  8. padding: 0 46rpx;
  9. margin-top: 20rpx;
  10. margin-bottom: 34rpx;
  11. }
  12. .content {
  13. padding: 0 46rpx;
  14. }
  15. .advertise image {
  16. width: 100%;
  17. height: 312rpx;
  18. background-size: cover;
  19. background-position: center center;
  20. /* background-image: url(../../image/4Dage/index/b-banner.png); */
  21. }
  22. .banner {
  23. position: relative;
  24. margin-bottom: 32rpx;
  25. }
  26. .banner swiper {
  27. height: 254rpx;
  28. }
  29. .banner-diots {
  30. position: absolute;
  31. bottom: 10rpx;
  32. left: 50%;
  33. transform: translateX(-50%);
  34. display: flex;
  35. justify-content: center;
  36. align-items: flex-end;
  37. }
  38. .banner-diot-item {
  39. width: 8rpx;
  40. height: 8rpx;
  41. background: #fff;
  42. border-radius: 4rpx;
  43. margin-right: 8rpx;
  44. }
  45. .banner-diot-item.is-active {
  46. background: #17D2D2;
  47. height: 18rpx;
  48. }
  49. .banner image {
  50. width: 100%;
  51. height: 254rpx;
  52. }
  53. .tab-w {
  54. display: flex;
  55. height: 202rpx;
  56. align-items: center;
  57. }
  58. .tab {
  59. text-align: center;
  60. flex: 1;
  61. font-size: 26rpx;
  62. }
  63. .tab image {
  64. width: 80rpx;
  65. height: 80rpx;
  66. margin-bottom: 10rpx;
  67. }
  68. .category-header {
  69. margin-bottom: 26rpx;
  70. }
  71. .category-title {
  72. font-size: 30rpx;
  73. font-weight: bold;
  74. }
  75. .category-list {
  76. display: flex;
  77. flex-wrap: wrap;
  78. }
  79. .category-item {
  80. width: 318rpx;
  81. overflow: hidden;
  82. text-align: left;
  83. margin-bottom: 32rpx;
  84. }
  85. .category-item:nth-child(odd) {
  86. margin-right: 22rpx;
  87. }
  88. .category-item image {
  89. width: 100%;
  90. height: 238rpx;
  91. margin-bottom: 14rpx;
  92. }
  93. .goods-name {
  94. font-weight: bold;
  95. font-size: 30rpx;
  96. }
  97. .desc {
  98. margin-top: 8rpx;
  99. font-size: 22rpx;
  100. color: #909090;
  101. }
  102. .desc:last-child {
  103. margin-top: 0;
  104. }
  105. .enterprise-w {
  106. /* margin-top: 52rpx; */
  107. background: #fff;
  108. /* height: 978rpx; */
  109. width: 100%;
  110. }
  111. .enterprise-header {
  112. padding: 36rpx 42rpx 22rpx 30rpx;
  113. }
  114. .enterprise-list {
  115. display: flex;
  116. flex-wrap: wrap;
  117. padding: 0 15rpx;
  118. }
  119. .enterprise-item {
  120. display: flex;
  121. flex-direction: column;
  122. width: 33.3333%;
  123. border-bottom: 2rpx solid #F7F7F7;
  124. height: 170rpx;
  125. font-size: 16rpx;
  126. align-items: center;
  127. justify-content: center;
  128. }
  129. .enterprise-name {
  130. text-align: center;
  131. }
  132. .enterprise-item:nth-child(3n-2) {
  133. border-right: 2rpx solid #F7F7F7;
  134. }
  135. .enterprise-item:nth-child(3n-1) {
  136. border-right: 2rpx solid #F7F7F7;
  137. }
  138. .enterprise-logo {
  139. width: 100%;
  140. height: 108rpx;
  141. text-align: center;
  142. position: relative;
  143. }
  144. .enterprise-logo image {
  145. position: absolute;
  146. top: 50%;
  147. left: 50%;
  148. transform: translate(-50%, -50%);
  149. width: 2rpx;
  150. height: 2rpx;
  151. visibility: hidden;
  152. }
  153. .enterprise-name {
  154. padding: 0 30rpx;
  155. text-align: center;
  156. }
  157. page,.container{
  158. /* background: #231815; */
  159. }
  160. .title {
  161. color: #131D34;
  162. font-size: 34rpx;
  163. margin-bottom: 26rpx;
  164. font-weight: bold;
  165. line-height: 44rpx;
  166. display: flex;
  167. justify-content: space-between;
  168. }
  169. .title .more {
  170. }
  171. .c-body{
  172. width: 100%;
  173. background: #231815;
  174. z-index: 11;
  175. position: relative;
  176. }
  177. .body{
  178. width: 100%;
  179. font-size: 0;
  180. padding-bottom: 150rpx;
  181. padding: 24rpx 46rpx 204rpx;
  182. }
  183. .body::-webkit-scrollbar {display:none}
  184. .body .ul {
  185. position: relative;
  186. width: 100%;
  187. font-size: 0;
  188. z-index: 1;
  189. margin: 0 auto;
  190. }
  191. .body .li {
  192. position: relative;
  193. width: 100%;
  194. overflow: hidden;
  195. margin: 0 auto 20rpx;
  196. }
  197. .body .li image{
  198. width: 100%;
  199. height: 332rpx;
  200. }
  201. .body .li .b-title{
  202. background: rgba(0,0,0,0.3);
  203. position: absolute;
  204. left: 0%;
  205. bottom: 0;
  206. padding-left: 24rpx;
  207. font-size: 26rpx;
  208. width: 100%;
  209. height: 56rpx;
  210. color: #fff;
  211. line-height: 56rpx;
  212. }
  213. .body .li .b-title text{
  214. color: #fff;
  215. }