index.scss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. ::v-deep button::after{
  2. border: none!important;
  3. }
  4. .page{
  5. padding-bottom: 208rpx;
  6. }
  7. .topImg{
  8. width: 100%;
  9. height: 850rpx;
  10. border-radius: 0 0rpx 0 40rpx;
  11. margin-bottom: 56rpx;
  12. position: relative;
  13. .indicatorBox1{
  14. position: absolute;
  15. z-index: 3;
  16. display: flex;
  17. justify-content: center;
  18. align-items: center;
  19. margin-top: 32rpx;
  20. margin-bottom: 34rpx;
  21. left: 50%;
  22. bottom: 20rpx;
  23. .indicator1 {
  24. @include flex(row);
  25. justify-content: center;
  26. position: absolute;
  27. top: 10rpx;
  28. &__dot1 {
  29. width: 24rpx;
  30. height: 8rpx;
  31. border-radius: 4rpx;
  32. margin: 0 8rpx;
  33. transition: background-color 0.3s;
  34. background: #D4D4D4;
  35. // border-radius: 10rpx;
  36. &--active1 {
  37. background-color:#E77817;
  38. width: 60rpx;
  39. }
  40. }
  41. }
  42. .indicator-num1 {
  43. padding: 2px 0;
  44. background-color: blue;
  45. border-radius: 100px;
  46. width: 35px;
  47. @include flex;
  48. justify-content: center;
  49. &__text1 {
  50. color: red;
  51. font-size: 12px;
  52. }
  53. }
  54. }
  55. }
  56. .cen{
  57. position: relative;
  58. padding-left: 40rpx;
  59. font-size: 36rpx;
  60. font-family: PingFang-SC-Bold, PingFang-SC;
  61. font-weight: bold;
  62. color: #333333;
  63. padding-right: 34rpx;
  64. padding-bottom: 48rpx;
  65. .love{
  66. width: 128rpx;
  67. height: 128rpx;
  68. position: absolute;
  69. right:48rpx;
  70. top: -115rpx;
  71. }
  72. .water{
  73. width: 714rpx;
  74. height: 50rpx;
  75. position: absolute;
  76. top: -24rpx;
  77. left: 0;
  78. }
  79. .halfC{
  80. width: 52rpx;
  81. height: 56rpx;
  82. position: absolute;
  83. top: -18rpx;
  84. left:16rpx;
  85. }
  86. .txtBox{
  87. width: 100%;
  88. display: flex;
  89. justify-content: space-between;
  90. align-items: flex-end;
  91. .left{
  92. }
  93. .right{
  94. font-size: 24rpx;
  95. font-family: PingFang-SC-Medium, PingFang-SC;
  96. font-weight: 500;
  97. color: #666666;
  98. padding-right: 30rpx;
  99. }
  100. }
  101. }
  102. .parmasBox{
  103. border-top: 2rpx solid #EAEAEA;
  104. // border-bottom: 2rpx solid #EAEAEA;
  105. // margin-top: 48rpx;
  106. width: 100%;
  107. padding: 64rpx 0;
  108. .con{
  109. padding: 0 32rpx;
  110. background: #FFFFFF;
  111. margin-top: 0rpx;
  112. padding-bottom: 0rpx;
  113. .title{
  114. font-size: 32rpx;
  115. font-family: PingFang-SC-Bold, PingFang-SC;
  116. font-weight: bold;
  117. color: #333333;
  118. display: flex;
  119. justify-content: center;
  120. align-items: center;
  121. }
  122. .title1{
  123. font-size: 32rpx;
  124. font-family: PingFang-SC-Bold, PingFang-SC;
  125. font-weight: bold;
  126. color: #333333;
  127. display: flex;
  128. // justify-content: space-between;
  129. align-items: center;
  130. .txt{
  131. width: 90%;
  132. display: flex;
  133. justify-content: center;
  134. align-items: center;
  135. }
  136. .add{
  137. width: 22rpx;
  138. }
  139. }
  140. .des{
  141. margin-top: 64rpx;
  142. .title3{
  143. font-size: 30rpx;
  144. font-family: PingFang-SC-Medium, PingFang-SC;
  145. font-weight: 500;
  146. color: #333333;
  147. // margin-bottom: 24rpx;
  148. }
  149. .img{
  150. margin-top: 24rpx;
  151. width: 100%;
  152. height: 800rpx;
  153. }
  154. }
  155. .list{
  156. display: flex;
  157. flex-wrap: wrap;
  158. margin-top: 44rpx;
  159. .item{
  160. width: 32%;
  161. height: 64rpx;
  162. border-radius: 4rpx;
  163. font-size: 30rpx;
  164. font-family: PingFang-SC-Medium, PingFang-SC;
  165. font-weight: 500;
  166. color: #333333;
  167. display: flex;
  168. justify-content: center;
  169. align-items: center;
  170. margin-right: 10rpx;
  171. // margin-bottom: 20rpx;
  172. }
  173. .act{
  174. color: #FFFEFE;
  175. background: #333333;
  176. }
  177. .item:nth-of-type(3n){
  178. margin-right: 0;
  179. }
  180. }
  181. }
  182. }
  183. .bot{
  184. height: 160rpx;
  185. background: #FFFFFF;
  186. box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0,0,0,0.16);
  187. position: fixed;
  188. width: 100%;
  189. bottom: 0;
  190. display: flex;
  191. justify-content: space-between;
  192. align-items: center;
  193. padding: 0 40rpx;
  194. .left{
  195. display: flex;
  196. align-items: center;
  197. .price{
  198. font-size: 42rpx;
  199. font-family: DINAlternate-Bold, DINAlternate;
  200. font-weight: bold;
  201. color: #333333;
  202. }
  203. image{
  204. width: 23rpx;
  205. height: 12rpx;
  206. margin-left: 16rpx;
  207. }
  208. }
  209. .right{
  210. width: 282rpx;
  211. height: 96rpx;
  212. background: #333333;
  213. border-radius: 4rpx;
  214. border: 2rpx solid #333333;
  215. display: flex;
  216. justify-content: center;
  217. align-items: center;
  218. font-size: 32rpx;
  219. font-family: PingFang-SC-Medium, PingFang-SC;
  220. font-weight: 500;
  221. color: #FFFFFF;
  222. margin-right: 96rpx;
  223. }
  224. }