collage-details.wxss 2.8 KB

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