index.scss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. .outer{
  2. position: relative;
  3. .leadBg{
  4. position: absolute;
  5. width: 100vw;
  6. height: 100vh;
  7. left: 0;
  8. top: 0;
  9. z-index: 9999;
  10. background: rgba(0, 0, 0, .69);
  11. // padding-left: 38rpx;
  12. // padding-right: 38rpx;
  13. display: flex;
  14. justify-content: center;
  15. .leadBox1{
  16. // margin-bottom: 138rpx;
  17. width: 646rpx;
  18. height: 842rpx;
  19. // background-image: url(@/static/index_lead1.png);
  20. background-size: cover;
  21. margin-top: 280rpx;
  22. position: relative;
  23. .nextBtn{
  24. width: 350rpx;
  25. height: 140rpx;
  26. // background: red;
  27. position: absolute;
  28. right: 0;
  29. bottom: 0rpx;
  30. }
  31. }
  32. .leadBox2{
  33. width: 634rpx;
  34. // width: 100%;
  35. height: 1226rpx;
  36. // background-image: url(@/static/index_lead2.png);
  37. background-size: cover;
  38. // margin-top: 400rpx;
  39. // position: relative;
  40. margin-left: -60rpx;
  41. position: absolute;
  42. bottom: 0;
  43. .nextBtn{
  44. width: 350rpx;
  45. height: 140rpx;
  46. // background: green;
  47. position: absolute;
  48. right: 0;
  49. bottom:330rpx;
  50. }
  51. }
  52. }
  53. }
  54. .subsection {
  55. margin: 0rpx 25rpx 0;
  56. position: fixed;
  57. width: 93.8%;
  58. top: 30rpx;
  59. // top: 30rpx;
  60. z-index: 9999;
  61. }
  62. /* 瀑布流*/
  63. .product__item {
  64. background-color: #FFFFFF;
  65. overflow: hidden;
  66. margin: 0 10rpx;
  67. margin-bottom: 20rpx;
  68. position: relative;
  69. // box-shadow: 0rpx 0rpx 30rpx 0rpx rgba(0, 0, 0, 0.07);
  70. .item {
  71. /* 图片 start */
  72. &__image {
  73. width: 100%;
  74. height: auto;
  75. background-color: #FFFFFF;
  76. border: 1rpx solid #F8F7F8;
  77. // border-radius: 20rpx;
  78. overflow: hidden;
  79. }
  80. &__btn{
  81. padding: 8px 12px;
  82. position: absolute;
  83. bottom: 16px;
  84. right: 10px;
  85. color: white;
  86. background-color: rgba(0, 0, 0, .5);
  87. border-radius: 20px;
  88. }
  89. /* 图片 end */
  90. /* 内容 start */
  91. &__data {
  92. padding: 14rpx 0rpx;
  93. }
  94. /* 标题 start */
  95. &__title-container {
  96. text-align: justify;
  97. line-height: 38rpx;
  98. vertical-align: middle;
  99. }
  100. &__store-type {
  101. height: 28rpx;
  102. font-size: 20rpx;
  103. position: relative;
  104. display: inline-flex;
  105. align-items: center;
  106. justify-content: center;
  107. padding: 4rpx;
  108. border-radius: 6rpx;
  109. white-space: nowrap;
  110. text-align: center;
  111. top: -2rpx;
  112. margin-right: 6rpx;
  113. }
  114. &__title {
  115. font-size: 30rpx;
  116. }
  117. /* 标题 end */
  118. /* 标签 start */
  119. &__tags-container {
  120. display: flex;
  121. flex-direction: row;
  122. flex-wrap: nowrap;
  123. align-items: center;
  124. justify-content: flex-start;
  125. }
  126. &__tag {
  127. margin: 10rpx;
  128. color: #7C8191;
  129. background-color: #F3F2F7;
  130. padding: 4rpx 14rpx 6rpx;
  131. border-radius: 10rpx;
  132. font-size: 20rpx;
  133. &:first-child {
  134. margin-left: 0rpx !important;
  135. }
  136. }
  137. /* 标签 end */
  138. /* 内容 end */
  139. }
  140. }
  141. .suspension {
  142. background: linear-gradient(to right, #549DFF,#207CF7,);
  143. color: #fff;
  144. position: fixed;
  145. left: 50%;;
  146. bottom: 180rpx;
  147. width: 648rpx;
  148. height: 96rpx;
  149. border-radius: 48rpx 12rpx 48rpx 12rpx;
  150. transform: translateX(-50%);
  151. box-shadow: 0 3px 14px -2px rgba(4, 89, 202,.6);
  152. }
  153. .wike_ad {
  154. margin: 0 6px 11px;
  155. }
  156. .db {
  157. height: 83px;
  158. }