group-details.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  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: 20rpx;
  61. height: 40rpx;
  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. }
  79. scroll-view {
  80. height: 64%;
  81. width: 100%;
  82. }
  83. .grade-details {
  84. background: #fff;
  85. display: flex;
  86. flex-direction: column;
  87. padding: 24rpx;
  88. }
  89. .grade-details image{
  90. width: 100%;
  91. height: 290rpx;
  92. border-radius: 20rpx;
  93. }
  94. .catalog {
  95. display: flex;
  96. align-items: center;
  97. width: 100%;
  98. height: 110rpx;
  99. background: #fff;
  100. position: relative;
  101. }
  102. .catalog image {
  103. position: absolute;
  104. left: 374rpx;
  105. top: 20rpx;
  106. width: 2rpx;
  107. height: 66rpx;
  108. }
  109. .catalog text {
  110. flex: 1;
  111. height: 60rpx;
  112. text-align: center;
  113. font-size: 36rpx;
  114. margin: 0 90rpx;
  115. box-sizing: border-box;
  116. }
  117. .catalog .select {
  118. border-bottom: 2rpx solid #61CA54;
  119. color: #61CA54;
  120. }
  121. .catalog-list {
  122. width: 100%;
  123. padding: 18rpx;
  124. margin-bottom: 120rpx;
  125. box-sizing: border-box;
  126. }
  127. .know {
  128. padding: 18rpx;
  129. box-sizing: border-box;
  130. }
  131. .catalog-item {
  132. display: flex;
  133. justify-content: space-between;
  134. align-items: center;
  135. width: 100%;
  136. height: 88rpx;
  137. background: #fff;
  138. padding: 0 20rpx;
  139. box-sizing: border-box;
  140. margin-bottom: 12rpx;
  141. border-radius: 10rpx;
  142. }
  143. .catalog-item .left {
  144. color: #656565;
  145. font-size: 36rpx;
  146. }
  147. .catalog-item .right {
  148. color: #939393;
  149. font-size: 28rpx;
  150. }
  151. .catalog-item .right image {
  152. width: 26rpx;
  153. height: 26rpx;
  154. vertical-align: middle;
  155. margin-right: 6rpx;
  156. }
  157. .catalog-item .right text {
  158. vertical-align: middle;
  159. }
  160. .group-details-btn {
  161. position: fixed;
  162. bottom: 0;
  163. display: flex;
  164. align-items: center;
  165. width: 100%;
  166. height: 100rpx;
  167. background: #FF9209;
  168. color: #fff;
  169. z-index: 99;
  170. }
  171. .bottomx {
  172. bottom: 20rpx;
  173. }
  174. .left-btn,
  175. .right-btn {
  176. flex: 1;
  177. height: 54rpx;
  178. display: flex;
  179. justify-content: center;
  180. align-items: center;
  181. }
  182. .left-btn {
  183. border-right: 2rpx solid #fff;
  184. }
  185. .group-popup {
  186. position: absolute;
  187. left: 0;
  188. top: 0;
  189. width: 100%;
  190. height: 100%;
  191. background: rgba(0, 0, 0, .5);
  192. z-index: 99;
  193. }
  194. .group-popup .group-content {
  195. position: absolute;
  196. left: 50%;
  197. top: 50%;
  198. transform: translate(-50%,-50%);
  199. width: 80%;
  200. background: #fff;
  201. border-radius: 20rpx;
  202. }
  203. .group-title {
  204. text-align: center;
  205. margin: 36rpx 0;
  206. }
  207. .group-list {
  208. display: flex;
  209. justify-content: space-between;
  210. flex-wrap: wrap;
  211. padding: 0 62rpx;
  212. }
  213. .group-list .group-item{
  214. position: relative;
  215. display: flex;
  216. margin-right:0;
  217. justify-content: space-between;
  218. flex-direction: column;
  219. }
  220. .group-content-img {
  221. width: 214rpx;
  222. height: 290rpx;
  223. }
  224. .sure {
  225. position: relative;
  226. width: 392rpx;
  227. height: 80rpx;
  228. margin: 36rpx auto 26rpx auto;
  229. }
  230. .sure image {
  231. width: 100%;
  232. height: 100%;
  233. }
  234. .sure text {
  235. position: absolute;
  236. left: 164rpx;
  237. top: 18rpx;
  238. color: #fff;
  239. z-index: 2;
  240. }
  241. .select-img {
  242. position: absolute;
  243. bottom: 56rpx;
  244. right: 10rpx;
  245. width: 52rpx;
  246. height: 52rpx;
  247. z-index: 99;
  248. }
  249. .group-item .item-img {
  250. width: 214rpx;
  251. height: 278rpx;
  252. }