group.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. ::-webkit-scrollbar {
  2. display: none;
  3. }
  4. .group {
  5. height: 100%;
  6. width: 100%;
  7. /*
  8. padding-bottom: 102rpx;
  9. box-sizing: border-box;
  10. */
  11. }
  12. scroll-view {
  13. height: 100%;
  14. }
  15. .group-container {
  16. width: 100%;
  17. box-sizing: border-box;
  18. padding: 0 18rpx;
  19. }
  20. .group-bars {
  21. display: flex;
  22. justify-content: space-between;
  23. width: 100%;
  24. height: 188rpx;
  25. background: #fff;
  26. margin-top: 20rpx;
  27. border-radius: 12rpx;
  28. padding: 14rpx 28rpx;
  29. box-sizing: border-box;
  30. }
  31. .group-head {
  32. display: flex;
  33. flex-direction: column;
  34. align-items: center;
  35. justify-content: center;
  36. }
  37. .group-head image {
  38. width: 96rpx;
  39. height: 96rpx;
  40. border-radius: 50%;
  41. }
  42. .group-head text {
  43. font-size: 32rpx;
  44. margin-top: 12rpx;
  45. }
  46. .group-jion {
  47. width: 460rpx;
  48. }
  49. .group-jion .top-title {
  50. display: flex;
  51. justify-content: space-between;
  52. font-size: 32rpx;
  53. }
  54. .group-jion .group-detail {
  55. display: flex;
  56. justify-content: space-between;
  57. width: 100%;
  58. height: 84rpx;
  59. border: 4rpx solid #FFACB6;
  60. border-radius: 12rpx;
  61. overflow: hidden;
  62. margin-top: 26rpx;
  63. }
  64. .group-jion .group-detail .number {
  65. display: flex;
  66. flex-direction: column;
  67. justify-content: center;
  68. margin-left: 34rpx;
  69. font-size: 28rpx;
  70. color: #4A4A4A;
  71. }
  72. .group-jion .group-detail .jion-btn {
  73. display: flex;
  74. align-items: center;
  75. justify-content: center;
  76. width: 36%;
  77. height: 100%;
  78. background: #FF3E55;
  79. color: #fff;
  80. font-size: 36rpx;
  81. line-height: 100%;
  82. }
  83. .change {
  84. width: 146rpx;
  85. height: 48rpx;
  86. background: #5BB7FD;
  87. border-radius: 48rpx;
  88. margin: 20rpx auto;
  89. text-align: center;
  90. line-height: 48rpx;
  91. color: #fff;
  92. font-size: 28rpx;
  93. }
  94. .whole-group {
  95. width: 100%;
  96. min-height: 60%;
  97. background: #fff;
  98. }
  99. .whole-group {
  100. padding: 20rpx 18rpx;
  101. box-sizing: border-box;
  102. }
  103. .title {
  104. display: flex;
  105. align-items: center;
  106. justify-content: space-between;
  107. height: 70rpx;
  108. padding: 0 18rpx;
  109. position: relative;
  110. box-sizing: border-box;
  111. }
  112. .title .left {
  113. font-size: 32rpx;
  114. padding-left: 52rpx;
  115. }
  116. .quota {
  117. font-size: 28rpx;
  118. color: red;
  119. }
  120. .title .ren {
  121. width: 42rpx;
  122. height: 36rpx;
  123. position: absolute;
  124. left: 20rpx;
  125. }
  126. .title .right {
  127. font-size: 28rpx;
  128. }
  129. .group-box {
  130. display: flex;
  131. width: 105%;
  132. flex-wrap: wrap;
  133. flex-direction: row;
  134. /* justify-content: space-between; */
  135. }
  136. .group-item {
  137. position: relative;
  138. display: flex;
  139. margin-right:35rpx;
  140. flex-direction: column;
  141. }
  142. .group-item .item-img {
  143. width: 214rpx;
  144. height: 278rpx;
  145. }
  146. .group-item view:nth-child(2) {
  147. font-size: 32rpx;
  148. color: #E51C23;
  149. }
  150. .group-item view:nth-child(3) {
  151. font-size: 28rpx;
  152. color: #969595;
  153. margin-top: 18rpx;
  154. }
  155. .group-item text {
  156. margin-left: 10rpx;
  157. }
  158. .group-item #grade {
  159. margin-top: 20rpx;
  160. color: #000;
  161. text-align: center;
  162. font-size: 28rpx;
  163. }
  164. .Collage-bottom {
  165. display: flex;
  166. justify-content: space-around;
  167. align-items: center;
  168. height: 102rpx;
  169. position: relative;
  170. }
  171. .Collage-bottomx {
  172. height: 82rpx;
  173. }
  174. .Collage-bottom view image {
  175. width: 42rpx;
  176. height: 50rpx;
  177. vertical-align: middle;
  178. margin-right: 30rpx;
  179. }
  180. .Collage-bottom text {
  181. vertical-align: middle;
  182. }
  183. .Collage-bottom .bg {
  184. position: absolute;
  185. left: 50%;
  186. top: 15%;
  187. width: 4rpx;
  188. height: 70%;
  189. transform: translateX(-50%);
  190. }
  191. .group-popup {
  192. position: absolute;
  193. left: 0;
  194. top: 0;
  195. width: 100%;
  196. height: 100%;
  197. background: rgba(0, 0, 0, .5);
  198. z-index: 99;
  199. }
  200. .group-popup .group-content {
  201. position: absolute;
  202. left: 50%;
  203. top: 50%;
  204. transform: translate(-50%,-50%);
  205. width: 80%;
  206. background: #fff;
  207. border-radius: 20rpx;
  208. }
  209. .group-title {
  210. text-align: center;
  211. margin: 36rpx 0;
  212. }
  213. .group-list {
  214. display: flex;
  215. justify-content: space-between;
  216. flex-wrap: wrap;
  217. padding: 0 62rpx;
  218. }
  219. .group-list .group-item{
  220. position: relative;
  221. display: flex;
  222. margin-right:0;
  223. justify-content: space-between;
  224. /* flex-direction: column; */
  225. }
  226. .group-content-img {
  227. width: 214rpx;
  228. height: 290rpx;
  229. }
  230. .sure {
  231. position: relative;
  232. width: 392rpx;
  233. height: 80rpx;
  234. margin: 36rpx auto 26rpx auto;
  235. }
  236. .sure image {
  237. width: 100%;
  238. height: 100%;
  239. }
  240. .sure text {
  241. position: absolute;
  242. left: 164rpx;
  243. top: 18rpx;
  244. color: #fff;
  245. z-index: 2;
  246. }
  247. .select-img {
  248. position: absolute;
  249. left: 10rpx;
  250. top: 10rpx;
  251. width: 52rpx;
  252. height: 52rpx;
  253. }