activitymsg.wxss 5.7 KB

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