index.wxss 2.9 KB

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