activitymsg.wxss 4.0 KB

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