qingrenjie2020.wxss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845
  1. /* temp1/qingrenjie2020/qingrenjie2020.wxss */
  2. #container view,
  3. #container image {
  4. position: absolute
  5. }
  6. #container {
  7. position: absolute;
  8. top: 0;
  9. left: 0;
  10. width: 100%;
  11. height: 100%;
  12. overflow: hidden
  13. }
  14. .bg {
  15. width: 100%;
  16. height: 100%
  17. }
  18. .noshow {
  19. opacity: 0
  20. }
  21. #bg1 {
  22. background: url('https://s2.kagirl.cn/template/pic/qingrenjie2020/bg.png') no-repeat
  23. }
  24. .block {
  25. position: absolute;
  26. opacity: 1;
  27. left: 0;
  28. top: 0;
  29. width: 100%;
  30. height: 100%;
  31. overflow: hidden;
  32. -webkit-transform-style: preserve-3d;
  33. perspective: 4200px
  34. }
  35. .page_block {
  36. opacity: 0;
  37. width: 80%;
  38. height: 100%;
  39. left: 10%;
  40. top: 10%;
  41. /* transform: translate(50%, 50%); */
  42. }
  43. .page_ctn {
  44. top: -100rpx;
  45. width: 100%;
  46. height: 100rpx;
  47. }
  48. .page_word {
  49. opacity: 0;
  50. bottom: 100px;
  51. width: 100%;
  52. height: 50px;
  53. }
  54. .page {
  55. width: 100%;
  56. height: 100%;
  57. border: 10px solid #fa5d7c;
  58. }
  59. .wordspan {
  60. font-size: 26px;
  61. color: #fff;
  62. left: 0;
  63. width: 230px;
  64. height: 100px;
  65. vertical-align: middle;
  66. line-height: 30px;
  67. text-align: center;
  68. text-shadow: 2px 2px 2px #e52446;
  69. letter-spacing: 2px
  70. }
  71. .word_block {
  72. opacity: 0;
  73. left: 150px;
  74. bottom: 160px;
  75. width: 180px;
  76. height: 100px;
  77. overflow: hidden
  78. }
  79. @-webkit-keyframes wordshow {
  80. 0% {
  81. width: 0;
  82. opacity: 1
  83. }
  84. 22% {
  85. width: 230px;
  86. opacity: 1
  87. }
  88. 78% {
  89. width: 230px;
  90. opacity: 1
  91. }
  92. 100% {
  93. width: 0;
  94. opacity: 1
  95. }
  96. }
  97. @-webkit-keyframes pageshow {
  98. 0% {
  99. opacity: 0;
  100. -webkit-transform: translateY(500px)
  101. }
  102. 20% {
  103. opacity: 1;
  104. -webkit-transform: translateY(0)
  105. }
  106. 53% {
  107. -webkit-transform: translateY(30px)
  108. }
  109. 80% {
  110. -webkit-transform: translateY(-10px)
  111. }
  112. 90% {
  113. opacity: 1
  114. }
  115. 100% {
  116. opacity: 0;
  117. -webkit-transform: translateY(-600px)
  118. }
  119. }
  120. #fly1 {
  121. top: 0;
  122. left: 0;
  123. width: 120rpx;
  124. height: 83rpx
  125. }
  126. .fly1love {
  127. width: 90rpx;
  128. height: 60rpx;
  129. top: 60%;
  130. left: 50%;
  131. -webkit-transform: translate(-50%, -50%)
  132. }
  133. .fly1left {
  134. width: 80rpx;
  135. height: 60rpx;
  136. top: -20rpx;
  137. left: -40rpx;
  138. -webkit-animation: flyleftshow 2s linear infinite
  139. }
  140. .fly1right {
  141. width: 80rpx;
  142. height: 60rpx;
  143. top: -20rpx;
  144. left: 80rpx;
  145. -webkit-animation: flyrightshow 2s linear infinite;
  146. }
  147. @-webkit-keyframes flyleftshow {
  148. 0%,
  149. 100% {
  150. -webkit-transform-origin: 100% 100%;
  151. -webkit-transform: rotate(0)
  152. }
  153. 50% {
  154. -webkit-transform-origin: 100% 100%;
  155. -webkit-transform: rotate(-15deg)
  156. }
  157. }
  158. @-webkit-keyframes flyrightshow {
  159. 0%,
  160. 100% {
  161. -webkit-transform-origin: 0% 100%;
  162. -webkit-transform: rotate(0)
  163. }
  164. 50% {
  165. -webkit-transform-origin: 0% 100%;
  166. -webkit-transform: rotate(15deg)
  167. }
  168. }
  169. .fly1line {
  170. width: 10rpx;
  171. height: 30rpx;
  172. bottom: -20rpx;
  173. left: 50%;
  174. -webkit-transform: translateX(-50%)
  175. }
  176. .fly23line {
  177. width: 10rpx;
  178. height: 30rpx;
  179. bottom: -20rpx;
  180. left: 50%;
  181. -webkit-transform: translateX(-50%)
  182. }
  183. #fly1_2 {
  184. top: 0;
  185. left: 240rpx;
  186. width: 120rpx;
  187. height: 83rpx
  188. }
  189. #fly1_3 {
  190. top: 0;
  191. left: 500rpx;
  192. width: 120rpx;
  193. height: 83rpx
  194. }
  195. #fly2 {
  196. top: -5rpx;
  197. left: 0;
  198. width: 120rpx;
  199. height: 83rpx
  200. }
  201. #fly2_2 {
  202. top: -5rpx;
  203. right: 0;
  204. width: 120rpx;
  205. height: 83rpx;
  206. }
  207. #fly3 {
  208. top: -5rpx;
  209. left: 0;
  210. width: 120rpx;
  211. height: 83rpx;
  212. }
  213. #fly3_2 {
  214. top: -5rpx;
  215. right: 0;
  216. width: 120rpx;
  217. height: 83rpx;
  218. }
  219. #top_block {
  220. top: -82px;
  221. left: 3px;
  222. width: 497px;
  223. height: 200px
  224. }
  225. #shanghua {
  226. width: 100%;
  227. height: 100%
  228. }
  229. #top1_block {
  230. top: -14px;
  231. left: -19px;
  232. width: 117px;
  233. height: 128px
  234. }
  235. #top1_block image {
  236. width: 100%;
  237. height: 100%;
  238. }
  239. #top2_block {
  240. top: -20px;
  241. left: 37px;
  242. width: 87px;
  243. height: 106px
  244. }
  245. #top2_block image {
  246. width: 100%;
  247. height: 100%;
  248. }
  249. #top3_block {
  250. top: -8px;
  251. left: 349px;
  252. width: 59px;
  253. height: 63px
  254. }
  255. #top3_block image {
  256. width: 100%;
  257. height: 100%;
  258. }
  259. #top4_block {
  260. top: 26px;
  261. left: 204px;
  262. width: 86px;
  263. height: 95px
  264. }
  265. #top4_block image {
  266. width: 100%;
  267. height: 100%;
  268. }
  269. #top5_block {
  270. top: 34px;
  271. left: 258px;
  272. width: 53px;
  273. height: 52px
  274. }
  275. #top5_block image {
  276. width: 100%;
  277. height: 100%;
  278. }
  279. #top1 {
  280. -webkit-animation: top2show 2s linear infinite
  281. }
  282. #top2 {
  283. -webkit-animation: top2show 2s linear infinite
  284. }
  285. #top3 {
  286. -webkit-animation: top2show 1.5s linear infinite
  287. }
  288. #top4 {
  289. -webkit-animation: top2show 1.5s linear infinite
  290. }
  291. #top5 {
  292. -webkit-animation: top2show 1.5s linear infinite
  293. }
  294. @-webkit-keyframes top2show {
  295. 0%,
  296. 100% {
  297. -webkit-transform-origin: 10% 0%;
  298. -webkit-transform: rotate(0)
  299. }
  300. 50% {
  301. -webkit-transform-origin: 10% 0%;
  302. -webkit-transform: rotate(8deg)
  303. }
  304. }
  305. @-webkit-keyframes topmove {
  306. 0% {
  307. -webkit-transform: translateY(-100px)
  308. }
  309. 100% {
  310. -webkit-transform: translateY(0)
  311. }
  312. }
  313. #bottom_block {
  314. bottom: -50px;
  315. width: 100%;
  316. height: 236px
  317. }
  318. #bottom_block image {
  319. width: 100%;
  320. height: 100%;
  321. }
  322. #bottom2_block {
  323. bottom: 36px;
  324. left: 2px;
  325. width: 507px;
  326. height: 120px
  327. }
  328. #bottom2_block image {
  329. width: 100%;
  330. height: 100%;
  331. }
  332. #bottom2_2 {
  333. opacity: 0;
  334. left: -10px;
  335. top: -11px;
  336. -webkit-animation: bottom2_2show 4s 2s linear infinite
  337. }
  338. @-webkit-keyframes bottom2_2show {
  339. 0%,
  340. 100% {
  341. opacity: 0
  342. }
  343. 25%,
  344. 75% {
  345. opacity: 1
  346. }
  347. }
  348. @-webkit-keyframes bottomshow {
  349. 0% {
  350. -webkit-transform: translateY(100px)
  351. }
  352. 100% {
  353. -webkit-transform: translateY(0)
  354. }
  355. }
  356. #bottom3_block {
  357. bottom: 7px;
  358. left: 130px;
  359. width: 72px;
  360. height: 74px
  361. }
  362. #bottom3_block image {
  363. width: 100%;
  364. height: 100%;
  365. }
  366. #bottom3 {
  367. -webkit-animation: bottom3show 1.5s linear infinite
  368. }
  369. @-webkit-keyframes bottom3show {
  370. 0%,
  371. 100% {
  372. -webkit-transform-origin: 100% 100%;
  373. -webkit-transform: rotate(0)
  374. }
  375. 50% {
  376. -webkit-transform-origin: 100% 100%;
  377. -webkit-transform: rotate(10deg)
  378. }
  379. }
  380. #bottom4_block {
  381. bottom: 40px;
  382. left: 456px;
  383. width: 59px;
  384. height: 51px
  385. }
  386. #bottom4 {
  387. -webkit-animation: bottom3show 1s linear infinite
  388. }
  389. #love1 {
  390. opacity: 0;
  391. bottom: -55px;
  392. left: -8px;
  393. width: 202px;
  394. height: 180px
  395. }
  396. #love2 {
  397. opacity: 0;
  398. bottom: -192px;
  399. left: 205px;
  400. width: 339px;
  401. height: 301px
  402. }
  403. #love3 {
  404. opacity: 0;
  405. bottom: -50px;
  406. left: 385px;
  407. width: 107px;
  408. height: 95px
  409. }
  410. #love4 {
  411. opacity: 0;
  412. bottom: 64px;
  413. left: 29px;
  414. width: 77px;
  415. height: 68px
  416. }
  417. @-webkit-keyframes lovemove {
  418. 0% {
  419. -webkit-transform: translateY(0)
  420. }
  421. 2% {
  422. opacity: 1
  423. }
  424. 98% {
  425. opacity: 1
  426. }
  427. 100% {
  428. opacity: 0;
  429. -webkit-transform: translateY(-1200px)
  430. }
  431. }
  432. #love_block {
  433. top: 50%;
  434. width: 100%;
  435. height: 485px;
  436. }
  437. #love_block image {
  438. width: 100%;
  439. }
  440. @-webkit-keyframes love_blockmove {
  441. 0% {
  442. opacity: 0;
  443. -webkit-transform: translateY(50%)
  444. }
  445. 2% {
  446. opacity: 1
  447. }
  448. 30% {
  449. -webkit-transform: translateY(-50%)
  450. }
  451. 78% {
  452. -webkit-transform: translateY(-50%)
  453. }
  454. 98% {
  455. opacity: 1
  456. }
  457. 100% {
  458. opacity: 0;
  459. -webkit-transform: translateY(-150%)
  460. }
  461. }
  462. #qbt_block {
  463. width: 100%;
  464. height: 100%
  465. }
  466. #qbt_block #qiubite {
  467. width: 180rpx;
  468. height: 150rpx;
  469. }
  470. #qbt_block #arrow {
  471. width: 80rpx;
  472. height: 50rpx;
  473. }
  474. @-webkit-keyframes qbt_blockshow {
  475. 0% {
  476. -webkit-transform: translate(0, 0)
  477. }
  478. 100% {
  479. -webkit-transform: translate(400px, -200px)
  480. }
  481. }
  482. #arrow {
  483. top: 19px;
  484. left: 60px
  485. }
  486. @-webkit-keyframes arrowshow {
  487. 0% {
  488. -webkit-transform: translate(0, 0)
  489. }
  490. 100% {
  491. -webkit-transform: translate(77px, -25px)
  492. }
  493. }
  494. #qiubite_block {
  495. opacity: 0;
  496. top: 60px;
  497. left: 45px;
  498. width: 96px;
  499. height: 102px
  500. }
  501. @-webkit-keyframes qiubite_blockshow {
  502. 0% {
  503. -webkit-transform: scale(.1)
  504. }
  505. 2% {
  506. opacity: 1
  507. }
  508. 100% {
  509. opacity: 1;
  510. -webkit-transform: scale(1)
  511. }
  512. }
  513. #qiubitexin {
  514. opacity: 0;
  515. top: 55px;
  516. left: 231px;
  517. width: 30px;
  518. height: 26px
  519. }
  520. @-webkit-keyframes qiubitexinshow {
  521. 0% {
  522. -webkit-transform: translateY(50px) scale(.1)
  523. }
  524. 2% {
  525. opacity: 1
  526. }
  527. 50% {
  528. opacity: 1;
  529. -webkit-transform: translateY(50px) scale(1)
  530. }
  531. 100% {
  532. opacity: 1;
  533. -webkit-transform: translateY(0) scale(1)
  534. }
  535. }
  536. #pagetitle {
  537. width: 100%;
  538. height: 100%;
  539. overflow: hidden
  540. }
  541. @-webkit-keyframes pagetitleshow {
  542. 0% {
  543. height: 0
  544. }
  545. 100% {
  546. height: 100%
  547. }
  548. }
  549. #titlecontent {
  550. opacity: 1;
  551. top: 43%;
  552. left: 50%;
  553. height: 50%;
  554. font-size: 25px;
  555. color: #fff;
  556. text-align: center;
  557. overflow: hidden;
  558. -webkit-transform: translate(-50%, -50%);
  559. }
  560. @-webkit-keyframes fadein {
  561. from {
  562. opacity: 0
  563. }
  564. to {
  565. opacity: 1
  566. }
  567. }
  568. @-webkit-keyframes fadeout {
  569. from {
  570. opacity: 1
  571. }
  572. to {
  573. opacity: 0
  574. }
  575. }
  576. #huaban1 {
  577. top: -50px;
  578. left: 35px;
  579. width: 61px;
  580. height: 64px;
  581. -webkit-animation: huaban1show 4.5s 7s linear infinite
  582. }
  583. #huaban2 {
  584. top: -38px;
  585. left: 133px;
  586. width: 56px;
  587. height: 56px;
  588. -webkit-animation: huaban2show 5.3s 8s linear infinite
  589. }
  590. #huaban5 {
  591. top: -51px;
  592. left: 249px;
  593. width: 52px;
  594. height: 51px;
  595. -webkit-animation: huaban1show 4.6s 7.4s linear infinite
  596. }
  597. #huaban6 {
  598. top: -34px;
  599. left: 459px;
  600. width: 30px;
  601. height: 34px;
  602. -webkit-animation: huaban1show 7.1s 7s linear infinite
  603. }
  604. #huaban7 {
  605. top: -54px;
  606. left: 38px;
  607. width: 51px;
  608. height: 52px;
  609. -webkit-animation: huaban2show 6.8s 7s linear infinite
  610. }
  611. @-webkit-keyframes huaban1show {
  612. 0% {
  613. -webkit-transform: translate(0, 0) rotate(0)
  614. }
  615. 100% {
  616. -webkit-transform: translate(-5px, 950px) rotate(180deg)
  617. }
  618. }
  619. @-webkit-keyframes huaban2show {
  620. 0% {
  621. -webkit-transform: translate(0, 0) rotate(0)
  622. }
  623. 100% {
  624. -webkit-transform: translate(20px, 980px) rotate(-150deg)
  625. }
  626. }
  627. #xin1 {
  628. opacity: 0;
  629. bottom: 70px;
  630. left: 50px;
  631. width: 23px;
  632. height: 21px;
  633. -webkit-animation: xin1show 1.5s 7.4s linear infinite
  634. }
  635. #xin2 {
  636. opacity: 0;
  637. bottom: 70px;
  638. left: 100px;
  639. width: 32px;
  640. height: 30px;
  641. -webkit-animation: xin2show 1.5s 7s linear infinite
  642. }
  643. #xin3 {
  644. -webkit-transform: rotate(-50deg)
  645. }
  646. #xin3_block {
  647. opacity: 0;
  648. bottom: 70px;
  649. left: 250px;
  650. width: 37px;
  651. height: 37px;
  652. -webkit-animation: xin1show 1.4s 7s linear infinite
  653. }
  654. #xin4 {
  655. opacity: 0;
  656. bottom: 70px;
  657. left: 340px;
  658. width: 15px;
  659. height: 14px;
  660. -webkit-animation: xin2show 1.5s 7.4s linear infinite
  661. }
  662. #xin5 {
  663. opacity: 0;
  664. bottom: 70px;
  665. left: 425px;
  666. width: 30px;
  667. height: 27px;
  668. -webkit-animation: xin2show 2s 7s linear infinite
  669. }
  670. @-webkit-keyframes xin1show {
  671. 0% {
  672. opacity: 0;
  673. -webkit-transform: translate(0, 0)
  674. }
  675. 10% {
  676. opacity: 1
  677. }
  678. 75% {
  679. opacity: 1
  680. }
  681. 100% {
  682. opacity: 0;
  683. -webkit-transform: translate(-50px, -140px)
  684. }
  685. }
  686. @-webkit-keyframes xin2show {
  687. 0% {
  688. opacity: 0;
  689. -webkit-transform: translate(0, 0)
  690. }
  691. 10% {
  692. opacity: 1
  693. }
  694. 75% {
  695. opacity: 1
  696. }
  697. 100% {
  698. opacity: 0;
  699. -webkit-transform: translate(60px, -140px)
  700. }
  701. }