activitymsg.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. page{
  2. display: block;
  3. width: 100%;
  4. height: 100%;
  5. overflow: auto;
  6. }
  7. .coverimgbox{
  8. display: block;
  9. width: 100%;
  10. max-height: 400rpx;
  11. overflow: hidden;
  12. }
  13. .coverimgbox image{
  14. display: block;
  15. width: 100%;
  16. }
  17. .contentbox{
  18. display: block;
  19. padding: 24rpx 20rpx 0;
  20. padding-bottom: 100rpx;
  21. }
  22. .contentbox image{
  23. max-width: 100%;
  24. height: auto;
  25. }
  26. .titfootbox{
  27. display: block;
  28. padding: 24rpx 20rpx 0 32rpx;
  29. }
  30. .ptlr {
  31. padding: 15rpx 20rpx 0 32rpx;
  32. }
  33. .titfootbox image{
  34. display: block;
  35. width:30rpx;
  36. height: 24rpx;
  37. position: relative;
  38. top: 8rpx;
  39. margin-right: 8rpx;
  40. }
  41. .posterimg{
  42. display: block;
  43. width: 710rpx;
  44. margin: 0 auto;
  45. }
  46. .footer{
  47. display: block;
  48. width: 100%;
  49. height: 98rpx;
  50. box-shadow: 0 -4rpx 12rpx 0 rgba(0,145,255,0.15);
  51. background: #FFFFFF;
  52. position: fixed;
  53. left: 0;
  54. bottom: 0;
  55. z-index: 89;
  56. }
  57. .footer button{
  58. display: block;
  59. background: #fff;
  60. height:98rpx;
  61. line-height: 98rpx;
  62. border-radius: unset;
  63. }
  64. .timebox image{
  65. display: block;
  66. width: 33rpx;
  67. height: 30rpx;
  68. position: relative;
  69. top: 5rpx;
  70. margin-right: 16rpx;
  71. }
  72. .placebox image{
  73. display: block;
  74. width: 24rpx;
  75. height: 32rpx;
  76. position: relative;
  77. top: 4rpx;
  78. margin-right: 20rpx;
  79. }
  80. .fontweight {
  81. font-weight:600;
  82. }
  83. .padding-lr-sm {
  84. padding: 10rpx 20rpx;
  85. }
  86. .flex-row {
  87. display: flex;
  88. }
  89. .flex-sub {
  90. flex: 1;
  91. }
  92. .w150 {
  93. width: 150rpx;
  94. display: flex;
  95. justify-content: center;
  96. align-items: center;
  97. }
  98. .line-box {
  99. display: flex;
  100. align-items: center;
  101. margin-top:20rpx;
  102. margin-bottom:24rpx;
  103. }
  104. .line-left {
  105. flex: 1;
  106. height: 5rpx;
  107. background-image: linear-gradient(to right, #fff , #D4E4ED);
  108. }
  109. .line-circle {
  110. width: 10rpx;
  111. height: 10rpx;
  112. border-radius: 50%;
  113. background-color: #D4E4ED;
  114. }
  115. .line-right {
  116. flex: 1;
  117. height: 5rpx;
  118. background-image: linear-gradient(to left, #fff , #D4E4ED);
  119. }
  120. .activitymsg{
  121. display: block;
  122. width: 100%;
  123. min-height: 100%;
  124. background-color: #FFFFFF;
  125. }
  126. .activitycrmbox{
  127. display: block;
  128. width: 100%;
  129. min-height: 100%;
  130. background-color: #f0f4f7;
  131. }
  132. .footer button.nowclick{
  133. background-color: #249efb;
  134. color: #fff;
  135. }
  136. .typetitbox{
  137. display: block;
  138. width: 100%;
  139. padding: 0 25rpx;
  140. background-color: #f9f9f9;
  141. }
  142. .topnumbox{
  143. display: block;
  144. width: 700rpx;
  145. height: 168rpx;
  146. background: #FFFFFF;
  147. box-shadow: 0px 2rpx 22rpx rgba(38, 146, 253, 0.15);
  148. border-radius: 10rpx;
  149. box-sizing: border-box;
  150. padding: 40rpx 0 36rpx;
  151. margin: 40rpx auto;
  152. }
  153. .leftborderbox{
  154. display: block;
  155. width: 0px;
  156. height: 68rpx;
  157. border: 1px solid #E4E4E4;
  158. opacity: 1;
  159. position: absolute;
  160. top: 50rpx;
  161. left: 25%;
  162. }
  163. .typetitbox .titextbox{
  164. display:inline-block;
  165. line-height: 32rpx;
  166. padding-left: 22rpx;
  167. padding-bottom: 16rpx;
  168. font-size: 24rpx;
  169. font-weight: 500;
  170. color: #141414;
  171. }
  172. .typetitbox .titextbox:first-child{
  173. padding-left:0;
  174. }
  175. .typetitbox .nowtit{
  176. font-size: 36rpx;
  177. line-height: 40rpx;
  178. position: relative;
  179. font-weight: bold;
  180. color: #2692FD;
  181. }
  182. .typetitbox .nowtit::before{
  183. content: " ";
  184. display: block;
  185. width: 148rpx;
  186. height: 4rpx;
  187. background: #2692FD;
  188. opacity: 1;
  189. border-radius: 5rpx;
  190. position: absolute;
  191. bottom: 0rpx;
  192. left: 50%;
  193. margin-left: -74rpx;
  194. }
  195. .sharebtn{
  196. display: block;
  197. width: 120rpx;
  198. height: 120rpx;
  199. border-radius: 50%;
  200. line-height: 36rpx;
  201. background-color: #249efb;
  202. color: #fff;
  203. position: fixed;
  204. right: 20rpx;
  205. bottom: 160rpx;
  206. z-index: 28;
  207. font-size: 28rpx;
  208. padding-top: 24rpx;
  209. box-shadow: 0 0rpx 16rpx 8rpx rgba(36,158,251,0.37);
  210. }