joinGroup.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. page{
  2. padding-bottom: 60rpx;
  3. }
  4. /* 拼团顶部图片 */
  5. .top{
  6. position: relative;
  7. }
  8. .top image{
  9. width: 750rpx;
  10. height: 400rpx;
  11. }
  12. /* 活动说明 */
  13. .activeExplain{
  14. position: absolute;
  15. top: 14rpx;
  16. right: 0;
  17. padding: 2rpx 22rpx;
  18. width: 140rpx;
  19. height: 40rpx;
  20. border-radius: 200rpx 0 0 200rpx;
  21. color: #fff;
  22. font-size: 24rpx;
  23. text-align: center;
  24. box-sizing: border-box;
  25. background-color: rgba(0, 0, 0, 0.3);
  26. line-height: 40rpx;
  27. text-align: center;
  28. }
  29. /* 拼团记录 */
  30. .groupRecord {
  31. position: absolute;
  32. top: 66rpx;
  33. right: 0;
  34. padding: 2rpx 22rpx;
  35. width: 140rpx;
  36. height: 40rpx;
  37. border-radius: 200rpx 0 0 200rpx;
  38. color: #fff;
  39. font-size: 24rpx;
  40. text-align: center;
  41. box-sizing: border-box;
  42. background-color: rgba(0, 0, 0, 0.3);
  43. line-height: 40rpx;
  44. text-align: center;
  45. }
  46. /* 次卡拼团 商品拼团*/
  47. .title-name{
  48. display: flex;
  49. justify-content: center;
  50. align-items: center;
  51. }
  52. .title-name .line{
  53. width: 140rpx;
  54. height: 2rpx;
  55. background-color: #FA7D22;
  56. margin-top: 20rpx;
  57. }
  58. .cardGroupTitle,.goodsGroupTitle{
  59. height: 50rpx;
  60. font-size: 36rpx;
  61. color: #333;
  62. font-weight: 600;
  63. text-align: center;
  64. line-height: 50rpx;
  65. margin: 40rpx 20rpx 20rpx 20rpx;
  66. }
  67. .group-item{
  68. height: 240rpx;
  69. width: 690rpx;
  70. background-color: #fff;
  71. margin-left: 30rpx;
  72. display: flex;
  73. border-radius: 24rpx;
  74. margin-top: 20rpx;
  75. }
  76. .group-item-left image{
  77. width: 200rpx;
  78. height: 200rpx;
  79. margin-top: 20rpx;
  80. margin-left: 20rpx;
  81. margin-right: 44rpx;
  82. border-radius: 20rpx;
  83. }
  84. .group-item-right{
  85. flex: 1;
  86. padding: 40rpx 24rpx 40rpx 0;
  87. box-sizing: border-box;
  88. display: flex;
  89. flex-direction: column;
  90. justify-content: space-evenly;
  91. }
  92. .group-item-right .item-title{
  93. height: auto;
  94. font-size: 32rpx;
  95. color: #333;
  96. font-weight: 600;
  97. }
  98. .group-item-right .item-oldPrice{
  99. font-size: 28rpx;
  100. color: #999999;
  101. text-decoration: line-through
  102. }
  103. .right-bottom{
  104. display: flex;
  105. align-items: center;
  106. justify-content: space-between;
  107. }
  108. .group-item-right .item-price text{
  109. color: #FA4622;
  110. font-size: 24rpx;
  111. }
  112. .group-item-right .item-price .price__big {
  113. color: #FA4622;
  114. font-size: 40rpx;
  115. }
  116. .group-item-right .item-button{
  117. width: 140rpx;
  118. height: 48rpx;
  119. background-color: #FA7D22;
  120. color: #fff;
  121. border-radius: 28rpx;
  122. text-align: center;
  123. line-height:48rpx ;
  124. font-size: 28rpx;
  125. }