group.wxss 4.9 KB

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