group-details.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. /* pages/group-details/group-details.wxss */
  2. .group-details {
  3. height: 100%;
  4. width: 100%;
  5. background: rgba(240, 241, 245, 1);
  6. }
  7. .details-head {
  8. width: 100%;
  9. background: #fff;
  10. }
  11. .headImg {
  12. display: flex;
  13. flex-wrap: wrap;
  14. justify-content: center;
  15. padding: 40rpx 0;
  16. box-sizing: border-box;
  17. }
  18. .headImg-item {
  19. position: relative;
  20. width: 106rpx;
  21. height: 106rpx;
  22. border-radius: 50%;
  23. margin: 20rpx 22rpx;
  24. }
  25. .headImg-item image {
  26. width: 100%;
  27. height: 100%;
  28. border-radius: 50%;
  29. }
  30. .headImg-item .tuanzhangIcon {
  31. position: absolute;
  32. right: -20rpx;
  33. top: -10rpx;
  34. width: 80rpx;
  35. height: 30rpx;
  36. }
  37. .bg-boder {
  38. border: 2px solid #61CA54;
  39. }
  40. .shengyu {
  41. display: flex;
  42. flex-direction: column;
  43. color: #696969;
  44. padding-bottom: 20px;
  45. }
  46. .shengyu-num {
  47. text-align: center;
  48. }
  49. .shengyu-num text {
  50. color: #FF4330;
  51. }
  52. .shengyu-time {
  53. display: flex;
  54. justify-content: center;
  55. align-items: center;
  56. margin-top: 8rpx;
  57. }
  58. .shengyu-time .time {
  59. position: relative;
  60. width: 32rpx;
  61. height: 36rpx;
  62. margin: 0 8rpx;
  63. }
  64. .shengyu-time .time image {
  65. position: absolute;
  66. left: 0;
  67. top: 0;
  68. width: 24rpx;
  69. height: 40rpx;
  70. }
  71. .shengyu-time .time text {
  72. position: absolute;
  73. left: 4rpx;
  74. top: 0;
  75. z-index: 2;
  76. color: #fff;
  77. font-size: 28rpx;
  78. width: 32rpx;
  79. height: 36rpx;
  80. line-height: 36rpx;
  81. background: #ff9209;
  82. text-align: center;
  83. border-radius: 4rpx;
  84. }
  85. scroll-view {
  86. height: 64%;
  87. width: 100%;
  88. }
  89. .grade-details {
  90. background: #fff;
  91. display: flex;
  92. flex-direction: column;
  93. padding: 24rpx;
  94. }
  95. .grade-details image {
  96. width: 100%;
  97. height: 290rpx;
  98. border-radius: 20rpx;
  99. }
  100. .catalog {
  101. display: flex;
  102. align-items: center;
  103. width: 100%;
  104. height: 110rpx;
  105. background: #fff;
  106. position: relative;
  107. }
  108. .catalog image {
  109. position: absolute;
  110. left: 374rpx;
  111. top: 20rpx;
  112. width: 2rpx;
  113. height: 66rpx;
  114. }
  115. .catalog text {
  116. flex: 1;
  117. height: 60rpx;
  118. text-align: center;
  119. font-size: 36rpx;
  120. margin: 0 90rpx;
  121. box-sizing: border-box;
  122. }
  123. .catalog .select {
  124. border-bottom: 2rpx solid #61CA54;
  125. color: #61CA54;
  126. }
  127. .catalog-list {
  128. width: 100%;
  129. padding: 18rpx;
  130. margin-bottom: 120rpx;
  131. box-sizing: border-box;
  132. }
  133. .know {
  134. padding: 18rpx;
  135. box-sizing: border-box;
  136. }
  137. .catalog-item {
  138. display: flex;
  139. justify-content: space-between;
  140. align-items: center;
  141. width: 100%;
  142. height: 88rpx;
  143. background: #fff;
  144. padding: 0 20rpx;
  145. box-sizing: border-box;
  146. margin-bottom: 12rpx;
  147. border-radius: 10rpx;
  148. }
  149. .catalog-item .left {
  150. color: #656565;
  151. font-size: 36rpx;
  152. }
  153. .catalog-item .right {
  154. color: #939393;
  155. font-size: 28rpx;
  156. }
  157. .catalog-item .right image {
  158. width: 26rpx;
  159. height: 26rpx;
  160. vertical-align: middle;
  161. margin-right: 6rpx;
  162. }
  163. .catalog-item .right text {
  164. vertical-align: middle;
  165. }
  166. .group-details-btn {
  167. position: fixed;
  168. bottom: 0;
  169. display: flex;
  170. align-items: center;
  171. width: 100%;
  172. height: 100rpx;
  173. background: #FF9209;
  174. color: #fff;
  175. z-index: 99;
  176. }
  177. .bottomx {
  178. bottom: 20rpx;
  179. }
  180. .left-btn,
  181. .right-btn {
  182. flex: 1;
  183. height: 54rpx;
  184. display: flex;
  185. justify-content: center;
  186. align-items: center;
  187. }
  188. .left-btn {
  189. border-right: 2rpx solid #fff;
  190. }
  191. .group-popup {
  192. position: absolute;
  193. left: 0;
  194. top: 0;
  195. width: 100%;
  196. height: 100%;
  197. background: rgba(0, 0, 0, .5);
  198. z-index: 99;
  199. }
  200. .group-popup .group-content {
  201. position: absolute;
  202. left: 50%;
  203. top: 50%;
  204. transform: translate(-50%, -50%);
  205. width: 80%;
  206. background: #fff;
  207. border-radius: 20rpx;
  208. }
  209. .group-title {
  210. text-align: center;
  211. margin: 36rpx 0;
  212. }
  213. .group-list {
  214. display: flex;
  215. justify-content: space-between;
  216. flex-wrap: wrap;
  217. padding: 0 62rpx;
  218. }
  219. .group-list .group-item {
  220. position: relative;
  221. display: flex;
  222. margin-right: 0;
  223. justify-content: space-between;
  224. flex-direction: column;
  225. }
  226. .group-content-img {
  227. width: 214rpx;
  228. height: 290rpx;
  229. }
  230. .sure {
  231. position: relative;
  232. width: 392rpx;
  233. height: 80rpx;
  234. margin: 36rpx auto 26rpx auto;
  235. }
  236. .sure image {
  237. width: 100%;
  238. height: 100%;
  239. }
  240. .sure text {
  241. position: absolute;
  242. left: 164rpx;
  243. top: 18rpx;
  244. color: #fff;
  245. z-index: 2;
  246. }
  247. .select-img {
  248. position: absolute;
  249. bottom: 56rpx;
  250. right: 10rpx;
  251. width: 52rpx;
  252. height: 52rpx;
  253. z-index: 99;
  254. }
  255. .group-item .item-img {
  256. width: 214rpx;
  257. height: 278rpx;
  258. }