| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0">
- <title>遮天传</title>
- <style>
- * {
- margin: 0;
- padding: 0;
- border: 0;
- box-sizing: border-box;
- }
- body {
- padding-top: 60px;
- background-color: #000;
- }
- img {
- display: block;
- width: 100%;
- }
- a {
- text-decoration: none;
- }
- #content-wrapper {
- background-color: #fff;
- max-width: 750px;
- margin: 0 auto;
- overflow: hidden;
- }
- #top-banner {
- position: fixed;
- top: 0;
- width: 100%;
- height: 60px;
- background: rgba(0, 0, 0, 0.8);
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 20px;
- max-width: 750px;
- }
- .btn {
- display: inline-block;
- color: #fff;
- font-size: 20px;
- background-color: #f64e4e;
- border-radius: 15px;
- padding: 5px 20px;
- }
- </style>
- </head>
- <body>
- <div id="content-wrapper">
- <div id="top-banner">
- <div style="display: flex;align-items: center;justify-content: center;">
- <img src="./assets/icon.png" style="width: 50px;">
- <span style="color: #fff;font-size: 25px;">遮天传</span>
- </div>
- <a class="btn btn-download"
- href="https://app.hainanruiyu.cn/api/wxxyx/cpsScheme.php?appid=wxf55c1d226f121239&media_id=160_1228_1300&ext_channel=wbxcx"
- style="justify-self: end">开始游戏</a>
- </div>
- <img src="./assets/1.gif">
- <a
- href="https://app.hainanruiyu.cn/api/wxxyx/cpsScheme.php?appid=wxf55c1d226f121239&media_id=160_1228_1300&ext_channel=wbxcx"><img
- src="./assets/2.gif"></a>
- <a
- href="https://app.hainanruiyu.cn/api/wxxyx/cpsScheme.php?appid=wxf55c1d226f121239&media_id=160_1228_1300&ext_channel=wbxcx"><img
- src="./assets/3.gif"></a>
- </div>
- </body>
- </html>
|