collage-details.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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: 106rpx;
  45. height: 106rpx;
  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 .tuanzhangIcon {
  55. position: absolute;
  56. right: -20rpx;
  57. top: -10rpx;
  58. width: 80rpx;
  59. height: 30rpx;
  60. }
  61. .bg-boder {
  62. border: 2px solid #61CA54;
  63. }
  64. .shengyu {
  65. display: flex;
  66. flex-direction: column;
  67. color: #696969;
  68. }
  69. .shengyu-num {
  70. text-align:center;
  71. }
  72. .shengyu-num text {
  73. color: #FF4330;
  74. }
  75. .shengyu-time {
  76. display: flex;
  77. justify-content: center;
  78. align-items: center;
  79. margin-top: 8rpx;
  80. }
  81. .shengyu-time .time {
  82. position: relative;
  83. width: 20rpx;
  84. height: 40rpx;
  85. margin: 0 8rpx;
  86. }
  87. .shengyu-time .time image {
  88. width: 24rpx;
  89. height: 40rpx;
  90. }
  91. .shengyu-time .time text{
  92. position: absolute;
  93. left: 2rpx;
  94. top: 0;
  95. z-index: 2;
  96. color: #fff;
  97. font-size: 28rpx;
  98. }
  99. .invitation-btn {
  100. position: absolute;
  101. left: 50%;
  102. top: 55%;
  103. transform: translate(-50%);
  104. width: 434rpx;
  105. height: 80rpx;
  106. }
  107. .invitation-btn image{
  108. position: absolute;
  109. left: 0;
  110. top: 0;
  111. width: 100%;
  112. height: 100%;
  113. }
  114. .invitation-btn text{
  115. position: absolute;
  116. width: 100%;
  117. height: 100%;
  118. display: inline-block;
  119. text-align: center;
  120. line-height: 80rpx;
  121. z-index: 2;
  122. color: #fff;
  123. }
  124. .rule {
  125. position: fixed;
  126. right: 0;
  127. top: 82%;
  128. width: 84rpx;
  129. height: 88rpx;
  130. z-index:2;
  131. }
  132. .rule image {
  133. position: absolute;
  134. left: 0;
  135. top: 0;
  136. width: 100%;
  137. height: 100%;
  138. }
  139. .rule text {
  140. position: absolute;
  141. left: 30rpx;
  142. top: 10rpx;
  143. font-size: 24rpx;
  144. color: #fff;
  145. z-index: 2;
  146. }
  147. .explain {
  148. position: absolute;
  149. top: 65%;
  150. left: 0;
  151. color: #000;
  152. font-size: 32rpx;
  153. width: 100%;
  154. padding: 0 80rpx;
  155. box-sizing: border-box;
  156. text-align: center;
  157. font-size: 28rpx;
  158. line-height: 50rpx;
  159. }
  160. .explain text {
  161. display: block;
  162. font-size: 36rpx;
  163. }