group.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  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. background: #fff;
  18. }
  19. .search {
  20. display: flex;
  21. justify-content: space-between;
  22. align-items: center;
  23. width: 100%;
  24. height: 60rpx;
  25. border-radius: 12rpx;
  26. background: #F0F1F5;
  27. padding: 0 20rpx;
  28. box-sizing: border-box;
  29. }
  30. .search input {
  31. width: 80%;
  32. height: 100%;
  33. }
  34. .search image {
  35. width: 34rpx;
  36. height: 34rpx;
  37. }
  38. .less-group,
  39. .whole-group {
  40. width: 100%;
  41. background: #fff;
  42. }
  43. .whole-group {
  44. margin-top: 32rpx;
  45. padding: 0 18rpx;
  46. box-sizing: border-box;
  47. }
  48. .less-group .title,
  49. .whole-group .title {
  50. display: flex;
  51. align-items: center;
  52. justify-content: space-between;
  53. height: 90rpx;
  54. position: relative;
  55. }
  56. .title .left {
  57. font-size: 32rpx;
  58. padding-left: 52rpx;
  59. }
  60. .quota {
  61. font-size: 28rpx;
  62. color: red;
  63. }
  64. .title .ren {
  65. width: 42rpx;
  66. height: 36rpx;
  67. position: absolute;
  68. left: 0;
  69. }
  70. .title .right {
  71. font-size: 28rpx;
  72. }
  73. .group-box {
  74. display: flex;
  75. width: 100%;
  76. flex-wrap: wrap;
  77. justify-content: space-between;
  78. }
  79. .group-item {
  80. position: relative;
  81. display: flex;
  82. flex-direction: column;
  83. }
  84. .group-item .item-img {
  85. width: 214rpx;
  86. height: 278rpx;
  87. }
  88. .group-item .group-num {
  89. position: absolute;
  90. left: 0;
  91. top: 14rpx;
  92. width: 100rpx;
  93. height: 40rpx;
  94. }
  95. .group-item .group-num image {
  96. width: 100%;
  97. height: 100%;
  98. }
  99. .group-item .group-num text {
  100. color: #fff;
  101. position: absolute;
  102. left: 6rpx;
  103. top: 4rpx;
  104. z-index: 3;
  105. font-size: 24rpx;
  106. }
  107. .group-item view:nth-child(2) {
  108. font-size: 32rpx;
  109. color: #E51C23;
  110. }
  111. .group-item view:nth-child(3) {
  112. font-size: 28rpx;
  113. color: #969595;
  114. margin-top: 18rpx;
  115. }
  116. .group-item text {
  117. margin-left: 10rpx;
  118. }
  119. .group-item #grade {
  120. margin-top: 20rpx;
  121. color: #000;
  122. text-align: center;
  123. font-size: 28rpx;
  124. }
  125. .Collage-bottom {
  126. display: flex;
  127. justify-content: space-around;
  128. align-items: center;
  129. height: 102rpx;
  130. position: relative;
  131. }
  132. .Collage-bottom view image {
  133. width: 42rpx;
  134. height: 50rpx;
  135. vertical-align: middle;
  136. margin-right: 30rpx;
  137. }
  138. .Collage-bottom text {
  139. vertical-align: middle;
  140. }
  141. .Collage-bottom .bg {
  142. position: absolute;
  143. left: 50%;
  144. top: 15%;
  145. width: 4rpx;
  146. height: 70%;
  147. transform: translateX(-50%);
  148. }
  149. .group-popup {
  150. position: absolute;
  151. left: 0;
  152. top: 0;
  153. width: 100%;
  154. height: 100%;
  155. background: rgba(0, 0, 0, .5);
  156. z-index: 99;
  157. }
  158. .group-popup .group-content {
  159. position: absolute;
  160. left: 50%;
  161. top: 50%;
  162. transform: translate(-50%,-50%);
  163. width: 80%;
  164. background: #fff;
  165. border-radius: 20rpx;
  166. }
  167. .group-title {
  168. text-align: center;
  169. margin: 36rpx 0;
  170. }
  171. .group-list {
  172. display: flex;
  173. justify-content: space-between;
  174. flex-wrap: wrap;
  175. padding: 0 62rpx;
  176. }
  177. .group-content-img {
  178. width: 214rpx;
  179. height: 290rpx;
  180. }
  181. .sure {
  182. position: relative;
  183. width: 392rpx;
  184. height: 80rpx;
  185. margin: 36rpx auto 26rpx auto;
  186. }
  187. .sure image {
  188. width: 100%;
  189. height: 100%;
  190. }
  191. .sure text {
  192. position: absolute;
  193. left: 164rpx;
  194. top: 18rpx;
  195. color: #fff;
  196. z-index: 2;
  197. }
  198. .select-img {
  199. position: absolute;
  200. left: 10rpx;
  201. top: 10rpx;
  202. width: 52rpx;
  203. height: 52rpx;
  204. }