group.wxss 5.3 KB

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