group.wxss 3.1 KB

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