|
|
@@ -0,0 +1,50 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+ <head>
|
|
|
+ <meta charset="UTF-8" />
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
+ <title>RAEX绿洲</title>
|
|
|
+ <script src="/static/js/jquery.min.js"></script>
|
|
|
+ <link href="/static/css/devices.min.css" rel="stylesheet" />
|
|
|
+ <style>
|
|
|
+ body,
|
|
|
+ html {
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ background-color: #f8f9f9;
|
|
|
+ height: 100%;
|
|
|
+ width: 100%;
|
|
|
+ font-family: -apple-system, SF UI Text, Arial, PingFang SC,
|
|
|
+ Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
|
|
|
+ }
|
|
|
+
|
|
|
+ body {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .phone {
|
|
|
+ width: 500px;
|
|
|
+ height: calc(100% - 1px);
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .phone iframe {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ border: none;
|
|
|
+ outline: none;
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+ </head>
|
|
|
+
|
|
|
+ <body>
|
|
|
+ <div class="phone">
|
|
|
+ <iframe src="https://www.raex.vip/9th/home" frameborder="0"></iframe>
|
|
|
+ </div>
|
|
|
+ </body>
|
|
|
+</html>
|