index.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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. position: relative;
  58. text-align: center;
  59. background-color: skyblue;
  60. font-size: 0rpx;
  61. }
  62. .activityDet .btnsBox .send {
  63. width: 290rpx;
  64. height: 80rpx;
  65. }
  66. .activityDet .btnsBox .countDown {
  67. position: absolute;
  68. right: 30rpx;
  69. top: 0px;
  70. bottom: 0px;
  71. margin: auto;
  72. display: flex;
  73. align-items: center;
  74. color: #FD3545;
  75. font-size: 22rpx;
  76. font-weight: bold;
  77. }
  78. .activityDet .btnsBox .countDown .countBox {
  79. padding: 10rpx;
  80. border-radius: 10rpx;
  81. margin: 0rpx 4rpx;
  82. color: white;
  83. background-image: linear-gradient(180deg, #FF7079 0%, #FE3D44 100%);
  84. }
  85. .activityDet .music {
  86. display: flex;
  87. align-items: center;
  88. justify-content: space-between;
  89. padding: 0rpx 20rpx;
  90. font-size: 0rpx;
  91. box-sizing: border-box;
  92. }
  93. .activityDet .music .playAuido {
  94. width: 200rpx;
  95. height: 74rpx;
  96. }
  97. .activityDet .music .share {
  98. width: 480rpx;
  99. height: 74rpx;
  100. line-height: 74rpx;
  101. color: white;
  102. font-size: 30rpx;
  103. background: url('http://reader-wx.ai160.com/images/reader/card/share.png') no-repeat;
  104. background-size: 100% 100%;
  105. }
  106. .activityDet .blessing {
  107. margin-top: 100rpx;
  108. }
  109. .activityDet .blessing .title {
  110. margin: 0 auto;
  111. width: 500rpx;
  112. text-align: left;
  113. }
  114. .activityDet .blessing .content {
  115. margin: 25rpx auto 0rpx;
  116. width: 500rpx;
  117. text-indent: 3em;
  118. }
  119. .activityDet .maskBox {
  120. position: fixed;
  121. top: 0rpx;
  122. right: 0rpx;
  123. bottom: 0rpx;
  124. left: 0rpx;
  125. margin: auto;
  126. padding: 71rpx 30rpx 30rpx;
  127. box-sizing: border-box;
  128. width: 290rpx;
  129. height: 290rpx;
  130. border-radius: 30rpx;
  131. color: white;
  132. background-color: rgba(0, 0, 0, 0.8);
  133. text-align: center;
  134. font-size: 30rpx;
  135. }
  136. .activityDet .maskBox .speedProgress {
  137. margin: 20rpx 0rpx 60rpx;
  138. border-radius: 50rpx;
  139. overflow: hidden;
  140. }