group-details.wxss 4.1 KB

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