123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251 |
- <!DOCTYPE html>
- <html style="font-size: 600px;">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
- <meta http-equiv="pragma" content="no-cache">
- <meta http-equiv="Cache-Control" content="no-cache">
- <meta http-equiv="Expires" content="0">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <meta name="format-detection" content="telephone=no">
- <meta name="apple-mobile-web-app-title" content="">
- <title>九宫格</title>
- <style>
- body {
- margin: 0
- }
- #app {
- margin: 50px auto;
- width: 660px;
- height: 450px
- }
- #app>div>span {
- display: inline-block
- }
- body {
- min-height: 100%;
- width: 100%;
- font-family: 'Microsoft YaHei', 'Myriad Set Pro', 'Lucida Grande', 'Hiragino Sans GB', 'Helvetica', 'Arial', 'sans-serif';
- color: #333;
- background: #fff;
- -webkit-text-size-adjust: 100%;
- -webkit-font-smoothing: antialiased;
- -webkit-user-select: none;
- -webkit-tap-highlight-color: transparent;
- tap-highlight-color: transparent;
- font-size: 0.026rem;
- }
- .wrap-dialog {
- -webkit-tap-highlight-color: transparent;
- height: 100vh;
- width: 100%;
- background-color: #ebe6e0;
- background-size: cover;
- -webkit-transition: -webkit-transform 0.5s;
- transition: -webkit-transform 0.5s;
- transition: transform 0.5s;
- transition: transform 0.5s, -webkit-transform 0.5s;
- }
- #hongbao {
- -webkit-animation: arrowBig .5s ease;
- animation: arrowBig .5s ease;
- animation-iteration-count: 1;
- animation-fill-mode: forwards;
- -webkit-animation-iteration-count: 1;
- -webkit-animation-fill-mode: forwards;
- }
- @-webkit-keyframes arrowBig {
- 0% {
- -webkit-transform: scale(0);
- opacity: 0;
- }
- 100% {
- -webkit-transform: scale(1);
- opacity: 1;
- }
- }
- @keyframes arrowBig {
- 0% {
- transform: scale(0);
- opacity: 0;
- }
- 100% {
- transform: scale(1);
- opacity: 1;
- }
- }
- #btn {
- animation: mymove 1s infinite;
- -webkit-animation: mymove 1s infinite;
- /*Safari and Chrome*/
- animation-direction: alternate;
- /*轮流反向播放动画。*/
- animation-timing-function: ease-in-out;
- /*动画的速度曲线*/
- /* Safari 和 Chrome */
- -webkit-animation: mymove 1s infinite;
- -webkit-animation-direction: alternate;
- /*轮流反向播放动画。*/
- -webkit-animation-timing-function: ease-in-out;
- /*动画的速度曲线*/
- }
- @keyframes mymove {
- 0% {
- transform: scale(1);
- /*开始为原始大小*/
- }
- 25% {
- transform: scale(1.2);
- /*放大1.1倍*/
- }
- 50% {
- transform: scale(1);
- }
- 75% {
- transform: scale(1.2);
- }
- }
- @-webkit-keyframes mymove {
- 0% {
- transform: scale(1);
- /*开始为原始大小*/
- }
- 25% {
- transform: scale(1.2);
- /*放大1.1倍*/
- }
- 50% {
- transform: scale(1);
- }
- 75% {
- transform: scale(1.2);
- }
- }
- li {
- float: left;
- /* border: 1px solid white; */
- border-radius: 20px;
- /* background-color: red; */
- margin-top: 0 !important;
- height: 0.75rem !important;
- width: 0.75rem !important;
- background-image: url(./images/white.png);
- }
- .back {
- background-image: url(./images/share.png);
- background-size: 100%;
- }
- </style>
- <link rel="stylesheet" href="./css/index.css">
- </head>
- <body>
- <div class="wrap-dialog" style="background:url(./images/bg.jpg);background-size: cover;position: relative">
- <div id="photoBody" style="width: 3rem;height: 3rem;
- position: relative;
- top: 2.5rem;
- left: 0.3rem;">
- <img src="./images/count.png" alt="" style="width: 100%;height:auto">
- <div id="photoBodyBorder" style="position: absolute;width:80%;height:80%;top:10%">
- <div id="photoBodyMain" style="width:100%;height:100%;">
- <!-- <img src="./images/bg9.png" style="width: 100%;" alt=""> -->
- <ul style="position: absolute;top:0">
- <li class=" gift gift1" style="margin-bottom: 0.04rem;">
- <img src="./images/10.png" alt="">
- </li>
- <li class=" gift gift2" style="margin: 0 0.04rem 0.04rem;">
- <img src="./images/100.png" alt="">
- </li>
- <li class=" gift gift3" style="margin-bottom: 0.04rem;">
- <img src="./images/20.png" alt="">
- </li>
- <li class=" gift gift0" style="margin-bottom: 0.04rem;">
- <img src="./images/xiexie.png" alt="">
- </li>
- <li class="" id="choujiang"
- style="margin: 0 0.04rem 0.04rem;background-image: url(./images/start.png);background-size: 100%;">
- <!-- <img src="./images/start.png" alt=""> -->
- </li>
- <li class=" gift gift4" style="margin-bottom: 0.04rem;">
- <img src="./images/30.png" alt="">
- </li>
- <li class=" gift gift7">
- <img src="./images/500.png" alt="">
- </li>
- <li class=" gift gift6" style="margin: 0 0.04rem 0.04rem;">
- <img src="./images/xiexie.png" alt="">
- </li>
- <li class=" gift gift5">
- <img src="./images/20.png" alt="">
- </li>
- </ul>
- </div>
- </div>
- </div>
- <div id="hongbao" style="display:none;top: 2.5rem;
- position: absolute;">
- <img src="./images/hongbao.png" style="width:3rem;position: absolute;left:0.3rem;z-index: 10" alt="">
- <img src="./images/qian.png" style=" width: 1rem;
- position: absolute;
- left: 1.3rem;
- top:1.65rem;
- z-index: 10;" alt="">
- <img src="./images/btn.png" id="btn" style="width: 1.6rem;
- position: absolute;
- left: 1.05rem;
- top: 2.2rem;
- z-index: 10;" alt="">
- </div>
- <audio src="./images/zhuan.mp3" id="mediaId"></audio>
- <audio src="./images/show.mp3" id="mediaShow"></audio>
- </div>
- <script src="https://sf3-ttcdn-tos.pstatp.com/obj/union-fe-nc/playable/sdk/playable-sdk.js"></script>
- <script type="text/javascript" src="js/jquery.min.js"></script>
- <script src="./js/rem.js"></script>
- <script src="./js/index.js"></script>
- <script type="text/javascript">
- $('#btn').on('touchstart', function (e) {
- e.preventDefault()
- e.stopPropagation()
- window.playableSDK.sendEvent('clickDownloadBar', {
- section: 'section2',
- area: 'area3'
- });
- window.playableSDK.openAppStore()
- })
- </script>
- </body>
- </html>
|