qingren17.wxss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919
  1. /* temp1/qingren17/qingren17.wxss */
  2. #container {
  3. width: 100%;
  4. height: 100%;
  5. position: absolute;
  6. overflow: hidden
  7. }
  8. #container>view,
  9. #container>image {
  10. position: absolute
  11. }
  12. #yunbiao1>image,
  13. #yunbiao>image {
  14. position: absolute
  15. }
  16. .div {
  17. border: 8px solid #fff;
  18. opacity: 0;
  19. left: 5%;
  20. }
  21. .wordspan {
  22. width: 50%;
  23. left: 25%;
  24. position: absolute;
  25. color: #fff;
  26. font-size: 25px;
  27. text-align: center;
  28. text-shadow: 1px 1px 2px #000;
  29. font-weight: 700
  30. }
  31. #dibu {
  32. bottom: 0;
  33. width: 100%;
  34. }
  35. #shangxin1 {
  36. top: -50rpx;
  37. left: -20rpx;
  38. width: 160rpx;
  39. height: 220rpx;
  40. -webkit-transform: scale(.4);
  41. -webkit-animation: xinshan 1s alternate linear infinite;
  42. }
  43. #shangxin2 {
  44. top: -80rpx;
  45. left: 160rpx;
  46. width: 160rpx;
  47. height: 220rpx;
  48. -webkit-transform: scale(.4);
  49. -webkit-animation: xinshan 1s 1s alternate linear infinite;
  50. }
  51. #shangxin3 {
  52. top: -50rpx;
  53. left: 280rpx;
  54. width: 160rpx;
  55. height: 220rpx;
  56. -webkit-transform: scale(.4);
  57. -webkit-animation: xinshan1 3s .5s alternate linear infinite both;
  58. }
  59. #shangxin4 {
  60. top: -70rpx;
  61. left: 440rpx;
  62. width: 160rpx;
  63. height: 220rpx;
  64. -webkit-transform: scale(.3);
  65. -webkit-animation: xinshan2 3s 1s alternate linear infinite both;
  66. }
  67. #shangxin5 {
  68. top: -160rpx;
  69. left: 500rpx;
  70. width: 300rpx;
  71. height: 400rpx;
  72. -webkit-transform: scale(.3);
  73. -webkit-animation: xinshan2 3s 1.5s alternate linear infinite both
  74. }
  75. @-webkit-keyframes xinshan {
  76. from {
  77. opacity: 1
  78. }
  79. to {
  80. opacity: 0
  81. }
  82. }
  83. @-webkit-keyframes xinshan1 {
  84. from {
  85. -webkit-transform: translate(0, -4px) scale(.4)
  86. }
  87. to {
  88. -webkit-transform: translate(0, 4px) scale(.3)
  89. }
  90. }
  91. @-webkit-keyframes xinshan2 {
  92. from {
  93. -webkit-transform: translate(0, -4px) scale(.3)
  94. }
  95. to {
  96. -webkit-transform: translate(0, 4px) scale(0)
  97. }
  98. }
  99. #xiazhi1 {
  100. bottom: 50px;
  101. width: 140rpx;
  102. height: 110rpx;
  103. -webkit-animation: xiabuhuadong 20s 3s linear infinite both;
  104. }
  105. #xiazhi2 {
  106. bottom: 20px;
  107. width: 160rpx;
  108. height: 120rpx;
  109. -webkit-animation: xiabuhuadong1 24s 0s linear infinite both;
  110. }
  111. #xiazhi3 {
  112. bottom: 80px;
  113. width: 180rpx;
  114. height: 48rpx;
  115. -webkit-animation: xiabuhuadong 14s 6s linear infinite both
  116. }
  117. @-webkit-keyframes xiabuhuadong {
  118. from {
  119. -webkit-transform: translate(-100px, 0)
  120. }
  121. to {
  122. -webkit-transform: translate(600px, 0)
  123. }
  124. }
  125. @-webkit-keyframes xiabuhuadongshan {
  126. 0% {
  127. -webkit-transform: translate(-100px, 0) scale(1.2)
  128. }
  129. 10% {
  130. -webkit-transform: translate(-30px, 0) scale(.3)
  131. }
  132. 20% {
  133. -webkit-transform: translate(40px, 0) scale(1.2)
  134. }
  135. 30% {
  136. -webkit-transform: translate(110px, 0) scale(.3)
  137. }
  138. 40% {
  139. -webkit-transform: translate(180px, 0) scale(1.2)
  140. }
  141. 50% {
  142. -webkit-transform: translate(250px, 0) scale(.3)
  143. }
  144. 60% {
  145. -webkit-transform: translate(320px, 0) scale(1.2)
  146. }
  147. 70% {
  148. -webkit-transform: translate(390px, 0) scale(.3)
  149. }
  150. 80% {
  151. -webkit-transform: translate(460px, 0) scale(1.2)
  152. }
  153. 90% {
  154. -webkit-transform: translate(530px, 0) scale(.3)
  155. }
  156. 100% {
  157. -webkit-transform: translate(600px, 0) scale(1.2)
  158. }
  159. }
  160. @-webkit-keyframes xiabuhuadong1 {
  161. from {
  162. -webkit-transform: translate(-100px, 0) scale(1.2)
  163. }
  164. to {
  165. -webkit-transform: translate(600px, 0) scale(1.2)
  166. }
  167. }
  168. #guang02 {
  169. bottom: 39px;
  170. left: -31px;
  171. width: 288rpx;
  172. height: 20rpx;
  173. -webkit-animation: xiabuhuadong 24s 0s linear infinite both
  174. }
  175. #guang01 {
  176. bottom: 69px;
  177. left: 38px;
  178. width: 180rpx;
  179. height: 32rpx;
  180. -webkit-animation: xiabuhuadongshan 20s 3s linear infinite both;
  181. }
  182. #guang021 {
  183. bottom: 39px;
  184. left: 54px;
  185. width: 180rpx;
  186. height: 32rpx;
  187. -webkit-animation: xiabuhuadongshan 24s 0s linear infinite both;
  188. }
  189. #huaban {
  190. bottom: 7px;
  191. left: 50px;
  192. width: 312rpx;
  193. height: 320rpx;
  194. -webkit-transform: rotateX(75deg) rotateY(2.5deg) scale(.6);
  195. -webkit-animation: huaban 28s linear both infinite
  196. }
  197. #huaban1 {
  198. bottom: -3px;
  199. left: 45px;
  200. width: 312rpx;
  201. height: 320rpx;
  202. opacity: .6;
  203. -webkit-transform: rotateX(75deg) rotateY(-2.5deg) scale(.6);
  204. -webkit-animation: huaban1 28s linear both infinite;
  205. }
  206. #huaban2 {
  207. bottom: -10px;
  208. left: 170px;
  209. width: 312rpx;
  210. height: 320rpx;
  211. -webkit-transform: rotateX(75deg) rotateY(2.5deg) scale(.6);
  212. -webkit-animation: huaban 32s 2s linear both infinite
  213. }
  214. #huaban3 {
  215. bottom: -20px;
  216. left: 165px;
  217. opacity: .6;
  218. width: 312rpx;
  219. height: 320rpx;
  220. -webkit-transform: rotateX(75deg) rotateY(-2.5deg) scale(.6);
  221. -webkit-animation: huaban1 32s 2s linear both infinite
  222. }
  223. #huaban4 {
  224. top: -100px;
  225. left: 100px;
  226. width: 200rpx;
  227. height: 200rpx;
  228. -webkit-animation: huaban4 20s linear infinite both
  229. }
  230. #huaban5 {
  231. top: -100px;
  232. left: 300px;
  233. -webkit-animation: huaban4 25s 5s linear infinite both
  234. }
  235. @-webkit-keyframes huaban4 {
  236. from {
  237. -webkit-transform: translate(0, 0) rotate(0) scale(.5)
  238. }
  239. to {
  240. -webkit-transform: translate(150px, 900px) rotate(270deg) scale(.5)
  241. }
  242. }
  243. @-webkit-keyframes huaban {
  244. 0% {
  245. -webkit-transform: translate(-100px, -1000px) rotateX(-400deg) rotateY(2.5deg) scale(.6)
  246. }
  247. 50% {
  248. -webkit-transform: translate(0, 0) rotateX(75deg) rotateY(2.5deg) scale(.6);
  249. -webkit-animation-timing-function: ease-out
  250. }
  251. 100% {
  252. -webkit-transform: translate(600px, 0) rotateX(75deg) rotateY(2.5deg) scale(.6)
  253. }
  254. }
  255. @-webkit-keyframes huaban1 {
  256. 0% {
  257. -webkit-transform: translate(100px, 1000px) rotateX(-400deg) rotateY(-2.5deg) scale(.6)
  258. }
  259. 50% {
  260. -webkit-transform: translate(0, 0) rotateX(75deg) rotateY(-2.5deg) scale(.6);
  261. -webkit-animation-timing-function: ease-out
  262. }
  263. 100% {
  264. -webkit-transform: translate(600px, 0) rotateX(75deg) rotateY(-2.5deg) scale(.6)
  265. }
  266. }
  267. #love {
  268. top: 0;
  269. left: 10px;
  270. width: 184rpx;
  271. height: 70rpx;
  272. -webkit-animation: filldown 20s linear infinite both;
  273. }
  274. #love1 {
  275. top: 0;
  276. left: 394px;
  277. width: 184rpx;
  278. height: 70rpx;
  279. -webkit-animation: filldown 15s 3s linear infinite both;
  280. }
  281. #aixin {
  282. top: -50px;
  283. left: 20px;
  284. width: 120rpx;
  285. height: 116rpx;
  286. -webkit-animation: filldown 17s linear infinite both;
  287. }
  288. #aixin1 {
  289. top: -50px;
  290. left: 394px;
  291. width: 120rpx;
  292. height: 116rpx;
  293. -webkit-animation: filldown 18s 3s linear infinite both
  294. }
  295. @-webkit-keyframes filldown {
  296. from {
  297. -webkit-transform: translate(0, -200px)
  298. }
  299. to {
  300. -webkit-transform: translate(0, 100vh)
  301. }
  302. }
  303. #lovedian {
  304. left: -4px;
  305. bottom: 300rpx;
  306. width: 100%;
  307. -webkit-animation: lovedianfade .5s alternate infinite linear both;
  308. }
  309. #lovedian1 {
  310. left: -4px;
  311. bottom: 300rpx;
  312. width: 100%;
  313. -webkit-animation: lovedianfade .5s .5s alternate infinite linear both;
  314. }
  315. @-webkit-keyframes lovedianfade {
  316. from {
  317. opacity: 1
  318. }
  319. to {
  320. opacity: 0
  321. }
  322. }
  323. #bgxin {
  324. top: 188px;
  325. left: 325px;
  326. -webkit-animation: bgxin 1.2s .4s alternate infinite linear both
  327. }
  328. @-webkit-keyframes bgxin {
  329. from {
  330. opacity: .6
  331. }
  332. to {
  333. opacity: 0
  334. }
  335. }
  336. #bgxin0 {
  337. width: 120rpx;
  338. height: 100rpx;
  339. top: 0;
  340. left: 0;
  341. }
  342. #bgxin1 {
  343. top: 350rpx;
  344. left: 200rpx;
  345. width: 120rpx;
  346. height: 100rpx;
  347. -webkit-animation: bgxin2 2s alternate infinite linear both
  348. }
  349. @-webkit-keyframes bgxin1 {
  350. 12.5% {
  351. opacity: .6
  352. }
  353. 25% {
  354. opacity: 0
  355. }
  356. 37.5% {
  357. opacity: .6
  358. }
  359. 50% {
  360. opacity: 0
  361. }
  362. 62.5% {
  363. opacity: .6
  364. }
  365. 75% {
  366. opacity: 0
  367. }
  368. 87.5% {
  369. opacity: .6
  370. }
  371. 100% {
  372. opacity: 0
  373. }
  374. }
  375. #bgxin2 {
  376. top: 550rpx;
  377. left: 60rpx;
  378. width: 120rpx;
  379. height: 100rpx;
  380. -webkit-animation: bgxin1 3s alternate infinite linear both;
  381. }
  382. @-webkit-keyframes bgxin2 {
  383. 12.5% {
  384. opacity: .3
  385. }
  386. 25% {
  387. opacity: 0
  388. }
  389. 37.5% {
  390. opacity: .3
  391. }
  392. 50% {
  393. opacity: 0
  394. }
  395. 62.5% {
  396. opacity: .3
  397. }
  398. 100% {
  399. opacity: 0
  400. }
  401. }
  402. #bgxin3 {
  403. top: 400rpx;
  404. right: 147rpx;
  405. width: 120rpx;
  406. height: 100rpx;
  407. -webkit-animation: bgxin3 1s alternate infinite linear both
  408. }
  409. @-webkit-keyframes bgxin3 {
  410. from {
  411. opacity: .3
  412. }
  413. to {
  414. opacity: 0
  415. }
  416. }
  417. #bgxin4 {
  418. top: 370rpx;
  419. right: 100rpx;
  420. width: 120rpx;
  421. height: 100rpx;
  422. -webkit-animation: bgxin4 1s alternate infinite linear both;
  423. }
  424. @-webkit-keyframes bgxin4 {
  425. from {
  426. opacity: .3
  427. }
  428. to {
  429. opacity: 0
  430. }
  431. }
  432. #bgxin5 {
  433. top: 600rpx;
  434. left: 300rpx;
  435. width: 120rpx;
  436. height: 100rpx;
  437. -webkit-animation: bgxin5 1s alternate infinite linear both
  438. }
  439. @-webkit-keyframes bgxin5 {
  440. from {
  441. opacity: .2
  442. }
  443. to {
  444. opacity: 0
  445. }
  446. }
  447. #titlebg {
  448. left: 80rpx;
  449. top: 1000px;
  450. position: absolute;
  451. width: 600rpx;
  452. height: 1000rpx;
  453. }
  454. #biaoti {
  455. width: 100vw;
  456. height: 500px;
  457. top: -402px;
  458. position: absolute;
  459. overflow: hidden;
  460. }
  461. @-webkit-keyframes titlewaiin {
  462. from {
  463. -webkit-transform: translate(0, 0)
  464. }
  465. to {
  466. -webkit-transform: translate(0, 500px)
  467. }
  468. }
  469. @-webkit-keyframes titleneiin {
  470. from {
  471. -webkit-transform: translate(0, 0)
  472. }
  473. to {
  474. -webkit-transform: translate(0, -500px)
  475. }
  476. }
  477. @-webkit-keyframes titlebgin {
  478. from {
  479. -webkit-transform: translate(0, 0)
  480. }
  481. to {
  482. -webkit-transform: translate(0, -1000px)
  483. }
  484. }
  485. @-webkit-keyframes titlewaiout {
  486. from {
  487. -webkit-transform: translate(0, 500px)
  488. }
  489. to {
  490. -webkit-transform: translate(0, 1000px)
  491. }
  492. }
  493. @-webkit-keyframes titleneiout {
  494. from {
  495. -webkit-transform: translate(0, -500px)
  496. }
  497. to {
  498. -webkit-transform: translate(0, -1400px)
  499. }
  500. }
  501. @-webkit-keyframes titlebgout {
  502. from {
  503. -webkit-transform: translate(0, -1000px);
  504. opacity: 1
  505. }
  506. to {
  507. -webkit-transform: translate(0, -1000px);
  508. opacity: 0
  509. }
  510. }
  511. #tbgxin0 {
  512. position: absolute;
  513. top: 6px;
  514. left: 10rpx;
  515. width: 180rpx;
  516. height: 260rpx;
  517. -webkit-transform: scale(.6);
  518. z-index: 100;
  519. display: none;
  520. }
  521. #tbgxin1 {
  522. position: absolute;
  523. top: 68.5px;
  524. left: 10rpx;
  525. width: 180rpx;
  526. height: 260rpx;
  527. -webkit-transform: scale(.6);
  528. z-index: 100;
  529. display: none;
  530. }
  531. #tbgxin2 {
  532. position: absolute;
  533. top: 131px;
  534. left: 10rpx;
  535. width: 180rpx;
  536. height: 260rpx;
  537. -webkit-transform: scale(.6);
  538. z-index: 100;
  539. display: none;
  540. }
  541. #tbgxin3 {
  542. position: absolute;
  543. top: 193.5px;
  544. left: 10rpx;
  545. width: 180rpx;
  546. height: 260rpx;
  547. -webkit-transform: scale(.6);
  548. z-index: 100;
  549. display: none;
  550. }
  551. #tbgxin4 {
  552. position: absolute;
  553. top: 256px;
  554. left: 10rpx;
  555. width: 180rpx;
  556. height: 260rpx;
  557. -webkit-transform: scale(.6);
  558. z-index: 100;
  559. display: none;
  560. }
  561. #tbgxin5 {
  562. position: absolute;
  563. top: 318.5px;
  564. left: 10rpx;
  565. width: 180rpx;
  566. height: 260rpx;
  567. -webkit-transform: scale(.6);
  568. z-index: 100;
  569. display: none;
  570. }
  571. #tbgxin6 {
  572. position: absolute;
  573. top: 381px;
  574. left: 10rpx;
  575. width: 180rpx;
  576. height: 260rpx;
  577. -webkit-transform: scale(.6);
  578. z-index: 100;
  579. display: none;
  580. }
  581. #tbgxin7 {
  582. position: absolute;
  583. top: 443.5px;
  584. left: 10rpx;
  585. width: 180rpx;
  586. height: 260rpx;
  587. -webkit-transform: scale(.6);
  588. z-index: 100;
  589. display: none;
  590. }
  591. #tbgxin8 {
  592. position: absolute;
  593. top: 6px;
  594. left: 560rpx;
  595. width: 180rpx;
  596. height: 260rpx;
  597. -webkit-transform: scale(.6);
  598. z-index: 100;
  599. display: none;
  600. }
  601. #tbgxin9 {
  602. position: absolute;
  603. top: 68.5px;
  604. left: 560rpx;
  605. width: 180rpx;
  606. height: 260rpx;
  607. -webkit-transform: scale(.6);
  608. z-index: 100;
  609. display: none;
  610. }
  611. #tbgxin10 {
  612. position: absolute;
  613. top: 131px;
  614. left: 560rpx;
  615. -webkit-transform: scale(.6);
  616. z-index: 100;
  617. display: none;
  618. width: 180rpx;
  619. height: 260rpx;
  620. }
  621. #tbgxin11 {
  622. position: absolute;
  623. top: 193.5px;
  624. left: 560rpx;
  625. width: 180rpx;
  626. height: 260rpx;
  627. -webkit-transform: scale(.6);
  628. z-index: 100;
  629. display: none;
  630. }
  631. #tbgxin12 {
  632. position: absolute;
  633. top: 256px;
  634. left: 560rpx;
  635. width: 180rpx;
  636. height: 260rpx;
  637. -webkit-transform: scale(.6);
  638. z-index: 100;
  639. display: none;
  640. }
  641. #tbgxin13 {
  642. position: absolute;
  643. top: 318.5px;
  644. left: 560rpx;
  645. width: 180rpx;
  646. height: 260rpx;
  647. -webkit-transform: scale(.6);
  648. z-index: 100;
  649. display: none;
  650. }
  651. #tbgxin14 {
  652. position: absolute;
  653. top: 381px;
  654. left: 560rpx;
  655. width: 180rpx;
  656. height: 260rpx;
  657. -webkit-transform: scale(.6);
  658. z-index: 100;
  659. display: none;
  660. }
  661. #tbgxin15 {
  662. position: absolute;
  663. top: 443.5px;
  664. left: 560rpx;
  665. width: 180rpx;
  666. height: 260rpx;
  667. -webkit-transform: scale(.6);
  668. z-index: 100;
  669. display: none;
  670. }
  671. @-webkit-keyframes div1_in {
  672. 0% {
  673. -webkit-transform: translate(0, -500px) scale(1.2);
  674. opacity: 0
  675. }
  676. 20% {
  677. -webkit-transform: translate(0, 30px) scale(.8);
  678. opacity: 1;
  679. -webkit-animation-timing-function: ease-out
  680. }
  681. 80% {
  682. -webkit-transform: translate(0, 0) scale(1);
  683. opacity: 1
  684. }
  685. 100% {
  686. -webkit-transform: translate(0, -10px) scale(1.4);
  687. opacity: 0
  688. }
  689. }
  690. @-webkit-keyframes div2_in {
  691. 0% {
  692. -webkit-transform: translate(0, 500px);
  693. opacity: 0
  694. }
  695. 20% {
  696. -webkit-transform: translate(0, 10px);
  697. opacity: 1;
  698. -webkit-animation-timing-function: ease-out
  699. }
  700. 80% {
  701. -webkit-transform: translate(0, -10px);
  702. opacity: 1
  703. }
  704. 100% {
  705. -webkit-transform: translate(0, -500px);
  706. opacity: 0
  707. }
  708. }
  709. @-webkit-keyframes div3_in {
  710. 0% {
  711. -webkit-transform: translate(500px, 0);
  712. opacity: 0
  713. }
  714. 20% {
  715. -webkit-transform: translate(40px, 0);
  716. opacity: 1;
  717. -webkit-animation-timing-function: ease-out
  718. }
  719. 80% {
  720. -webkit-transform: translate(-40px, 0);
  721. opacity: 1
  722. }
  723. 100% {
  724. -webkit-transform: translate(-500px, 0);
  725. opacity: 0
  726. }
  727. }
  728. @-webkit-keyframes div4_in {
  729. 0% {
  730. -webkit-transform: translate(0, 500px);
  731. opacity: 0
  732. }
  733. 20% {
  734. -webkit-transform: translate(0, 40px);
  735. opacity: 1;
  736. -webkit-animation-timing-function: ease-out
  737. }
  738. 80% {
  739. -webkit-transform: translate(0, -40px);
  740. opacity: 1
  741. }
  742. 100% {
  743. -webkit-transform: translate(0, -500px);
  744. opacity: 0
  745. }
  746. }
  747. @-webkit-keyframes div5_in {
  748. 0% {
  749. -webkit-transform: translate(0, 500px);
  750. opacity: 0
  751. }
  752. 20% {
  753. -webkit-transform: translate(0, -20px);
  754. opacity: 1;
  755. -webkit-animation-timing-function: ease-out
  756. }
  757. 80% {
  758. -webkit-transform: translate(0, 20px);
  759. opacity: 1
  760. }
  761. 100% {
  762. -webkit-transform: translate(0, -500px);
  763. opacity: 0
  764. }
  765. }
  766. #bg {
  767. position: absolute;
  768. width: 100%;
  769. height: 100%;
  770. background-image: url("https://s2.kagirl.cn/template/pic/qingren17/bg.jpg");
  771. background-size: cover;
  772. background-repeat: no-repeat;
  773. background-position: center
  774. }
  775. #shang {
  776. width: 100%;
  777. }