index.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. .group-con .header {
  2. width: 100%;
  3. height: 186rpx;
  4. background-color: #fff;
  5. border-top: 1rpx solid #f5f5f5;
  6. padding: 0 30rpx;
  7. box-sizing: border-box;
  8. position: relative;
  9. }
  10. .group-con .header .iconfont {
  11. font-size: 100rpx;
  12. position: absolute;
  13. color: #ccc;
  14. right: 33rpx;
  15. bottom: 20rpx;
  16. }
  17. .group-con .header .pictrue {
  18. width: 140rpx;
  19. height: 140rpx;
  20. }
  21. .group-con .header .pictrue image {
  22. width: 100%;
  23. height: 100%;
  24. border-radius: 6rpx;
  25. }
  26. .group-con .header .text {
  27. width: 525rpx;
  28. font-size: 30rpx;
  29. color: #222;
  30. }
  31. .group-con .header .text .money {
  32. font-size: 24rpx;
  33. font-weight: bold;
  34. margin-top: 19rpx;
  35. }
  36. .group-con .header .text .money .num {
  37. font-size: 32rpx;
  38. }
  39. .group-con .header .text .money .team {
  40. padding: 2rpx 10rpx;
  41. font-weight: normal;
  42. border-radius: 50rpx;
  43. box-sizing: border-box;
  44. font-size: 20rpx;
  45. vertical-align: 4rpx;
  46. margin-left: 15rpx;
  47. }
  48. .group-con .wrapper {
  49. background-color: #fff;
  50. margin-top: 20rpx;
  51. padding: 2rpx 0 35rpx 0;
  52. }
  53. .group-con .wrapper .title {
  54. margin-top: 30rpx;
  55. }
  56. .group-con .wrapper .title .line {
  57. width: 136rpx;
  58. height: 1rpx;
  59. background-color: #ddd;
  60. }
  61. .group-con .wrapper .title .name {
  62. margin: 0 45rpx;
  63. font-size: 28rpx;
  64. color: #282828;
  65. }
  66. .group-con .wrapper .title .name .time {
  67. margin: 0 14rpx;
  68. }
  69. .group-con .wrapper .title .name .time text {
  70. width: 42rpx;
  71. height: 42rpx;
  72. background-color: #ffcfcb;
  73. text-align: center;
  74. line-height: 42rpx;
  75. border-radius: 3rpx;
  76. display: block;
  77. font-size: 28rpx;
  78. font-weight: bold;
  79. }
  80. .group-con .wrapper .tips {
  81. font-size: 30rpx;
  82. font-weight: bold;
  83. text-align: center;
  84. margin-top: 30rpx;
  85. color: #999;
  86. }
  87. .group-con .wrapper .list {
  88. padding: 0 30rpx;
  89. margin-top: 45rpx;
  90. }
  91. .group-con .wrapper .list.result {
  92. max-height: 240rpx;
  93. overflow: hidden;
  94. }
  95. .group-con .wrapper .list.result.on {
  96. max-height: 2000rpx;
  97. }
  98. .group-con .wrapper .list .pictrue {
  99. width: 94rpx;
  100. height: 94rpx;
  101. margin: 0 0 29rpx 35rpx;
  102. }
  103. .group-con .wrapper .list .pictrue image {
  104. width: 100%;
  105. height: 100%;
  106. border-radius: 50%;
  107. border: 2rpx solid #e93323;
  108. }
  109. .group-con .wrapper .list .pictrue:nth-last-child(1) image {
  110. border: none;
  111. }
  112. .group-con .wrapper .lookAll {
  113. font-size: 24rpx;
  114. color: #282828;
  115. padding-top: 10rpx;
  116. }
  117. .group-con .wrapper .lookAll .iconfont {
  118. font-size: 25rpx;
  119. margin: 2rpx 0 0 10rpx;
  120. }
  121. .group-con .wrapper .teamBnt {
  122. font-size: 30rpx;
  123. width: 620rpx;
  124. height: 86rpx;
  125. border-radius: 50rpx;
  126. text-align: center;
  127. line-height: 86rpx;
  128. color: #fff;
  129. margin: 21rpx auto 0 auto;
  130. }
  131. .group-con .wrapper .cancel,
  132. .group-con .wrapper .lookOrder {
  133. text-align: center;
  134. font-size: 24rpx;
  135. color: #282828;
  136. padding-top: 30rpx;
  137. }
  138. .group-con .wrapper .cancel .iconfont {
  139. font-size: 35rpx;
  140. color: #2c2c2c;
  141. vertical-align: -4rpx;
  142. margin-right: 9rpx;
  143. }
  144. .group-con .wrapper .lookOrder .iconfont {
  145. font-size: 25rpx;
  146. color: #2c2c2c;
  147. margin-left: 10rpx;
  148. }
  149. .group-con .group-recommend {
  150. background-color: #fff;
  151. margin-top: 25rpx;
  152. }
  153. .group-con .group-recommend .title {
  154. padding-right: 30rpx;
  155. margin-left: 30rpx;
  156. height: 85rpx;
  157. border-bottom: 1rpx solid #eee;
  158. font-size: 28rpx;
  159. color: #282828;
  160. }
  161. .group-con .group-recommend .title .more {
  162. color: #808080;
  163. }
  164. .group-con .group-recommend .title .more .iconfont {
  165. margin-left: 13rpx;
  166. font-size: 28rpx;
  167. }
  168. .group-con .group-recommend .list {
  169. margin-top: 30rpx;
  170. }
  171. .group-con .group-recommend .list .item {
  172. width: 210rpx;
  173. margin: 0 0 25rpx 30rpx;
  174. }
  175. .group-con .group-recommend .list .item .pictrue {
  176. width: 100%;
  177. height: 210rpx;
  178. position: relative;
  179. }
  180. .group-con .group-recommend .list .item .pictrue image {
  181. width: 100%;
  182. height: 100%;
  183. border-radius: 10rpx;
  184. }
  185. .group-con .group-recommend .list .item .pictrue .team {
  186. position: absolute;
  187. top: 28rpx;
  188. left: -5rpx;
  189. min-width: 100rpx;
  190. height: 36rpx;
  191. line-height: 36rpx;
  192. text-align: center;
  193. background-image: linear-gradient(to right, #fb5445 0%, #e93323 100%);
  194. border-radius: 0 18rpx 18rpx 0;
  195. font-size: 20rpx;
  196. color: #fff;
  197. }
  198. .group-con .group-recommend .list .item .name {
  199. font-size: 28rpx;
  200. color: #333;
  201. margin-top: 18rpx;
  202. }
  203. .group-con .group-recommend .list .item .money {
  204. font-weight: bold;
  205. font-size: 26rpx;
  206. margin-top: 5rpx;
  207. }