invitationDetails.wxss 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448
  1. /* pages/invitationDetails/invitationDetails.wxss */
  2. .invit {
  3. /* width: 100vw; */
  4. min-height: 100vh;
  5. background: #FF7C46;
  6. }
  7. .invit .banner {
  8. width: 100%;
  9. position: absolute;
  10. height: 1392rpx;
  11. top: 0rpx;
  12. left: 0rpx;
  13. }
  14. .invit .banner image {
  15. display: block;
  16. width: 100%;
  17. height: 1440rpx;
  18. }
  19. .invit .content {
  20. padding: 36rpx 32rpx 0rpx 32rpx;
  21. margin-top: -15rpx;
  22. height: 1470rpx;
  23. }
  24. .list {
  25. position: relative;
  26. font-family: PingFangSC-Regular, PingFang SC;
  27. /* padding-top: 100rpx; */
  28. }
  29. .content-image{
  30. width: 686rpx;
  31. height: 600rpx;
  32. margin-top: 778rpx;
  33. position: absolute;
  34. }
  35. .other-list {
  36. display: flex;
  37. flex-direction: column;
  38. align-items: center;
  39. padding: 48rpx 46rpx 48rpx 46rpx;
  40. box-sizing: border-box;
  41. margin-top: 24rpx;
  42. }
  43. .other-list .other-list-info {
  44. /* margin-top: 40rpx; */
  45. font-size: 28rpx;
  46. font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  47. font-weight: 400;
  48. color: #EB5C21;
  49. line-height: 42rpx;
  50. }
  51. .other-list .title {
  52. font-size: 32rpx;
  53. color: #EB5C21;
  54. }
  55. .other-list image {
  56. width: 234rpx;
  57. height: 250rpx;
  58. margin-top: 46rpx;
  59. }
  60. .list .list-title {
  61. text-align: center;
  62. font-size: 36rpx;
  63. font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  64. font-weight: 400;
  65. color: #333333;
  66. line-height: 60rpx;
  67. margin-top: 866rpx;
  68. }
  69. .list .list-title .title-text {
  70. font-size: 44rpx;
  71. font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  72. color: #FF7C46;
  73. line-height: 66rpx;
  74. font-weight: 400;
  75. }
  76. .list .list-title image {
  77. width: 442rpx;
  78. height: 34rpx;
  79. }
  80. .list .list-tips {
  81. margin-top: 20rpx;
  82. font-size: 28rpx;
  83. font-family: PingFangSC-Regular, PingFang SC;
  84. font-weight: 400;
  85. color: #333333;
  86. line-height: 50rpx;
  87. text-align: center;
  88. margin-top: 2rpx;
  89. display: flex;
  90. flex-direction: column;
  91. align-items: flex-start;
  92. margin-left: 64rpx;
  93. }
  94. .list-tips-item{
  95. display: flex;
  96. align-items: center;
  97. }
  98. .list-tips-item{
  99. margin-top: 38rpx;
  100. }
  101. .list-tips-num text{
  102. color: #FF7C46;
  103. }
  104. .list-tips-text{
  105. margin-top: 16rpx;
  106. font-size: 20rpx;
  107. margin-left: 28rpx;
  108. }
  109. .list-tips-text text{
  110. color: #FF7C46;
  111. font-size: 30rpx;
  112. text-align: left;
  113. }
  114. .list .list-tips .tips-text {
  115. font-size: 64rpx;
  116. font-family: PingFangSC-Medium, PingFang SC;
  117. font-weight: 500;
  118. color: #EB5C21;
  119. line-height: 90rpx;
  120. }
  121. .list .list-tips .product {
  122. color: #FF413E;
  123. font-size: 32rpx;
  124. }
  125. .list .product-image {
  126. padding: 20rpx 0;
  127. text-align: center;
  128. }
  129. .list .product-image image {
  130. width: 148rpx;
  131. height: 248rpx;
  132. }
  133. .list .list-button {
  134. /* background: url(https://we-spa.oss-cn-shenzhen.aliyuncs.com/wxapp/20220811/%E7%BC%96%E7%BB%84_16%5B1%5D.png) no-repeat; */
  135. /* width: 210rpx;
  136. height: 78rpx; */
  137. /* margin-top: 90rpx; */
  138. left: 50%;
  139. top: 50%;
  140. position: relative;
  141. transform: translate(-50%,-50%);
  142. text-align: center;
  143. margin-top: 82rpx;
  144. padding-top: 8rpx;
  145. width: 222rpx;
  146. }
  147. .list-button image{
  148. width: 222rpx;
  149. height: 78rpx;
  150. }
  151. .list .list-button text{
  152. font-size: 34rpx;
  153. font-weight: 400;
  154. color: white;
  155. /* margin-left: 34rpx; */
  156. position: absolute;
  157. left: 50%;
  158. top: 40%;
  159. width: 222rpx;
  160. transform: translate(-50%,-50%);
  161. }
  162. .center-image{
  163. width: 756rpx;
  164. height: 126rpx;
  165. position: relative;
  166. }
  167. /* 免费体验 */
  168. .freeImage image{
  169. width: 646rpx;
  170. height: 422rpx;
  171. margin-top: 30rpx;
  172. }
  173. .freeImage{
  174. width: 100%;
  175. display: flex;
  176. justify-content: center;
  177. }
  178. /* 项目介绍 */
  179. .productInfo{
  180. width: 100%;
  181. display: flex;
  182. justify-content: center;
  183. margin-top: 40rpx;
  184. }
  185. .productInfo image{
  186. width: 646rpx;
  187. height: 894rpx;
  188. }
  189. /* 活动介绍 */
  190. .productIntroduce{
  191. width: 100%;
  192. display: flex;
  193. justify-content: center;
  194. margin-top: 40rpx;
  195. }
  196. .productIntroduce image{
  197. width: 646rpx;
  198. height: 364rpx;
  199. }
  200. .info-title {
  201. font-size: 36rpx;
  202. font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  203. font-weight: bold;
  204. color: #FF8686;
  205. line-height: 54rpx;
  206. text-align: center;
  207. margin-top: 48rpx;
  208. }
  209. .info-title>text {
  210. font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  211. font-weight: 400;
  212. color: #FF8686;
  213. font-size: 24rpx;
  214. color: #FF8686;
  215. }
  216. .list .activity-ts {
  217. font-size: 24rpx;
  218. font-family: PingFangSC-Regular, PingFang SC;
  219. font-weight: 400;
  220. color: #776350;
  221. line-height: 34rpx;
  222. text-align: center;
  223. margin-top: 24rpx;
  224. }
  225. .list .subtitlt-tips {
  226. padding-left: 46rpx;
  227. font-size: 24rpx;
  228. font-weight: 400;
  229. color: #A76701;
  230. line-height: 34rpx;
  231. }
  232. /* 邀请记录 */
  233. .call-list{
  234. width: 100%;
  235. text-align: center;
  236. margin-top: 46rpx;
  237. height: 440rpx;
  238. }
  239. .call-list image{
  240. width: 646rpx;
  241. height: 440rpx;
  242. position: relative;
  243. }
  244. .call-list .info-title{
  245. font-size: 34rpx;
  246. color: #333333;
  247. font-weight: 700;
  248. position: absolute;
  249. top: 0;
  250. left: 0;
  251. margin-top: 6rpx;
  252. margin-left: 260rpx;
  253. }
  254. /* .call-list {
  255. margin-top: 24rpx;
  256. font-family: PingFangSC-Medium, PingFang SC;
  257. color: #A46A1C;
  258. text-align: center;
  259. } */
  260. .call-list .call-title {
  261. line-height: 50rpx;
  262. font-weight: 500;
  263. font-size: 36rpx;
  264. }
  265. .call-list .call-title image {
  266. width: 142rpx;
  267. height: 36rpx;
  268. vertical-align: middle;
  269. }
  270. .call-list .call-team {
  271. height: 484rpx;
  272. border-radius: 24rpx;
  273. margin-top: 24rpx;
  274. position: absolute;
  275. top: 40rpx;
  276. width: 100%;
  277. }
  278. .call-team .team-content {
  279. height: 100%;
  280. border-radius: 24rpx;
  281. }
  282. /* .call-team .team-content .content-title {
  283. margin-top: 40rpx;
  284. font-size: 28rpx;
  285. font-family: PingFangSC-Medium, PingFang SC;
  286. font-weight: 500;
  287. color: #EB5C21;
  288. line-height: 40rpx;
  289. } */
  290. .call-team .team-content .content-list {
  291. margin-top: 24rpx;
  292. height: 380rpx;
  293. overflow-y: scroll;
  294. }
  295. /* .call-team .team-content .content-list .finished {
  296. height: 64rpx;
  297. color: #EB5C21;
  298. font-size: 28rpx;
  299. } */
  300. .call-list .call-team .list-info text {
  301. font-size: 12px;
  302. font-family: PingFangSC-Regular, PingFang SC;
  303. font-weight: 400;
  304. /* color: #333333; */
  305. line-height: 17px;
  306. }
  307. .list-info-text{
  308. color:#EB5C21 ;
  309. }
  310. .call-list .call-team .list-info {
  311. margin-top: 20rpx;
  312. display: flex;
  313. justify-content: space-between;
  314. align-items: center;
  315. padding: 0 28rpx;
  316. }
  317. .call-list .call-team .list-info image {
  318. width: 64rpx;
  319. height: 64rpx;
  320. border-radius: 50%;
  321. }
  322. .introduce {
  323. margin-top: 48rpx;
  324. text-align: center;
  325. font-family: PingFangSC-Medium, PingFang SC;
  326. color: #A46A1C;
  327. }
  328. .introduce .introduce-title {
  329. line-height: 50rpx;
  330. font-weight: 500;
  331. font-size: 36rpx;
  332. }
  333. .introduce .introduce-title image {
  334. width: 142rpx;
  335. height: 36rpx;
  336. vertical-align: middle;
  337. }
  338. .introduce .tips {
  339. text-align: left;
  340. font-size: 20rpx;
  341. font-weight: 400;
  342. color: #EB5C21;
  343. line-height: 28rpx;
  344. }
  345. .share {
  346. padding: 60rpx 136rpx 96rpx 136rpx;
  347. position: relative;
  348. }
  349. .share .close {
  350. position: absolute;
  351. top: 36rpx;
  352. right: 32rpx;
  353. width: 56rpx;
  354. height: 56rpx;
  355. }
  356. .share .close image {
  357. width: 100%;
  358. height: 100%;
  359. }
  360. .share .share-title {
  361. text-align: center;
  362. font-size: 36rpx;
  363. font-family: PingFangSC-Medium, PingFang SC;
  364. font-weight: 500;
  365. color: #000000;
  366. line-height: 50rpx;
  367. }
  368. .share .share-mode {
  369. margin-top: 72rpx;
  370. display: flex;
  371. justify-content: space-between;
  372. }
  373. .share .share-mode .weixin image {
  374. display: block;
  375. width: 104rpx;
  376. height: 104rpx;
  377. }
  378. .share .share-mode .title {
  379. margin-top: 28rpx;
  380. font-size: 24rpx;
  381. font-family: PingFangSC-Regular, PingFang SC;
  382. font-weight: 400;
  383. color: #000000;
  384. line-height: 34rpx;
  385. text-align: center;
  386. }
  387. .share .share-mode .wechat-moments image {
  388. display: block;
  389. width: 104rpx;
  390. height: 104rpx;
  391. }
  392. .clear-style {
  393. border: none;
  394. border-radius: 0;
  395. background-color: transparent !important;
  396. padding: 0rpx !important;
  397. margin: 0rpx !important;
  398. }
  399. .clear-style::after {
  400. border: none;
  401. }
  402. /* 马上邀请以下部分的盒子 */
  403. .bottom{
  404. background-color: #ffad03;
  405. width: 100%;
  406. height: 100%;
  407. }