123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>抖音定向流量权益包</title>
- <meta content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" name="viewport">
- <meta content="width=device-width,height=device-height,maximum-scale=1.0,user-scalable=no" name="viewport">
- <meta content="yes" name="apple-mobile-web-app-capable">
- <meta content="black" name="apple-mobile-web-app-status-bar-style">
- <meta content="telephone=no" name="format-detection">
- <script type="text/javascript">
- var deviceWidth = document.documentElement.clientWidth;
- if (deviceWidth > 750) {
- deviceWidth = 750;
- }
- document.documentElement.style.fontSize = deviceWidth / 7.5 + 'px';
- </script>
- <style type="text/css">
- html, body, h3, h4 {
- margin: 0;
- padding: 0;
- font-family: PingFangSC-Regular, sans-serif,"SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑";
- }
- html, body {
- height: 100%;
- }
- h3 {
- font-size: 22px;
- color: #FF3030;
- letter-spacing: 0;
- margin-top: 0.3rem;
- }
- h4 {
- font-size: 18px;
- color: #666666;
- letter-spacing: 0;
- margin-top: 0.2rem;
- }
- .main {
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- height: 100%;
- }
- .banner {
- width: 3.24rem;
- height: 3.92rem;
- background: url(./hot/images/chahua.png) no-repeat;
- background-size: 100% 100%;
- }
- .content {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .action {
- margin-top: 0.5rem;
- }
- .action .btn {
- width: 5.6rem;
- height: 0.9rem;
- font-size: 16px;
- color: #FFFFFF;
- background: url(./hot/images/sqr.png) no-repeat;
- background-size: 100% 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- </style>
- </head>
- <body>
- <div class="main">
- <div class="banner">
- </div>
- <div class="content">
- <h3>活动太火爆了!</h3>
- <h4>稍后再来试试吧~</h4>
- </div>
- <div class="action">
- <div class="btn" onclick="history.go(-1)">返回</div>
- </div>
- </body>
- </html>
|