material.wxss 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  1. .bg {
  2. position: relative;
  3. width: 100%;
  4. min-height: 100%;
  5. background-color: #ffe3dc;
  6. overflow-y: hidden;
  7. }
  8. .top {
  9. position: relative;
  10. width: 100%;
  11. height: 209rpx;
  12. background-image: url('https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/material/materialbg.png');
  13. background-size: 100% 100%;
  14. }
  15. .top-head {
  16. display: block;
  17. position: absolute;
  18. right: 20rpx;
  19. top: 83rpx;
  20. width: 136rpx;
  21. height: 136rpx;
  22. border-radius: 100%;
  23. }
  24. .top-text {
  25. font-size: 36rpx;
  26. color: #4c4c4c;
  27. position: absolute;
  28. right: 193rpx;
  29. top: 137rpx;
  30. width: 300rpx;
  31. text-align: right;
  32. }
  33. .hint {
  34. width: 680rpx;
  35. padding-left: 30rpx;
  36. height: 87rpx;
  37. line-height: 87rpx;
  38. font-size: 24rpx;
  39. background-color: #ffede8;
  40. border-radius: 12rpx;
  41. color: #4c4c4c;
  42. margin: 20rpx auto 0;
  43. }
  44. .main {
  45. width: 670rpx;
  46. padding: 20rpx;
  47. background-color: #fff;
  48. margin: 20rpx auto;
  49. border-radius: 12rpx;
  50. }
  51. .main-top {
  52. height: 72rpx;
  53. }
  54. .main-head {
  55. width: 72rpx;
  56. height: 72rpx;
  57. display: block;
  58. float: left;
  59. border-radius: 100%;
  60. }
  61. .main-name {
  62. padding-left: 20rpx;
  63. line-height: 72rpx;
  64. font-size: 28rpx;
  65. color: #4c4c4c;
  66. float: left;
  67. width: 400rpx;
  68. }
  69. .main-allshare {
  70. width: 134rpx;
  71. height: 46rpx;
  72. border: 1rpx solid #eab86a;
  73. font-size: 24rpx;
  74. float: right;
  75. color: #eab86a;
  76. text-align: center;
  77. line-height: 46rpx;
  78. border-radius: 46rpx;
  79. margin-top: 12rpx;
  80. }
  81. .main-text {
  82. padding-left: 90rpx;
  83. padding-right: 10rpx;
  84. line-height: 50rpx;
  85. font-size: 28rpx;
  86. color: #4c4c4c;
  87. -webkit-line-clamp: 3;
  88. margin-bottom: 17rpx;
  89. }
  90. .main-alltext {
  91. margin-bottom: 26rpx;
  92. margin-left: 90rpx;
  93. line-height: 32rpx;
  94. font-size: 28rpx;
  95. color: #83a7d0;
  96. }
  97. .images {
  98. padding-left: 92rpx;
  99. padding-right: 86rpx;
  100. }
  101. .image {
  102. display: block;
  103. width: 156rpx;
  104. height: 156rpx;
  105. float: left;
  106. margin-bottom: 8rpx;
  107. margin-right: 8rpx;
  108. }
  109. .main-time {
  110. padding: 27rpx 94rpx 40rpx 92rpx;
  111. line-height: 24rpx;
  112. color: #999999;
  113. font-size: 24rpx;
  114. }
  115. .main-share {
  116. width: 670rpx;
  117. height: 120rpx;
  118. background-color: #f3f3f3;
  119. }
  120. .main-shareimg {
  121. display: block;
  122. width: 100rpx;
  123. height: 100rpx;
  124. margin-left: 10rpx;
  125. margin-top: 10rpx;
  126. float: left;
  127. }
  128. .main-sharetext {
  129. padding-left: 12rpx;
  130. line-height: 40rpx;
  131. padding-top: 20rpx;
  132. margin-bottom: 20rpx;
  133. font-size: 28rpx;
  134. color: #4c4c4c;
  135. float: left;
  136. width: 380rpx;
  137. -webkit-line-clamp: 2;
  138. }
  139. .main-sharebtn {
  140. width: 102rpx;
  141. height: 48rpx;
  142. background-color: #eab86a;
  143. float: right;
  144. margin-top: 36rpx;
  145. margin-right: 20rpx;
  146. border-radius: 48rpx;
  147. color: #fff;
  148. font-size: 24rpx;
  149. text-align: center;
  150. line-height: 48rpx;
  151. }
  152. .popup-bg {
  153. position: fixed;
  154. left: 0;
  155. top: 0;
  156. width: 100%;
  157. height: 100%;
  158. background-color: rgba(0,0,0,0.5);
  159. z-index: 100;
  160. }
  161. .popup {
  162. position: absolute;
  163. left: 50%;
  164. top: 300rpx;
  165. margin-left: -280rpx;
  166. width: 560rpx;
  167. height: 440rpx;
  168. background-color: #fff;
  169. border-radius: 10rpx;
  170. overflow: hidden;
  171. }
  172. .popup-title {
  173. text-align: center;
  174. line-height: 32rpx;
  175. font-size: 32rpx;
  176. padding-top: 30rpx;
  177. padding-bottom: 32rpx;
  178. color: #4c4c4c;
  179. font-weight: bold;
  180. }
  181. .popup-logobg {
  182. width: 110rpx;
  183. height: 110rpx;
  184. border-radius: 100%;
  185. background-color: #f7f7f7;
  186. margin: 0 auto;
  187. border:1rpx solid #cfcfcf;
  188. }
  189. .popup-image {
  190. display: block;
  191. width: 67rpx;
  192. height: 90rpx;
  193. background-image: url('https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/startlogo.png');
  194. background-size: 100% 100%;
  195. margin: 8rpx auto 0;
  196. }
  197. .popup-hint {
  198. display: block;
  199. font-size: 28rpx;
  200. color: #999999;
  201. text-align: center;
  202. line-height: 50rpx;
  203. padding-top: 20rpx;
  204. }
  205. .popup-bottom {
  206. border:0;
  207. border-radius: 0rpx;
  208. position: absolute;
  209. bottom: 0;
  210. width: 100%;
  211. height: 88rpx;
  212. line-height: 88rpx;
  213. left: 0;
  214. border-top: 1rpx solid #cccccc;
  215. text-align: center;
  216. font-size: 32rpx;
  217. color: #39a43c;
  218. }
  219. .canvas-position {
  220. position: absolute;
  221. left: 100%;
  222. top: -100%;
  223. width: 0rpx;
  224. height: 0rpx;
  225. overflow: hidden;
  226. }
  227. .poster {
  228. position: fixed;
  229. top: 0;
  230. width: 100%;
  231. height: 100%;
  232. background: rgba(0,0,0,0.4);
  233. z-index: 99;
  234. }
  235. .poster-main {
  236. position: absolute;
  237. left: 0;
  238. bottom: 0;
  239. width: 100%;
  240. height: 1008rpx;
  241. background-color: #fff;
  242. }
  243. .poster-img {
  244. display: block;
  245. width: 375rpx;
  246. height: 677rpx;
  247. margin: 0 auto;
  248. border-radius: 20rpx;
  249. box-shadow: 0 10rpx 30rpx rgba(0,0,0,0.3);
  250. }
  251. .poster-close {
  252. position: absolute;
  253. width: 24rpx;
  254. height: 24rpx;
  255. top: 45rpx;
  256. right: 44rpx;
  257. background-image: url('https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/poster/close.png');
  258. background-size: 24rpx 24rpx;
  259. background-origin: content-box;
  260. background-repeat: no-repeat;
  261. padding: 30rpx;
  262. }
  263. .poster-text {
  264. text-align: center;
  265. color: #444444;
  266. font-size: 30rpx;
  267. padding-top: 40rpx;
  268. }
  269. .poster-btn {
  270. width: 336rpx;
  271. height: 96rpx;
  272. margin: 30rpx auto 0;
  273. background: linear-gradient(to right, #ffc56c , #ff9f61 , #ff7a56);
  274. border-radius: 96rpx;
  275. }
  276. .poster-icon {
  277. float: left;
  278. width: 40rpx;
  279. height: 40rpx;
  280. margin-left: 106rpx;
  281. margin-top: 26rpx;
  282. background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/poster/download.png');
  283. background-size: 100% 100%;
  284. }
  285. .poster-save {
  286. float: left;
  287. line-height: 96rpx;
  288. font-size: 32rpx;
  289. color: #fff;
  290. padding-left: 15rpx;
  291. }
  292. .all-share {
  293. width: 330rpx;
  294. height: 370rpx;
  295. position: fixed;
  296. z-index: 99;
  297. left: 50%;
  298. top: 350rpx;
  299. background-color: rgba(0,0,0,0.7);
  300. border-radius: 16rpx;
  301. padding: 45rpx 35rpx 0;
  302. margin-left: -200rpx;
  303. }
  304. .all-line {
  305. color: #fff;
  306. font-size: 28rpx;
  307. margin-bottom: 30rpx;
  308. height: 52rpx;
  309. line-height: 52rpx;
  310. }
  311. @keyframes loading
  312. {
  313. from {transform: rotate(0deg);}
  314. to {transform: rotate(360deg);}
  315. }
  316. .all-load {
  317. width: 52rpx;
  318. height: 52rpx;
  319. background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/material/loading.png');
  320. background-size: 100% 100%;
  321. float: left;
  322. }
  323. .all-loading {
  324. width: 52rpx;
  325. height: 52rpx;
  326. background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/material/loading.png');
  327. background-size: 100% 100%;
  328. float: left;
  329. animation: loading 1s linear 0s infinite;
  330. }
  331. .all-finish {
  332. width: 52rpx;
  333. height: 52rpx;
  334. background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/material/finish.png');
  335. background-size: 100% 100%;
  336. float: left;
  337. }
  338. .all-text {
  339. float: left;
  340. padding-left: 20rpx;
  341. }
  342. .all-hint {
  343. border-top: 1rpx solid #fff;
  344. padding-top: 33rpx;
  345. padding-bottom: 48rpx;
  346. font-size: 28rpx;
  347. text-align: center;
  348. color: #ffabab;
  349. }