sgjh2018.wxss 16 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051
  1. #container {
  2. position: absolute;
  3. top: 0;
  4. left: 0;
  5. width: 100%;
  6. height: 100%;
  7. overflow: hidden
  8. }
  9. #container>view,
  10. #container>view {
  11. position: absolute
  12. }
  13. .abs {
  14. position: absolute
  15. }
  16. #bg {
  17. width: 100%;
  18. height: 100%;
  19. background-image: url('https://s1.kagirl.cn/template/pic/sgjh20182/bg.jpg');
  20. background-size: cover;
  21. background-position: center;
  22. position: absolute;
  23. top: 0;
  24. left: 0
  25. }
  26. #bg1 {
  27. width: 100%;
  28. height: 100%;
  29. background-image: url('https://s1.kagirl.cn/template/pic/sgjh20182/bg1.png');
  30. background-size: cover;
  31. background-position: center;
  32. position: absolute;
  33. top: 0;
  34. left: 0;
  35. -webkit-animation: fadeout .8s ease-out infinite alternate both
  36. }
  37. #bg_xia {
  38. position: absolute;
  39. width: 100%;
  40. bottom: 0;
  41. left: 0
  42. }
  43. #yuan1 {
  44. position: absolute;
  45. top: -10px;
  46. left: -10px;
  47. -webkit-animation: fadeout .2s ease-out infinite alternate both
  48. }
  49. #yuan1_img {
  50. width: 140rpx;
  51. height: 140rpx;
  52. -webkit-transform: rotateY(180deg);
  53. }
  54. #yuan2 {
  55. position: absolute;
  56. top: -25px;
  57. right: 20px;
  58. -webkit-animation: fadeout .2s ease-out infinite alternate both;
  59. }
  60. #yuan2_img {
  61. width: 140rpx;
  62. height: 140rpx;
  63. -webkit-transform: rotate(-55deg);
  64. }
  65. #yuan3 {
  66. position: absolute;
  67. width: 160rpx;
  68. height: 160rpx;
  69. top: 300px;
  70. right: 0;
  71. -webkit-animation: fadeout .2s ease-out infinite alternate both;
  72. }
  73. #dian1 {
  74. position: absolute;
  75. top: 492px;
  76. left: -12px;
  77. width: 80rpx;
  78. height: 80rpx;
  79. -webkit-animation: scale_l .7s ease-out infinite alternate both;
  80. }
  81. #dian2 {
  82. position: absolute;
  83. top: 525px;
  84. left: 10px;
  85. width: 80rpx;
  86. height: 80rpx;
  87. -webkit-animation: fadeout 1s ease-out infinite alternate both
  88. }
  89. #dian3 {
  90. position: absolute;
  91. top: 512px;
  92. left: 44px;
  93. width: 80rpx;
  94. height: 80rpx;
  95. -webkit-animation: fadeout .5s step-star infinite alternate both
  96. }
  97. #dian4 {
  98. position: absolute;
  99. top: 700rpx;
  100. left: 60rpx;
  101. opacity: 0;
  102. width: 80rpx;
  103. height: 80rpx;
  104. -webkit-animation: fadein .8s ease-out infinite alternate both
  105. }
  106. #quan1 {
  107. position: absolute;
  108. top: -20px;
  109. left: 50px;
  110. -webkit-animation: dian1 6s ease-out infinite both
  111. }
  112. #quan2 {
  113. position: absolute;
  114. top: -40px;
  115. left: 80px;
  116. -webkit-animation: dian2 5s 1s ease-out infinite both
  117. }
  118. #quan3 {
  119. position: absolute;
  120. top: -50px;
  121. left: 110px;
  122. -webkit-animation: dian1 7s ease-out infinite both
  123. }
  124. #quan4 {
  125. position: absolute;
  126. top: -20px;
  127. left: 150px;
  128. -webkit-animation: dian2 6s 1s ease-out infinite both
  129. }
  130. #quan5 {
  131. position: absolute;
  132. top: -30px;
  133. left: 200px;
  134. -webkit-animation: dian2 7s 2s ease-out infinite both
  135. }
  136. #quan6 {
  137. position: absolute;
  138. top: -40px;
  139. left: 240px;
  140. -webkit-animation: dian3 5s 1s ease-out infinite both
  141. }
  142. #quan7 {
  143. position: absolute;
  144. top: -50px;
  145. left: 280px;
  146. -webkit-animation: dian3 7s 2s ease-out infinite both
  147. }
  148. #quan8 {
  149. position: absolute;
  150. top: -60px;
  151. left: 340px;
  152. -webkit-animation: dian3 8s 1s ease-out infinite both
  153. }
  154. #quan9 {
  155. position: absolute;
  156. top: -30px;
  157. left: 400px;
  158. -webkit-animation: dian1 6s ease-out infinite both
  159. }
  160. #quan10 {
  161. position: absolute;
  162. top: -40px;
  163. left: 450px;
  164. -webkit-animation: dian2 8s ease-out infinite both
  165. }
  166. #quan11 {
  167. position: absolute;
  168. bottom: -5px;
  169. left: 50px;
  170. -webkit-animation: dian4 6s ease-out infinite both
  171. }
  172. #quan12 {
  173. position: absolute;
  174. bottom: -25px;
  175. left: 80px;
  176. -webkit-animation: dian6 5s 1s ease-out infinite both
  177. }
  178. #quan13 {
  179. position: absolute;
  180. bottom: -35px;
  181. left: 110px;
  182. -webkit-animation: dian4 7s ease-out infinite both
  183. }
  184. #quan14 {
  185. position: absolute;
  186. bottom: -5px;
  187. left: 150px;
  188. -webkit-animation: dian6 6s 1s ease-out infinite both
  189. }
  190. #quan15 {
  191. position: absolute;
  192. bottom: -15px;
  193. left: 200px;
  194. -webkit-animation: dian6 7s 2s ease-out infinite both
  195. }
  196. #quan16 {
  197. position: absolute;
  198. bottom: -25px;
  199. left: 240px;
  200. -webkit-animation: dian6 5s 1s ease-out infinite both
  201. }
  202. #quan17 {
  203. position: absolute;
  204. bottom: -35px;
  205. left: 280px;
  206. -webkit-animation: dian4 7s 2s ease-out infinite both
  207. }
  208. #quan18 {
  209. position: absolute;
  210. bottom: -45px;
  211. left: 340px;
  212. -webkit-animation: dian4 8s 1s ease-out infinite both
  213. }
  214. #quan19 {
  215. position: absolute;
  216. bottom: -15px;
  217. left: 400px;
  218. -webkit-animation: dian5 6s ease-out infinite both
  219. }
  220. #quan20 {
  221. position: absolute;
  222. bottom: -25px;
  223. left: 450px;
  224. -webkit-animation: dian5 8s ease-out infinite both
  225. }
  226. #huhie {
  227. position: absolute;
  228. top: 600px;
  229. right: -120px;
  230. }
  231. .die_content {
  232. width: 150px;
  233. height: 70px;
  234. -webkit-perspective: 500;
  235. -webkit-transform: rotate(20deg) scale(.3)
  236. }
  237. .die_left {
  238. position: absolute;
  239. top: -70rpx;
  240. left: -41px;
  241. width: 220rpx;
  242. height: 220rpx;
  243. -webkit-transform-origin: 80% 90%;
  244. -webkit-transform: rotateX(180deg);
  245. -webkit-animation: die_left .8s linear infinite alternate both
  246. }
  247. .die_shen {
  248. position: absolute;
  249. top: 0;
  250. left: 0;
  251. width: 180rpx;
  252. height: 180rpx;
  253. }
  254. .die_right {
  255. position: absolute;
  256. top: -80rpx;
  257. left: 110rpx;
  258. width: 220rpx;
  259. height: 220rpx;
  260. -webkit-transform-origin: 0% 90%;
  261. -webkit-transform: rotateX(180deg);
  262. -webkit-animation: die_right .8s linear infinite alternate both
  263. }
  264. #shi {
  265. position: absolute;
  266. bottom: 147px;
  267. left: 213px;
  268. -webkit-transform: translateY(200px)
  269. }
  270. #guang {
  271. position: absolute;
  272. bottom: 134px;
  273. left: 282px;
  274. -webkit-transform: translateY(200px)
  275. }
  276. #jing {
  277. position: absolute;
  278. bottom: 162px;
  279. left: 351px;
  280. -webkit-transform: translateY(200px)
  281. }
  282. #hao {
  283. position: absolute;
  284. bottom: 125px;
  285. left: 415px;
  286. -webkit-transform: translateY(200px)
  287. }
  288. #shi_img {
  289. -webkit-transform: scale(.7);
  290. -webkit-animation: shi_img 1.6s ease-out infinite alternate both
  291. }
  292. #guang_img {
  293. -webkit-transform: scale(.7);
  294. -webkit-animation: guang_img 1.4s ease-out infinite alternate both
  295. }
  296. #jing_img {
  297. -webkit-transform: scale(.7);
  298. -webkit-animation: shi_img 1.3s ease-out infinite alternate both
  299. }
  300. #hao_img {
  301. -webkit-transform: scale(.7);
  302. -webkit-animation: guang_img 1.5s ease-out infinite alternate both
  303. }
  304. #title_bg {
  305. width: 400rpx;
  306. /* opacity: 0; */
  307. }
  308. #sgjh {
  309. position: absolute;
  310. top: -95rpx;
  311. left: 260rpx;
  312. /* opacity: 0; */
  313. width: 100rpx;
  314. }
  315. #title_quan1 {
  316. position: absolute;
  317. top: -30px;
  318. left: 20px;
  319. opacity: 0
  320. }
  321. #title_quan2 {
  322. position: absolute;
  323. top: 335px;
  324. right: -40px;
  325. opacity: 0
  326. }
  327. #title_quan3 {
  328. position: absolute;
  329. top: 25px;
  330. left: 100px;
  331. opacity: 0
  332. }
  333. #title_quan4 {
  334. position: absolute;
  335. top: 155px;
  336. right: -40px;
  337. opacity: 0
  338. }
  339. #xian1 {
  340. position: absolute;
  341. top: 246px;
  342. left: -60px;
  343. opacity: 0
  344. }
  345. #xian2 {
  346. position: absolute;
  347. top: 290px;
  348. left: -60px;
  349. opacity: 0
  350. }
  351. #xian3 {
  352. position: absolute;
  353. top: -50px;
  354. right: -95px;
  355. opacity: 0
  356. }
  357. #xian4 {
  358. position: absolute;
  359. top: -6px;
  360. right: -95px;
  361. opacity: 0
  362. }
  363. #pagetitle {
  364. position: absolute;
  365. width: 500rpx;
  366. height: 700rpx;
  367. left: 200rpx;
  368. top: 20%;
  369. }
  370. .titletable {
  371. position: absolute;
  372. width: 140px;
  373. height: 260px;
  374. top: 60rpx;
  375. left: 10rpx;
  376. display: table;
  377. -webkit-writing-mode: vertical-lr
  378. }
  379. #titlecontent {
  380. vertical-align: middle;
  381. display: table-cell;
  382. text-align: center;
  383. font-size: 22px;
  384. line-height: 28px;
  385. color: #fff;
  386. letter-spacing: 6px;
  387. opacity: 0
  388. }
  389. .text_shu {
  390. position: relative;
  391. top: 0;
  392. display: inline-block;
  393. display: none;
  394. width: 24px;
  395. word-wrap: break-word
  396. }
  397. .shuxian {
  398. position: absolute;
  399. top: 5px;
  400. left: 70px;
  401. height: 96%;
  402. width: 1px;
  403. background-image: url(https://s1.kagirl.cn/template/pic/sgjh20182/shuxian.png);
  404. background-size: 100% 100%;
  405. display: none;
  406. opacity: 0
  407. }
  408. #shuxian1 {
  409. -webkit-transform-origin: bottom
  410. }
  411. #shuxian2 {
  412. -webkit-transform-origin: top
  413. }
  414. #shuxian3 {
  415. -webkit-transform-origin: bottom
  416. }
  417. @-webkit-keyframes fadein {
  418. 0% {
  419. opacity: 0
  420. }
  421. 100% {
  422. opacity: 1
  423. }
  424. }
  425. @-webkit-keyframes fadeout {
  426. 0% {
  427. opacity: 1
  428. }
  429. 100% {
  430. opacity: 0
  431. }
  432. }
  433. @-webkit-keyframes rotate_l {
  434. 0% {
  435. -webkit-transform: rotate(0)
  436. }
  437. 100% {
  438. -webkit-transform: rotate(-3deg)
  439. }
  440. }
  441. @-webkit-keyframes rotate_r {
  442. 0% {
  443. -webkit-transform: rotate(0)
  444. }
  445. 100% {
  446. -webkit-transform: rotate(3deg)
  447. }
  448. }
  449. @-webkit-keyframes translate_up {
  450. 0% {
  451. -webkit-transform: translateY(0)
  452. }
  453. 100% {
  454. -webkit-transform: translateY(-10px)
  455. }
  456. }
  457. @-webkit-keyframes translate_down {
  458. 0% {
  459. -webkit-transform: translateY(0)
  460. }
  461. 100% {
  462. -webkit-transform: translateY(10px)
  463. }
  464. }
  465. @-webkit-keyframes translate_l {
  466. 0% {
  467. -webkit-transform: translateX(0)
  468. }
  469. 100% {
  470. -webkit-transform: translateX(-10px)
  471. }
  472. }
  473. @-webkit-keyframes translate_r {
  474. 0% {
  475. -webkit-transform: translateX(0)
  476. }
  477. 100% {
  478. -webkit-transform: translateX(10px)
  479. }
  480. }
  481. @-webkit-keyframes translate_r {
  482. 0% {
  483. -webkit-transform: translateX(0)
  484. }
  485. 100% {
  486. -webkit-transform: translateX(20px)
  487. }
  488. }
  489. @-webkit-keyframes scale_s {
  490. 0% {
  491. -webkit-transform: scale(1.1)
  492. }
  493. 100% {
  494. -webkit-transform: scale(1)
  495. }
  496. }
  497. @-webkit-keyframes scale_l {
  498. 0% {
  499. -webkit-transform: scale(1)
  500. }
  501. 100% {
  502. -webkit-transform: scale(1.1)
  503. }
  504. }
  505. @-webkit-keyframes dian1 {
  506. 0% {
  507. opacity: .7;
  508. -webkit-transform: translateY(0) scale(.6)
  509. }
  510. 20% {
  511. opacity: .7
  512. }
  513. 100% {
  514. opacity: 0;
  515. -webkit-transform: translateY(230px) scale(.6)
  516. }
  517. }
  518. @-webkit-keyframes dian2 {
  519. 0% {
  520. opacity: .7;
  521. -webkit-transform: translateY(0) scale(.6)
  522. }
  523. 20% {
  524. opacity: .7
  525. }
  526. 100% {
  527. opacity: 0;
  528. -webkit-transform: translateY(160px) scale(.6)
  529. }
  530. }
  531. @-webkit-keyframes dian3 {
  532. 0% {
  533. opacity: .7;
  534. -webkit-transform: translateY(0) scale(1)
  535. }
  536. 20% {
  537. opacity: .7
  538. }
  539. 100% {
  540. opacity: 0;
  541. -webkit-transform: translateY(200px) scale(1)
  542. }
  543. }
  544. @-webkit-keyframes dian4 {
  545. 0% {
  546. opacity: .7;
  547. -webkit-transform: translateY(0) scale(.6)
  548. }
  549. 20% {
  550. opacity: .7
  551. }
  552. 100% {
  553. opacity: 0;
  554. -webkit-transform: translateY(-230px) scale(.6)
  555. }
  556. }
  557. @-webkit-keyframes dian5 {
  558. 0% {
  559. opacity: .7;
  560. -webkit-transform: translateY(0) scale(.6)
  561. }
  562. 20% {
  563. opacity: .7
  564. }
  565. 100% {
  566. opacity: 0;
  567. -webkit-transform: translateY(-160px) scale(.6)
  568. }
  569. }
  570. @-webkit-keyframes dian6 {
  571. 0% {
  572. opacity: .7;
  573. -webkit-transform: translateY(0) scale(1)
  574. }
  575. 20% {
  576. opacity: .7
  577. }
  578. 100% {
  579. opacity: 0;
  580. -webkit-transform: translateY(-200px) scale(1)
  581. }
  582. }
  583. @-webkit-keyframes guang {
  584. 0% {
  585. -webkit-transform: translateY(200px)
  586. }
  587. 65% {
  588. -webkit-transform: translateY(-10px)
  589. }
  590. 83% {
  591. -webkit-transform: translateY(10px)
  592. }
  593. 100% {
  594. -webkit-transform: translateY(10px)
  595. }
  596. }
  597. @-webkit-keyframes shi_img {
  598. 0% {
  599. -webkit-transform: translateY(0) scale(.7)
  600. }
  601. 100% {
  602. -webkit-transform: translateY(-10px) scale(.7)
  603. }
  604. }
  605. @-webkit-keyframes guang_img {
  606. 0% {
  607. -webkit-transform: translateY(0) scale(.7)
  608. }
  609. 100% {
  610. -webkit-transform: translateY(10px) scale(.7)
  611. }
  612. }
  613. @-webkit-keyframes die_left {
  614. 0% {
  615. -webkit-transform: rotateX(0) rotate(0) skew(0deg, 0deg)
  616. }
  617. 100% {
  618. -webkit-transform: rotateX(180deg) rotate(-15deg) skew(0deg, 0deg)
  619. }
  620. }
  621. @-webkit-keyframes die_right {
  622. 0% {
  623. -webkit-transform: rotateX(0) rotate(0) skew(0deg, 0deg)
  624. }
  625. 100% {
  626. -webkit-transform: rotateX(180deg) rotate(-30deg) skew(34deg, 14deg)
  627. }
  628. }
  629. @-webkit-keyframes hudie {
  630. 0% {
  631. -webkit-transform: translate(0, 0)
  632. }
  633. 100% {
  634. -webkit-transform: translate(-680px, -500px)
  635. }
  636. }
  637. @-webkit-keyframes title_bgin {
  638. 0% {
  639. opacity: 0;
  640. -webkit-transform: scale(1.1)
  641. }
  642. 52% {
  643. opacity: 1;
  644. -webkit-transform: scale(1)
  645. }
  646. 72% {
  647. opacity: 1;
  648. -webkit-transform: scale(1.04)
  649. }
  650. 100% {
  651. opacity: 1;
  652. -webkit-transform: scale(1)
  653. }
  654. }
  655. @-webkit-keyframes title_bgout {
  656. 0% {
  657. opacity: 1;
  658. -webkit-transform: scale(1)
  659. }
  660. 100% {
  661. opacity: 0;
  662. -webkit-transform: scale(1.5)
  663. }
  664. }
  665. @-webkit-keyframes sgjhin {
  666. 0% {
  667. opacity: 0;
  668. -webkit-transform: translate(0, -50px)
  669. }
  670. 100% {
  671. opacity: 1;
  672. -webkit-transform: translate(0, 0)
  673. }
  674. }
  675. @-webkit-keyframes sgjhout {
  676. 0% {
  677. opacity: 1;
  678. -webkit-transform: translate(0, 0)
  679. }
  680. 100% {
  681. opacity: 0;
  682. -webkit-transform: translate(50px, -50px)
  683. }
  684. }
  685. @-webkit-keyframes xian1in {
  686. 0% {
  687. opacity: 0;
  688. -webkit-transform: translate(-50px, 50px)
  689. }
  690. 52% {
  691. opacity: 1;
  692. -webkit-transform: translate(0, 0)
  693. }
  694. 72% {
  695. opacity: 1;
  696. -webkit-transform: translate(-10px, 10px)
  697. }
  698. 100% {
  699. opacity: 1;
  700. -webkit-transform: translate(0, 0)
  701. }
  702. }
  703. @-webkit-keyframes xian1out {
  704. 0% {
  705. opacity: 1;
  706. -webkit-transform: translate(0, 0)
  707. }
  708. 100% {
  709. opacity: 0;
  710. -webkit-transform: translate(-50px, 50px)
  711. }
  712. }
  713. @-webkit-keyframes xian2in {
  714. 0% {
  715. opacity: 0;
  716. -webkit-transform: translate(-50px, 50px)
  717. }
  718. 100% {
  719. opacity: 1;
  720. -webkit-transform: translate(0, 0)
  721. }
  722. }
  723. @-webkit-keyframes xian3in {
  724. 0% {
  725. opacity: 0;
  726. -webkit-transform: translate(50px, -50px)
  727. }
  728. 100% {
  729. opacity: 1;
  730. -webkit-transform: translate(0, 0)
  731. }
  732. }
  733. @-webkit-keyframes xian3out {
  734. 0% {
  735. opacity: 1;
  736. -webkit-transform: translate(0, 0)
  737. }
  738. 100% {
  739. opacity: 0;
  740. -webkit-transform: translate(50px, -50px)
  741. }
  742. }
  743. @-webkit-keyframes title_quan1in {
  744. 0% {
  745. opacity: 0;
  746. -webkit-transform: scale(0)
  747. }
  748. 100% {
  749. opacity: 1;
  750. -webkit-transform: scale(1)
  751. }
  752. }
  753. @-webkit-keyframes title_quan3in {
  754. 0% {
  755. opacity: 0;
  756. -webkit-transform: scale(0)
  757. }
  758. 50% {
  759. opacity: 1;
  760. -webkit-transform: scale(1.1)
  761. }
  762. 100% {
  763. opacity: 1;
  764. -webkit-transform: scale(1)
  765. }
  766. }
  767. @-webkit-keyframes title_quan1out {
  768. 0% {
  769. opacity: 1;
  770. -webkit-transform: translate(0, 0)
  771. }
  772. 100% {
  773. opacity: 0;
  774. -webkit-transform: translate(-50px, -50px)
  775. }
  776. }
  777. @-webkit-keyframes title_quan2out {
  778. 0% {
  779. opacity: 1;
  780. -webkit-transform: translate(0, 0)
  781. }
  782. 100% {
  783. opacity: 0;
  784. -webkit-transform: translate(50px, 50px)
  785. }
  786. }
  787. @-webkit-keyframes shuxianin {
  788. 0% {
  789. opacity: 0;
  790. -webkit-transform: scale(0)
  791. }
  792. 100% {
  793. opacity: 1;
  794. -webkit-transform: scale(1)
  795. }
  796. }
  797. .page_ctn {
  798. position: absolute;
  799. left: 40px;
  800. border: solid 8px #fff;
  801. box-shadow: 4px 4px 4px rgba(255, 255, 255, .1);
  802. opacity: 0
  803. }
  804. .showwords {
  805. font-size: 18px;
  806. color: #fff;
  807. position: absolute;
  808. z-index: 1;
  809. bottom: 20px;
  810. left: 15%;
  811. width: 70%;
  812. line-height: 30px;
  813. text-align: center;
  814. text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
  815. letter-spacing: 2px
  816. }
  817. @-webkit-keyframes page1 {
  818. 0% {
  819. opacity: 0;
  820. -webkit-transform: scale(1.2) rotateY(0) skew(0deg, 0deg)
  821. }
  822. 15% {
  823. opacity: 1;
  824. -webkit-transform: scale(1) rotateY(0) skew(0deg, 0deg)
  825. }
  826. 48% {
  827. opacity: 1;
  828. -webkit-transform: scale(1.05) rotateY(0) skew(0deg, 0deg)
  829. }
  830. 85% {
  831. opacity: 1;
  832. -webkit-transform: scale(1) rotateY(0) skew(0deg, 0deg)
  833. }
  834. 100% {
  835. opacity: 0;
  836. -webkit-transform: scale(1) rotateY(180deg) skew(0deg, 0deg)
  837. }
  838. }
  839. @-webkit-keyframes page2 {
  840. 0% {
  841. opacity: 0;
  842. -webkit-transform: scale(1) skew(0deg, 20deg) rotateY(-180deg)
  843. }
  844. 15% {
  845. opacity: 1;
  846. -webkit-transform: scale(1) skew(0deg, 0deg) rotateY(0)
  847. }
  848. 48% {
  849. opacity: 1;
  850. -webkit-transform: scale(1.05) skew(0deg, 0deg) rotateY(0)
  851. }
  852. 85% {
  853. opacity: 1;
  854. -webkit-transform: scale(1) skew(0deg, 0deg) rotateY(0)
  855. }
  856. 100% {
  857. opacity: 0;
  858. -webkit-transform: scale(1) skew(0deg, 20deg) rotateY(180deg)
  859. }
  860. }
  861. @-webkit-keyframes page3 {
  862. 0% {
  863. opacity: 0;
  864. -webkit-transform: scale(1) skew(0deg, 20deg) rotateY(180deg)
  865. }
  866. 15% {
  867. opacity: 1;
  868. -webkit-transform: scale(1) skew(0deg, 0deg) rotateY(0)
  869. }
  870. 48% {
  871. opacity: 1;
  872. -webkit-transform: scale(1.05) skew(0deg, 0deg) rotateY(0)
  873. }
  874. 85% {
  875. opacity: 1;
  876. -webkit-transform: scale(1) skew(0deg, 0deg) rotateY(0)
  877. }
  878. 100% {
  879. opacity: 0;
  880. -webkit-transform: scale(1) skew(0deg, 20deg) rotateY(-180deg)
  881. }
  882. }