groupDetail.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. page {
  2. padding-bottom: 170rpx;
  3. }
  4. .swiper {
  5. height: 750rpx;
  6. }
  7. .swiper swiper-item image{
  8. width: 100%;
  9. height: 100%;
  10. }
  11. /* 商品名称 */
  12. .title {
  13. width: 710rpx;
  14. height: 148rpx;
  15. background-color: #FFFFFF;
  16. margin-left: 20rpx;
  17. font-size: 36rpx;
  18. color: #333333;
  19. font-weight: 500;
  20. padding: 24rpx;
  21. box-sizing: border-box;
  22. border-radius: 24rpx;
  23. margin-top: 20rpx;
  24. }
  25. /* 店铺 */
  26. .store {
  27. width: 710rpx;
  28. height: 80rpx;
  29. background-color: #fff;
  30. border-radius: 24rpx;
  31. margin-left: 20rpx;
  32. margin-top: 20rpx;
  33. padding: 20rpx 24rpx;
  34. box-sizing: border-box;
  35. font-size: 28rpx;
  36. color: #333333;
  37. }
  38. .store text {
  39. font-size: 28rpx;
  40. color: #999999;
  41. margin-right: 10rpx;
  42. }
  43. /* 拼团列表 */
  44. .groupList {
  45. width: 710rpx;
  46. height: 320rpx;
  47. background-color: #fff;
  48. margin-left: 20rpx;
  49. margin-top: 20rpx;
  50. padding: 20rpx 24rpx;
  51. box-sizing: border-box;
  52. border-radius: 24rpx;
  53. }
  54. .groupList .group-title {
  55. display: flex;
  56. justify-content: space-between;
  57. margin-bottom: 20rpx;
  58. }
  59. .newGroup {
  60. color: #333333;
  61. font-size: 28rpx;
  62. font-weight: 600;
  63. }
  64. .Checkmore {
  65. font-size: 24rpx;
  66. color: #666666;
  67. }
  68. .groupList-item {
  69. display: flex;
  70. align-items: center;
  71. }
  72. .groupList-item .item-image image {
  73. width: 60rpx;
  74. height: 60rpx;
  75. border-radius: 50%;
  76. margin-right: 20rpx;
  77. }
  78. .groupList-item .item-content {
  79. flex: 1;
  80. color: #333333;
  81. font-size: 20rpx;
  82. }
  83. .groupList-item .item-content text {
  84. color: #FA7D22;
  85. font-size: 20rpx;
  86. }
  87. .groupList-item .item-goGroup {
  88. width: 92rpx;
  89. height: 40rpx;
  90. background-color: #FA7D22;
  91. font-size: 28rpx;
  92. border-radius: 8rpx;
  93. font-size: 20rpx;
  94. color: #fff;
  95. text-align: center;
  96. line-height: 40rpx;
  97. }
  98. /* 底部开团 */
  99. .bottom {
  100. display: flex;
  101. position: fixed;
  102. bottom: 0;
  103. height: 140rpx;
  104. /* align-items: center; */
  105. padding-top: 10rpx;
  106. box-sizing: border-box;
  107. width: 100%;
  108. background-color: #fff;
  109. }
  110. .bottom .oneselfBuy,
  111. .toGroupBuy {
  112. display: flex;
  113. flex-direction: column;
  114. justify-content: center;
  115. align-items: center;
  116. }
  117. .bottom .oneselfBuy {
  118. width: 334rpx;
  119. height: 84rpx;
  120. background-color: #FF9F58;
  121. border-radius: 42px 0px 0px 42px;
  122. margin-left: 40rpx;
  123. }
  124. .bottom .toGroupBuy {
  125. height: 84rpx;
  126. width: 334rpx;
  127. background-color: #FA7D22;
  128. border-radius: 0px 42px 42px 0px;
  129. }
  130. .bottom-price {
  131. color: #fff;
  132. font-size: 32rpx;
  133. }
  134. .bottom-type {
  135. color: #fff;
  136. font-size: 28rpx;
  137. }
  138. /* 参与拼团 */
  139. .bottom .isShare{
  140. width: 670rpx;
  141. height: 84rpx;
  142. background-color: #FA7D22;
  143. color: #fff;
  144. text-align: center;
  145. font-size: 32rpx;
  146. line-height: 84rpx;
  147. border-radius: 42rpx;
  148. margin-left: 40rpx;
  149. }
  150. /* 拼团中列表查看更多弹出框 */
  151. .groupPop-radius .wux-popup__content{
  152. border-radius: 40rpx
  153. }
  154. .groupPop{
  155. height: 600rpx;
  156. width: 100%;
  157. position: relative;
  158. overflow-y: auto;
  159. padding-bottom: 80rpx;
  160. box-sizing: border-box;
  161. }
  162. .groupPop .tip{
  163. font-size: 24rpx;
  164. }
  165. .groupPop-title{
  166. width: 300rpx;
  167. text-align: center;
  168. color: #333;
  169. font-size: 32rpx;
  170. margin: 0 auto;
  171. font-weight: 600;
  172. margin-bottom: 20rpx;
  173. }
  174. .closeImage{
  175. height: 100rpx;
  176. width: 70rpx;
  177. position: fixed;
  178. bottom: 0;
  179. left: 50%;
  180. transform: translate(-50%);
  181. background-color: #fff;
  182. width: 100%;
  183. display: flex;
  184. justify-content: center;
  185. align-items: center;
  186. border-radius: 8rpx;
  187. }
  188. .closeImage image{
  189. height: 80rpx;
  190. width: 80rpx;
  191. }