collage-details.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  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: 88rpx;
  109. height: 38rpx;
  110. font-size: 30rpx;
  111. font-weight: 800;
  112. color: #f14025;
  113. margin: 0 15rpx;
  114. }
  115. .left-icon {
  116. width: 80rpx;
  117. height: 20rpx;
  118. }
  119. .right-icon {
  120. width: 80rpx;
  121. height: 20rpx;
  122. }
  123. .last-text {
  124. width: 100%;
  125. text-align: center;
  126. font-size: 30rpx;
  127. font-weight: 800;
  128. color: #f14025;
  129. margin-top: 8rpx;
  130. }
  131. .group-regular-text {
  132. font-size: 30rpx;
  133. font-weight: 800;
  134. color: rgba(12, 10, 10, 1);
  135. width: 100%;
  136. text-align: center;
  137. line-height: 45rpx;
  138. }
  139. .last-member{
  140. margin-top: 17rpx;
  141. }
  142. .invitation-btn {
  143. /* position: absolute;
  144. left: 50%;
  145. top: 55%; */
  146. /* transform: translate(-50%); */
  147. width: 434rpx;
  148. height: 80rpx;
  149. margin: 0 auto 20rpx;
  150. }
  151. .invitation-btn image {
  152. position: absolute;
  153. left: 0;
  154. top: 0;
  155. width: 100%;
  156. height: 100%;
  157. }
  158. .invitation-btn text {
  159. /* position: absolute; */
  160. width: 100%;
  161. height: 100%;
  162. display: inline-block;
  163. text-align: center;
  164. line-height: 80rpx;
  165. z-index: 2;
  166. color: #fff;
  167. background: #FF653A;
  168. border-radius: 56rpx;
  169. font-size: 36rpx;
  170. font-weight: 800;
  171. }
  172. .red-text{
  173. color: #f13e25
  174. }
  175. .rule {
  176. position: fixed;
  177. right: 0;
  178. top: 82%;
  179. width: 84rpx;
  180. height: 88rpx;
  181. z-index: 2;
  182. }
  183. .rule image {
  184. position: absolute;
  185. left: 0;
  186. top: 0;
  187. width: 100%;
  188. height: 100%;
  189. }
  190. .rule text {
  191. position: absolute;
  192. left: 30rpx;
  193. top: 10rpx;
  194. font-size: 24rpx;
  195. color: #fff;
  196. z-index: 2;
  197. }
  198. .explain {
  199. color: #8E8B8C;
  200. width: 100%;
  201. box-sizing: border-box;
  202. text-align: center;
  203. font-size: 24rpx;
  204. line-height: 40rpx;
  205. position: absolute;
  206. bottom: 20rpx;
  207. }
  208. .explain-title{
  209. font-weight: 800;
  210. }
  211. .data-loading {
  212. width: 100%;
  213. height: 200rpx;
  214. /* background: #FF4330; */
  215. }
  216. .data-loading .line1 {
  217. width: 300rpx;
  218. height: 30rpx;
  219. background: rgba(228, 255, 242, .8);
  220. margin-top: 20rpx;
  221. margin-left: 122rpx;
  222. border-radius: 10rpx;
  223. }
  224. .data-loading .line2 {
  225. width: 400rpx;
  226. height: 30rpx;
  227. background: rgba(228, 255, 242, .8);
  228. margin-top: 20rpx;
  229. margin-left: 200rpx;
  230. border-radius: 10rpx;
  231. }
  232. .data-loading .line3 {
  233. width: 460rpx;
  234. height: 30rpx;
  235. background: rgba(228, 255, 242, .8);
  236. margin-top: 20rpx;
  237. margin-left: 160rpx;
  238. border-radius: 10rpx;
  239. }