collage-details.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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. }
  7. .step {
  8. width: 100%;
  9. height: 250rpx;
  10. background: #fff;
  11. display: flex;
  12. flex-direction: column;
  13. justify-content: center;
  14. }
  15. .step image {
  16. height: 60rpx;
  17. width: 70%;
  18. margin: 0 auto;
  19. }
  20. .txt {
  21. display: flex;
  22. justify-content: space-around;
  23. color: #535353;
  24. font-size: 32rpx;
  25. padding: 0 46rpx;
  26. margin-top: 20rpx;
  27. }
  28. .details-head {
  29. width: 100%;
  30. height: 78%;
  31. margin-top: 12rpx;
  32. background: #fff;
  33. }
  34. .headImg {
  35. display: flex;
  36. flex-wrap: wrap;
  37. padding: 40rpx 0;
  38. box-sizing: border-box;
  39. }
  40. .headImg-item {
  41. width: 106rpx;
  42. height: 106rpx;
  43. background: red;
  44. border-radius: 50%;
  45. margin: 20rpx 22rpx;
  46. }
  47. .headImg-item image {
  48. width: 100%;
  49. height: 100%
  50. }
  51. .shengyu {
  52. display: flex;
  53. flex-direction: column;
  54. color: #696969;
  55. }
  56. .shengyu-num {
  57. text-align:center;
  58. }
  59. .shengyu-num text {
  60. color: #FF4330;
  61. }
  62. .shengyu-time {
  63. display: flex;
  64. justify-content: center;
  65. align-items: center;
  66. margin-top: 8rpx;
  67. }
  68. .shengyu-time .time {
  69. position: relative;
  70. width: 20rpx;
  71. height: 40rpx;
  72. margin: 0 8rpx;
  73. }
  74. .shengyu-time .time image {
  75. position: absolute;
  76. left: 0;
  77. top: 0;
  78. width: 20rpx;
  79. height: 40rpx;
  80. }
  81. .shengyu-time .time text{
  82. position: absolute;
  83. left: 0;
  84. top: 0;
  85. z-index: 2;
  86. color: #fff;
  87. font-size: 28rpx;
  88. }
  89. .invitation-btn {
  90. position: absolute;
  91. left: 50%;
  92. top: 65%;
  93. transform: translate(-50%);
  94. width: 434rpx;
  95. height: 80rpx;
  96. }
  97. .invitation-btn image{
  98. position: absolute;
  99. left: 0;
  100. top: 0;
  101. width: 100%;
  102. height: 100%;
  103. }
  104. .invitation-btn text{
  105. position: absolute;
  106. width: 100%;
  107. height: 100%;
  108. display: inline-block;
  109. text-align: center;
  110. line-height: 80rpx;
  111. z-index: 2;
  112. color: #fff;
  113. }
  114. .rule {
  115. position: fixed;
  116. right: 0;
  117. top: 82%;
  118. width: 84rpx;
  119. height: 88rpx;
  120. z-index:2;
  121. }
  122. .rule image {
  123. position: absolute;
  124. left: 0;
  125. top: 0;
  126. width: 100%;
  127. height: 100%;
  128. }
  129. .rule text {
  130. position: absolute;
  131. left: 30rpx;
  132. top: 10rpx;
  133. font-size: 24rpx;
  134. color: #fff;
  135. z-index: 2;
  136. }
  137. .explain {
  138. position: absolute;
  139. top: 73%;
  140. left: 11%;
  141. background: #61CA54;
  142. padding: 20rpx;
  143. color: #000;
  144. font-size: 32rpx;
  145. width: 668rpx;
  146. box-sizing: border-box;
  147. }
  148. .explain text {
  149. display: block;
  150. font-size: 36rpx;
  151. }