#
luxiaotao1123
2022-03-02 aaf2e5aed7df2d082935cf91a538a037557c368e
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
    <title></title>
    <link rel="stylesheet" href="../../static/css/home.css">
    <style>
        html {
            height: 100%;
        }
        body {
            height: 100%;
        }
        #root {
            height: 100%;
        }
        .home-page {
            height: 100%;
        }
        .home-page .top-section {
            height: 100%;
        }
    </style>
</head>
<body>
<div id="root">
    <div data-reactroot="" class="home-page">
        <section class="top-section">
            <div class="vertical-middle">
                <div class="product-name">
                    <h2>
                        中扬立库 - 巡检运维
                    </h2>
                </div>
                <p class="product-desc">
                    浙江中扬立库技术有限公司隶属于浙江中扬储存设备有限公司,是中国立体仓库系统大型厂家之一。是一家致力于物流仓储系统整体解决方案的集团化高新技术企业。公司年产值超5亿人民币,是中国两大电商物流核心供应商。自2008年成立至今已承接大小立体仓库系统上万座。公司依托着高素质年轻化的运营团队一直保持着年均增速30%的高速发展,谱写着行业发展传奇。
                </p>
                <div class="button-area">
                    <!--                    <a class="button button-primary" target="_self" href="https://kkfileview.keking.cn/zh-cn/docs/home.html">-->
                    <!--                        立即开始-->
                    <!--                    </a>-->
                    <a class="button button-normal" ew-href="issue/issue.html?resourceId=40581" lay-text="巡检记录">
                        巡检记录
                    </a>
                </div>
            </div>
            <div class="animation animation1">
            </div>
            <div class="animation animation2">
            </div>
            <div class="animation animation3">
            </div>
            <div class="animation animation4">
            </div>
            <div class="animation animation5">
            </div>
        </section>
    </div>
</div>
</body>
<script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="../../static/layui/layui.js" charset="utf-8"></script>
<script type="text/javascript" src="../../static/js/common.js"></script>
<script>
    layui.config({
        base: baseUrl + "/static/layui/lay/modules/"
    }).extend({
        dropdown: 'dropdown/dropdown'
    }).use(['layer', 'carousel', 'element', 'admin', 'dropdown'], function () {
        var element = layui.element;
        var $ = layui.jquery;
        var layer = layui.layer;
        var carousel = layui.carousel;
        var device = layui.device();
        var admin = layui.admin;
    });
</script>
</html>