group.wxss 4.5 KB

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