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