groupDetail.wxss 3.3 KB

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