group.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  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. display: flex;
  128. /* flex-direction: row; */
  129. align-items: center;
  130. font-size: 28rpx;
  131. }
  132. .title .right image {
  133. width: 16rpx;
  134. height: 28rpx;
  135. margin-left:14rpx;
  136. }
  137. .group-box {
  138. display: flex;
  139. width: 105%;
  140. flex-wrap: wrap;
  141. flex-direction: row;
  142. /* justify-content: space-between; */
  143. }
  144. .group-item {
  145. position: relative;
  146. display: flex;
  147. margin-right: 35rpx;
  148. flex-direction: column;
  149. }
  150. .group-item .item-img {
  151. width: 214rpx;
  152. height: 278rpx;
  153. }
  154. .group-item view:nth-child(2) {
  155. font-size: 32rpx;
  156. color: #E51C23;
  157. }
  158. .group-item view:nth-child(3) {
  159. font-size: 28rpx;
  160. color: #969595;
  161. margin-top: 18rpx;
  162. }
  163. .group-item text {
  164. margin-left: 10rpx;
  165. }
  166. .group-item #grade {
  167. margin-top: 20rpx;
  168. color: #000;
  169. text-align: center;
  170. font-size: 28rpx;
  171. }
  172. .Collage-bottom {
  173. display: flex;
  174. justify-content: space-around;
  175. align-items: center;
  176. height: 102rpx;
  177. position: relative;
  178. }
  179. .Collage-bottomx {
  180. height: 82rpx;
  181. }
  182. .Collage-bottom view image {
  183. width: 42rpx;
  184. height: 50rpx;
  185. vertical-align: middle;
  186. margin-right: 30rpx;
  187. }
  188. .Collage-bottom text {
  189. vertical-align: middle;
  190. }
  191. .Collage-bottom .bg {
  192. position: absolute;
  193. left: 50%;
  194. top: 15%;
  195. width: 4rpx;
  196. height: 70%;
  197. transform: translateX(-50%);
  198. }
  199. .group-popup {
  200. position: absolute;
  201. left: 0;
  202. top: 0;
  203. width: 100%;
  204. height: 100%;
  205. background: rgba(0, 0, 0, .5);
  206. z-index: 99;
  207. }
  208. .group-popup .group-content {
  209. position: absolute;
  210. left: 50%;
  211. top: 50%;
  212. transform: translate(-50%, -50%);
  213. width: 80%;
  214. background: #fff;
  215. border-radius: 20rpx;
  216. }
  217. .group-title {
  218. text-align: center;
  219. margin: 36rpx 0;
  220. }
  221. .group-list {
  222. display: flex;
  223. justify-content: space-between;
  224. flex-wrap: wrap;
  225. padding: 0 62rpx;
  226. }
  227. .group-list .group-item {
  228. position: relative;
  229. display: flex;
  230. margin-right: 0;
  231. justify-content: space-between;
  232. /* flex-direction: column; */
  233. }
  234. .group-content-img {
  235. width: 214rpx;
  236. height: 290rpx;
  237. }
  238. .sure {
  239. position: relative;
  240. width: 392rpx;
  241. height: 80rpx;
  242. margin: 36rpx auto 26rpx auto;
  243. }
  244. .sure image {
  245. width: 100%;
  246. height: 100%;
  247. }
  248. .sure text {
  249. position: absolute;
  250. left: 164rpx;
  251. top: 18rpx;
  252. color: #fff;
  253. z-index: 2;
  254. }
  255. .select-img {
  256. position: absolute;
  257. left: 10rpx;
  258. top: 10rpx;
  259. width: 52rpx;
  260. height: 52rpx;
  261. }