spring
4 天以前 435881d494e2be4ba5ce8bfccb02d6ef49e07314
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="zh-CN">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="keywords" content="PoweredByJeeSiteV4.0"/>
        <meta name="description" content="PoweredByJeeSiteV4.0"/>
        <link rel="shortcut icon" type="image/x-icon" href="custom/favicon.png">
        <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
        <title>中天互联Asun-MES</title>
        <script>
            window.onresize = function () {
                if (document.documentElement.clientWidth < 768) {
                    window.location.href = '../#/';
                }
            };
            window.onresize();
        </script>
        <style>
            .mobile-model {
                margin: 10px auto;
                background-color: #fff;
                width: 330px;
                margin-top: calc(50vh - 350px);
                box-sizing: border-box;
                background-image: url(common/img/iPhoneX.png);
                background-repeat: no-repeat;
                background-size: 100%;
                border-radius: 30px;
                padding: 48px 23px 38px 16px;
            }
            .mobile-content {
                box-sizing: border-box;
                width: 298px;
                height: 582px;
                border-bottom-left-radius: 20px;
            }
            .mobile-iframe {
                height: 100%;
                width: 100%;
                border-radius: 20px;
            }
        </style>
    </head>
    <body>
        <div class="mobile-model">
            <div class="mobile-content">
                <iframe src="../#/" class="mobile-iframe" scrolling="auto" frameborder="0"></iframe>
            </div>
        </div>
    </body>
</html>