activitymsg.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. .coverbox{
  2. display: block;
  3. width: 100%;
  4. max-height: 400rpx;
  5. overflow: hidden;
  6. }
  7. .coverbox image{
  8. display: block;
  9. width: 100%;
  10. }
  11. .contentbox{
  12. display: block;
  13. padding: 24rpx 20rpx 0;
  14. padding-bottom: calc(46px + constant(safe-area-inset-bottom)) !important; /* ios < 11.2*/
  15. padding-bottom: calc(46px + env(safe-area-inset-bottom)) !important; /* ios >= 11.2*/
  16. }
  17. .contentbox image{
  18. max-width: 100%;
  19. height: auto;
  20. }
  21. .titfootbox{
  22. display: block;
  23. padding: 24rpx 40rpx 0 32rpx;
  24. }
  25. .titfootbox image{
  26. display: block;
  27. width:30rpx;
  28. height: 24rpx;
  29. position: relative;
  30. top: 8rpx;
  31. margin-right: 8rpx;
  32. }
  33. .posterimgbox{
  34. display: block;
  35. width: 710rpx;
  36. margin: 0 auto;
  37. }
  38. .posterimgbox image{
  39. display: block;
  40. width: 100%;
  41. }
  42. .line-box {
  43. display: flex;
  44. align-items: center;
  45. margin-top:20rpx;
  46. margin-bottom:24rpx;
  47. }
  48. .line-left {
  49. flex: 1;
  50. height: 5rpx;
  51. background-image: linear-gradient(to right, #fff , #D4E4ED);
  52. }
  53. .line-circle {
  54. width: 10rpx;
  55. height: 10rpx;
  56. border-radius: 50%;
  57. background-color: #D4E4ED;
  58. }
  59. .line-right {
  60. flex: 1;
  61. height: 5rpx;
  62. background-image: linear-gradient(to left, #fff , #D4E4ED);
  63. }
  64. .footer{
  65. display: block;
  66. width: 100%;
  67. height: 98rpx;
  68. box-shadow: 0 -4rpx 12rpx 0 rgba(0,145,255,0.15);
  69. background: #FFFFFF;
  70. position: fixed;
  71. left: 0;
  72. bottom: 0;
  73. z-index: 100;
  74. box-sizing: content-box;
  75. }
  76. .collectbox{
  77. display: block;
  78. width: 160rpx;
  79. }
  80. .collectbox image{
  81. display: block;
  82. width:40rpx;
  83. height: 40rpx;
  84. margin: 10rpx auto 6rpx;
  85. }
  86. button.sharebtnbox{
  87. display: block;
  88. width: 320rpx;
  89. height: 98rpx;
  90. background-color: transparent;
  91. }
  92. .sharebtnbox image{
  93. display: block;
  94. width: 40rpx;
  95. height: 35rpx;
  96. position: relative;
  97. top: 31.5rpx;
  98. }
  99. .sharebtnbox view{
  100. line-height: 98rpx;
  101. margin-left: 8rpx;
  102. }
  103. .lookmore{
  104. display: block;
  105. width: 444rpx;
  106. height: 88rpx;
  107. border: 2rpx solid #9DB6CF;
  108. border-radius: 40rpx;
  109. line-height: 84rpx;
  110. margin: 40rpx auto;
  111. }
  112. .unloginbox {
  113. min-height: 400rpx;
  114. max-height: 900rpx;
  115. overflow: hidden;
  116. position: relative;
  117. }
  118. .unloginlayer{
  119. display: block;
  120. position: absolute;
  121. bottom: 0;
  122. left: 0;
  123. width: 100%;
  124. height: 400rpx;
  125. background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, #FFFFFF 69%);
  126. z-index: 8;
  127. }
  128. .articlebtn{
  129. display: block;
  130. width: 312rpx;
  131. height: 64rpx;
  132. background: #FFFFFF;
  133. border: 1px solid #384855;
  134. border-radius: 36rpx;
  135. position: absolute;
  136. bottom: 48rpx;
  137. left: 218rpx;
  138. text-align: center;
  139. line-height: 64rpx;
  140. font-size: 24rpx;
  141. color: #384855;
  142. }
  143. .articleview{
  144. width: auto;
  145. height: 64rpx;
  146. line-height: 64rpx;
  147. }
  148. .articleview image{
  149. width: 32rpx;
  150. height: 32rpx;
  151. position: relative;
  152. top: 16rpx;
  153. margin-left: 8rpx;
  154. margin-top: 0;
  155. }
  156. .footrightbtn{
  157. float: right;
  158. width: 400rpx;
  159. height: 80rpx;
  160. margin-right: 20rpx;
  161. background: #FA6400;
  162. border-radius: 2px;
  163. position: relative;
  164. top: 9rpx;
  165. color: #FFFFFF;
  166. font-size: 28rpx;
  167. line-height: 80rpx;
  168. }
  169. .footrightbtn1{
  170. float: right;
  171. width: 400rpx;
  172. height: 80rpx;
  173. margin-right: 20rpx;
  174. border-radius: 40px;
  175. position: relative;
  176. top: 9rpx;
  177. color: #FFFFFF;
  178. font-size: 28rpx;
  179. line-height: 80rpx;
  180. }
  181. .despoitbox{
  182. display: block;
  183. height: 80rpx;
  184. line-height: 80rpx;
  185. border-radius: 40rpx 0 0 40rpx;
  186. background-color: #347af6;
  187. color: #FFFFFF;
  188. }
  189. .pointbox{
  190. display: block;
  191. height: 80rpx;
  192. line-height: 80rpx;
  193. border-radius: 0 40rpx 40rpx 0 ;
  194. background-color: #249EFB;
  195. font-size: 28rpx;
  196. color: #FFFFFF;
  197. }
  198. .placebox image{
  199. display: block;
  200. width: 24rpx;
  201. height: 32rpx;
  202. position: relative;
  203. top: 4rpx;
  204. margin-right: 12rpx;
  205. }
  206. .flex-row {
  207. display: flex;
  208. }
  209. .flex-sub {
  210. flex: 1;
  211. }
  212. .ptlr {
  213. padding: 15rpx 40rpx 20rpx 32rpx;
  214. }
  215. .w150 {
  216. width: 150rpx;
  217. display: flex;
  218. justify-content: center;
  219. align-items: center;
  220. }
  221. .qrcodelayer{
  222. display: block;
  223. width: 100%;
  224. height: 100%;
  225. position: fixed;
  226. top: 0;
  227. left:0;
  228. z-index: 101;
  229. background-color: rgba(56, 72, 85, 0.5);
  230. }
  231. .qrcodebox{
  232. width: 670rpx;
  233. position: absolute;
  234. top: 50%;
  235. left: 50%;
  236. transform: translateX(-50%) translateY(-50%);
  237. background-color: #FFFFFF;
  238. border-radius: 12rpx;
  239. overflow: hidden;
  240. }
  241. .qrcodetit{
  242. display: block;
  243. width: 100%;
  244. height: 80rpx;
  245. line-height: 80rpx;
  246. background-color: #249efb;
  247. color: #FFFFFF;
  248. line-height: 80rpx;
  249. text-align: center;
  250. font-size: 28rpx;
  251. }
  252. .codecloseimg{
  253. display: block;
  254. width: 32rpx;
  255. height: 32rpx;
  256. position: absolute;
  257. right: 14rpx;
  258. top: 24rpx;
  259. z-index: 102;
  260. }
  261. .qrcodeimgbox{
  262. padding-top: 40rpx;
  263. }
  264. .qrcodeimgbox image{
  265. display: block;
  266. width: 520rpx;
  267. height: 520rpx;
  268. margin: 0 auto;
  269. }
  270. .save{
  271. color: #384855;
  272. font-size: 24rpx;
  273. line-height: 28rpx;
  274. text-align: center;
  275. padding: 0 0 32rpx;
  276. }