czt
2025-05-21 bff5f66e5658cb837e5279be0e2d0acfd2888f05
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
<!DOCTYPE html>
<html lang="zh_CN" xmlns:th="http://www.thymeleaf.org">
 
<head>
    <meta charset="utf-8"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1"/>
    <meta name="renderer" content="webkit"/>
    <meta name="viewport"
          content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"/>
    <meta name="format-detection" content="telephone=no"/>
    <title>电子货位卡系统-待机</title>
 
    <link rel="stylesheet" th:href="@{/dzhwk/style.css}"/>
</head>
 
<body class="">
<div class="screen-container">
    <div id="container">
        <div class="m-standbyl" style="background-image: url(/img/dzhwk/bgl1.jpg);">
            <div class="date">
                <div class="time2"></div>
                <div class="d2"></div>
            </div>
            <div class="tit">智慧粮库电子货位卡系统</div>
            <div class="copy">技术支持:风正致远信息技术股份有限公司</div>
        </div>
    </div>
</div>
<script th:src="@{/js/jquery.min.js}"></script>
<script th:src="@{/dzhwk/common.js}"></script>
<script th:inline="javascript">
 
    timeFormate();
    setInterval(function () {
        timeFormate()
    }, 1000);
</script>
</body>
</html>