collage-details.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. /* pages/groupPage/collage-details/collage-details.wxss */
  2. .collage-details {
  3. height: 100%;
  4. width: 100%;
  5. background: #fff;
  6. overflow: hidden;
  7. }
  8. .green-placerholder {
  9. width: 100%;
  10. height: 132rpx;
  11. background: #12c962;
  12. position: absolute;
  13. top: 0;
  14. }
  15. .class-icon {
  16. width: 704rpx;
  17. height: 294rpx;
  18. border-radius: 20rpx;
  19. box-shadow: 0 0 15rpx 0rpx rgba(0, 0, 0, .4);
  20. margin: 0 auto;
  21. display: block;
  22. z-index: 1;
  23. position: relative;
  24. top: 15rpx;
  25. }
  26. .step {
  27. width: 100%;
  28. height: 250rpx;
  29. background: #fff;
  30. display: flex;
  31. flex-direction: column;
  32. justify-content: center;
  33. }
  34. .step image {
  35. height: 60rpx;
  36. width: 70%;
  37. margin: 0 auto;
  38. }
  39. .txt {
  40. display: flex;
  41. justify-content: space-around;
  42. color: #535353;
  43. font-size: 32rpx;
  44. padding: 0 46rpx;
  45. margin-top: 20rpx;
  46. }
  47. .details-head {
  48. width: 100%;
  49. /* height: 82%; */
  50. margin-top: 12rpx;
  51. background: #fff;
  52. min-height: 98%;
  53. }
  54. .headImg {
  55. display: flex;
  56. flex-wrap: wrap;
  57. justify-content: center;
  58. padding: 40rpx 0;
  59. box-sizing: border-box;
  60. }
  61. .headImg-item {
  62. position: relative;
  63. width: 140rpx;
  64. height: 140rpx;
  65. border-radius: 50%;
  66. margin: 20rpx 22rpx;
  67. box-sizing:border-box;
  68. }
  69. .headImg-item image {
  70. width: 100%;
  71. height: 100%;
  72. border-radius: 50%;
  73. }
  74. .headImg-item .organizerIcon {
  75. position: absolute;
  76. bottom: -15rpx;
  77. width: 70rpx;
  78. height: 32rpx;
  79. line-height: 32rpx;
  80. background: #f7b21d;
  81. border-radius: 16rpx;
  82. /* border: 2rpx solid rgba(255, 255, 255, 1); */
  83. font-size: 24rpx;
  84. /* font-family: PingFangSC-Medium; */
  85. /* font-weight: 500; */
  86. color: rgba(255, 255, 255, 1);
  87. left: 0;
  88. right: 0;
  89. margin: 0 auto;
  90. text-align: center;
  91. }
  92. .bg-boder {
  93. border: 2px solid #f7b21d;
  94. }
  95. .last-time-box {
  96. width: 100%;
  97. display: flex;
  98. flex-direction: column;
  99. align-items: center;
  100. margin-top:30rpx;
  101. }
  102. .last-time {
  103. display: flex;
  104. flex-direction: row;
  105. align-items: center;
  106. }
  107. .last-time-end {
  108. width: 99rpx;
  109. height: 38rpx;
  110. font-size: 30rpx;
  111. font-weight: 800;
  112. color: #f14025;
  113. margin: 0 15rpx;
  114. text-align:center;
  115. }
  116. .left-icon {
  117. width: 80rpx;
  118. height: 20rpx;
  119. }
  120. .right-icon {
  121. width: 80rpx;
  122. height: 20rpx;
  123. }
  124. .last-text {
  125. width: 100%;
  126. text-align: center;
  127. font-size: 30rpx;
  128. font-weight: 800;
  129. color: #f14025;
  130. margin-top: 8rpx;
  131. }
  132. .group-regular-text {
  133. font-size: 30rpx;
  134. font-weight: 800;
  135. color: rgba(12, 10, 10, 1);
  136. width: 100%;
  137. text-align: center;
  138. line-height: 45rpx;
  139. }
  140. .last-member{
  141. margin-top: 17rpx;
  142. }
  143. .invitation-btn {
  144. /* position: absolute;
  145. left: 50%;
  146. top: 55%; */
  147. /* transform: translate(-50%); */
  148. width: 434rpx;
  149. height: 80rpx;
  150. margin: 0 auto 20rpx;
  151. }
  152. .invitation-btn image {
  153. position: absolute;
  154. left: 0;
  155. top: 0;
  156. width: 100%;
  157. height: 100%;
  158. }
  159. .invitation-btn text {
  160. /* position: absolute; */
  161. width: 100%;
  162. height: 100%;
  163. display: inline-block;
  164. text-align: center;
  165. line-height: 80rpx;
  166. z-index: 2;
  167. color: #fff;
  168. background: #FF653A;
  169. border-radius: 56rpx;
  170. font-size: 36rpx;
  171. font-weight: 800;
  172. }
  173. .red-text{
  174. color: #f13e25
  175. }
  176. .rule {
  177. position: fixed;
  178. right: 0;
  179. top: 82%;
  180. width: 84rpx;
  181. height: 88rpx;
  182. z-index: 2;
  183. }
  184. .rule image {
  185. position: absolute;
  186. left: 0;
  187. top: 0;
  188. width: 100%;
  189. height: 100%;
  190. }
  191. .rule text {
  192. position: absolute;
  193. left: 30rpx;
  194. top: 10rpx;
  195. font-size: 24rpx;
  196. color: #fff;
  197. z-index: 2;
  198. }
  199. .explain {
  200. color: #8E8B8C;
  201. width: 100%;
  202. box-sizing: border-box;
  203. text-align: center;
  204. font-size: 24rpx;
  205. line-height: 40rpx;
  206. position: absolute;
  207. bottom: 20rpx;
  208. }
  209. .explain-title{
  210. font-weight: 800;
  211. }
  212. .data-loading {
  213. width: 100%;
  214. height: 200rpx;
  215. /* background: #FF4330; */
  216. }
  217. .data-loading .line1 {
  218. width: 300rpx;
  219. height: 30rpx;
  220. background: rgba(228, 255, 242, .8);
  221. margin-top: 20rpx;
  222. margin-left: 122rpx;
  223. border-radius: 10rpx;
  224. }
  225. .data-loading .line2 {
  226. width: 400rpx;
  227. height: 30rpx;
  228. background: rgba(228, 255, 242, .8);
  229. margin-top: 20rpx;
  230. margin-left: 200rpx;
  231. border-radius: 10rpx;
  232. }
  233. .data-loading .line3 {
  234. width: 460rpx;
  235. height: 30rpx;
  236. background: rgba(228, 255, 242, .8);
  237. margin-top: 20rpx;
  238. margin-left: 160rpx;
  239. border-radius: 10rpx;
  240. }
  241. .help-success{
  242. margin-top:41rpx;
  243. }