index.less 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. .activityDet {
  2. width: 100vw;
  3. min-height: 100vh;
  4. background-color: #f2f6fc;
  5. .header {
  6. position: relative;
  7. width: 100%;
  8. height: 600rpx;
  9. overflow: hidden;
  10. .templateImg {
  11. position: relative;
  12. width: 100%;
  13. height: 100%;
  14. z-index: 2;
  15. }
  16. .toBox {
  17. position: absolute;
  18. display: flex;
  19. align-items: center;
  20. z-index: 3;
  21. .text {
  22. min-width: 80rpx;
  23. color: white;
  24. padding: 0rpx 4rpx;
  25. z-index: 0rpx;
  26. border: 2rpx dashed white;
  27. }
  28. image {
  29. width: 22rpx;
  30. height: 26rpx;
  31. margin-left: 8rpx;
  32. z-index: 1;
  33. }
  34. }
  35. .avatar {
  36. position: absolute;
  37. display: flex;
  38. flex-direction: column;
  39. align-items: center;
  40. justify-content: flex-end;
  41. z-index: 3;
  42. .tips {
  43. width: 150rpx;
  44. font-size: 24rpx;
  45. padding: 4rpx 20rpx;
  46. border-radius: 50rpx;
  47. color: white;
  48. background-color: rgba(0, 0, 0, 0.4);
  49. }
  50. }
  51. .avatarImg {
  52. position: absolute;
  53. display: block;
  54. }
  55. .progressBox {
  56. position: absolute;
  57. bottom: 0px;
  58. left: 0px;
  59. padding: 20rpx 40rpx;
  60. box-sizing: border-box;
  61. width: 100%;
  62. background-color: rgba(0, 0, 0, 0.5);
  63. z-index: 2;
  64. display: flex;
  65. align-items: center;
  66. color: white;
  67. font-size: 24rpx;
  68. .progress {
  69. flex: 1;
  70. margin: 0px 30rpx;
  71. border-radius: 25rpx;
  72. overflow: hidden;
  73. }
  74. }
  75. }
  76. .btnsBox {
  77. margin-top: 40rpx;
  78. position: relative;
  79. text-align: center;
  80. font-size: 0rpx;
  81. .recordingBox {
  82. position: relative;
  83. display: inline-block;
  84. margin: 0 auto;
  85. .readingNow {
  86. position: absolute;
  87. left: 66rpx;
  88. top: 26rpx;
  89. width: 40rpx;
  90. height: 30rpx;
  91. }
  92. }
  93. .send {
  94. width: 313rpx;
  95. height: 88rpx;
  96. }
  97. .countDown {
  98. position: absolute;
  99. right: 20rpx;
  100. top: 0px;
  101. bottom: 0px;
  102. margin: auto;
  103. display: flex;
  104. align-items: center;
  105. color: #FD3545;
  106. font-size: 22rpx;
  107. font-weight: bold;
  108. .countBox {
  109. padding: 10rpx;
  110. border-radius: 10rpx;
  111. margin: 0rpx 4rpx;
  112. color: white;
  113. background-image: linear-gradient(180deg, #FF7079 0%, #FE3D44 100%);
  114. }
  115. }
  116. }
  117. .music {
  118. display: flex;
  119. align-items: center;
  120. justify-content: space-between;
  121. margin-top: 40rpx;
  122. padding: 0rpx 20rpx;
  123. font-size: 0rpx;
  124. box-sizing: border-box;
  125. .playAuido {
  126. width: 214rpx;
  127. height: 87rpx;
  128. }
  129. .share {
  130. width: 500rpx;
  131. height: 87rpx;
  132. line-height: 87rpx;
  133. color: white;
  134. font-size: 30rpx;
  135. background: url('http://reader-wx.ai160.com/images/reader/card/share.png')no-repeat;
  136. background-size: 100% 100%;
  137. }
  138. }
  139. .blessing {
  140. margin-top: 30rpx;
  141. font-size: 36rpx;
  142. .content {
  143. height: 38rpx;
  144. width: 600rpx;
  145. text-align: center;
  146. margin: 20rpx auto 0rpx;
  147. }
  148. }
  149. .mask {
  150. position: fixed;
  151. left: 0px;
  152. top: 0px;
  153. width: 100vw;
  154. height: 100vh;
  155. background-color: rgba(0, 0, 0, 0.2);
  156. z-index: 999;
  157. .maskBox {
  158. position: fixed;
  159. top: 0rpx;
  160. right: 0rpx;
  161. bottom: 0rpx;
  162. left: 0rpx;
  163. margin: auto;
  164. padding: 71rpx 30rpx 30rpx;
  165. box-sizing: border-box;
  166. width: 290rpx;
  167. height: 290rpx;
  168. border-radius: 30rpx;
  169. color: white;
  170. background-color: rgba(0, 0, 0, 0.8);
  171. text-align: center;
  172. font-size: 30rpx;
  173. z-index: 10;
  174. .img {
  175. width: 110rpx;
  176. height: 110rpx;
  177. margin-bottom: 20rpx;
  178. animation: identifier 2.6s infinite linear;
  179. }
  180. }
  181. }
  182. }