group.wxss 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  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: #444;
  98. font-size: 30rpx;
  99. font-weight: 400;
  100. display: flex;
  101. flex-direction: row;
  102. justify-content: space-around;
  103. padding: 27rpx 0;
  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: 13rpx;
  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. margin-top: 65rpx;
  169. }
  170. .group-item {
  171. position: relative;
  172. display: flex;
  173. margin-right: 35rpx;
  174. margin-bottom:30px;
  175. flex-direction: column;
  176. }
  177. .group-item .item-img {
  178. width: 214rpx;
  179. height: 278rpx;
  180. }
  181. .group-item view:nth-child(2) {
  182. font-size: 32rpx;
  183. color: #E51C23;
  184. }
  185. .group-item view:nth-child(3) {
  186. font-size: 28rpx;
  187. color: #969595;
  188. margin-top: 18rpx;
  189. }
  190. .group-item text {
  191. margin-left: 10rpx;
  192. }
  193. .group-item #grade {
  194. margin-top: 10rpx;
  195. color: #393939;
  196. text-align: center;
  197. font-size: 30rpx;
  198. font-weight: 400;
  199. }
  200. .Collage-bottom {
  201. display: flex;
  202. justify-content: space-around;
  203. align-items: center;
  204. height: 102rpx;
  205. position: relative;
  206. }
  207. .Collage-bottomx {
  208. height: 82rpx;
  209. }
  210. .Collage-bottom view image {
  211. width: 42rpx;
  212. height: 50rpx;
  213. vertical-align: middle;
  214. margin-right: 30rpx;
  215. }
  216. .Collage-bottom text {
  217. vertical-align: middle;
  218. }
  219. .Collage-bottom .bg {
  220. position: absolute;
  221. left: 50%;
  222. top: 15%;
  223. width: 4rpx;
  224. height: 70%;
  225. transform: translateX(-50%);
  226. }
  227. .group-popup {
  228. position: absolute;
  229. left: 0;
  230. top: 0;
  231. width: 100%;
  232. height: 100%;
  233. background: rgba(0, 0, 0, .5);
  234. z-index: 99;
  235. }
  236. .group-popup .group-content {
  237. position: absolute;
  238. left: 50%;
  239. top: 50%;
  240. transform: translate(-50%, -50%);
  241. width: 80%;
  242. background: #fff;
  243. border-radius: 20rpx;
  244. }
  245. .group-title {
  246. text-align: center;
  247. margin: 36rpx 0;
  248. }
  249. .group-list {
  250. display: flex;
  251. justify-content: space-between;
  252. flex-wrap: wrap;
  253. padding: 0 62rpx;
  254. }
  255. .group-list .group-item {
  256. position: relative;
  257. display: flex;
  258. margin-right: 0;
  259. justify-content: space-between;
  260. /* flex-direction: column; */
  261. }
  262. .group-content-img {
  263. width: 214rpx;
  264. height: 290rpx;
  265. }
  266. .sure {
  267. position: relative;
  268. width: 392rpx;
  269. height: 80rpx;
  270. margin: 36rpx auto 26rpx auto;
  271. }
  272. .sure image {
  273. width: 100%;
  274. height: 100%;
  275. }
  276. .sure text {
  277. position: absolute;
  278. left: 164rpx;
  279. top: 18rpx;
  280. color: #fff;
  281. z-index: 2;
  282. }
  283. .select-img {
  284. position: absolute;
  285. left: 10rpx;
  286. top: 10rpx;
  287. width: 52rpx;
  288. height: 52rpx;
  289. }
  290. .expect-margin{
  291. margin: 30rpx
  292. }