collage-details.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. /* pages/groupPage/collage-details/collage-details.wxss */
  2. .collage-details {
  3. height: 100%;
  4. width: 100%;
  5. background: rgba(240, 241, 245, 1);
  6. overflow: hidden;
  7. }
  8. .step {
  9. width: 100%;
  10. height: 250rpx;
  11. background: #fff;
  12. display: flex;
  13. flex-direction: column;
  14. justify-content: center;
  15. }
  16. .step image {
  17. height: 60rpx;
  18. width: 70%;
  19. margin: 0 auto;
  20. }
  21. .txt {
  22. display: flex;
  23. justify-content: space-around;
  24. color: #535353;
  25. font-size: 32rpx;
  26. padding: 0 46rpx;
  27. margin-top: 20rpx;
  28. }
  29. .details-head {
  30. width: 100%;
  31. height: 82%;
  32. margin-top: 12rpx;
  33. background: #fff;
  34. }
  35. .headImg {
  36. display: flex;
  37. flex-wrap: wrap;
  38. justify-content: center;
  39. padding: 40rpx 0;
  40. box-sizing: border-box;
  41. }
  42. .headImg-item {
  43. position: relative;
  44. width: 104rpx;
  45. height: 104rpx;
  46. border-radius: 50%;
  47. margin: 20rpx 22rpx;
  48. }
  49. .headImg-item image {
  50. width: 100%;
  51. height: 100%;
  52. border-radius: 50%;
  53. }
  54. .headImg-item .organizerIcon {
  55. position: absolute;
  56. bottom: -15rpx;
  57. width: 86rpx;
  58. height: 30rpx;
  59. background: #61ca54;
  60. border-radius: 20rpx;
  61. border: 2rpx solid rgba(255, 255, 255, 1);
  62. font-size: 20rpx;
  63. font-family: PingFangSC-Medium;
  64. font-weight: 500;
  65. color: rgba(255, 255, 255, 1);
  66. left: 8rpx;
  67. text-align: center;
  68. }
  69. .bg-boder {
  70. border: 2px solid #61CA54;
  71. }
  72. .shengyu {
  73. display: flex;
  74. flex-direction: column;
  75. color: #696969;
  76. }
  77. .shengyu-num {
  78. text-align: center;
  79. }
  80. .shengyu-num text {
  81. color: #FF4330;
  82. }
  83. .shengyu-time {
  84. display: flex;
  85. justify-content: center;
  86. align-items: center;
  87. margin-top: 8rpx;
  88. }
  89. .shengyu-time .time {
  90. position: relative;
  91. width: 32rpx;
  92. height: 36rpx;
  93. margin: 0 8rpx;
  94. }
  95. .shengyu-time .time image {
  96. width: 24rpx;
  97. height: 40rpx;
  98. }
  99. .shengyu-time .time text {
  100. position: absolute;
  101. left: 2rpx;
  102. top: 0;
  103. z-index: 2;
  104. color: #fff;
  105. font-size: 28rpx;
  106. width: 32rpx;
  107. height: 36rpx;
  108. line-height: 36rpx;
  109. background: #ff9209;
  110. text-align: center;
  111. border-radius: 4rpx;
  112. }
  113. .invitation-btn {
  114. position: absolute;
  115. left: 50%;
  116. top: 55%;
  117. transform: translate(-50%);
  118. width: 434rpx;
  119. height: 80rpx;
  120. }
  121. .invitation-btn image {
  122. position: absolute;
  123. left: 0;
  124. top: 0;
  125. width: 100%;
  126. height: 100%;
  127. }
  128. .invitation-btn text {
  129. position: absolute;
  130. width: 100%;
  131. height: 100%;
  132. display: inline-block;
  133. text-align: center;
  134. line-height: 80rpx;
  135. z-index: 2;
  136. color: #fff;
  137. background: #ff9209;
  138. border-radius: 56rpx;
  139. }
  140. .rule {
  141. position: fixed;
  142. right: 0;
  143. top: 82%;
  144. width: 84rpx;
  145. height: 88rpx;
  146. z-index: 2;
  147. }
  148. .rule image {
  149. position: absolute;
  150. left: 0;
  151. top: 0;
  152. width: 100%;
  153. height: 100%;
  154. }
  155. .rule text {
  156. position: absolute;
  157. left: 30rpx;
  158. top: 10rpx;
  159. font-size: 24rpx;
  160. color: #fff;
  161. z-index: 2;
  162. }
  163. .explain {
  164. position: absolute;
  165. top: 65%;
  166. left: 0;
  167. color: #000;
  168. font-size: 32rpx;
  169. width: 100%;
  170. padding: 0 80rpx;
  171. box-sizing: border-box;
  172. text-align: center;
  173. font-size: 28rpx;
  174. line-height: 50rpx;
  175. }
  176. .explain text {
  177. display: block;
  178. font-size: 36rpx;
  179. }