zhitong.yu
2024-05-11 b72f8f8d58417eb6fb29672d8ac17cfafa46775c
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
<%--
  Created by IntelliJ IDEA.
  User: Lenovo
  Date: 2024/3/28
  Time: 17:01
  To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
    <title>首页</title>
 
    <link rel='stylesheet' href='Hindex/css/swiper.min.css'>
    <link rel="stylesheet" href="Hindex/css/style.css">
</head>
<body style="overflow:hidden;height: 80%">
<div class="wrapper" style="overflow: hidden">
    <div class="background" style="background-color: black;overflow-y: hidden"></div>
    <div class="item-bg"></div>
    <div class="news-slider" style="overflow-y: hidden">
        <div class="news-slider__wrp swiper-wrapper">
            <div class="news-slider__item swiper-slide">
                <a href="#" class="news__item">
                    <h1 class="news__title" style="font-size: 28px;font-weight: bold">航锦化工人员定位平台</h1>
                    <h2 class="news__txt" style="font-size: 18px"> 详细介绍:航锦化工人员定位平台<br> </h2>
                    <div class="news__img"></iframe> </div>
                    <p class="news__txt" style="text-align: center"><button onclick="TiaoZhuan('index.jsp')" style="cursor: pointer;margin-top: 10%;width: 50%;height: 6%;color: white;background-color: black;border-radius: 20px;;border: none">进入平台</button></p>
                </a>
            </div>
 
            <div class="news-slider__item swiper-slide">
                <a href="#" class="news__item">
                    <h1 class="news__title" style="font-size: 28px;font-weight: bold">辽宁省危险化学品安全生产风险监测预警系统</h1>
                    <h2 class="news__txt" style="font-size: 18px"> 详细介绍:辽宁省危险化学品安全生产风险监测预警系统<br> </h2>
                    <div class="news__img"> <img src="Hindex/img/1711618037437.png" alt="news"> </div>
                    <p class="news__txt" style="text-align: center"><button onclick="TiaoZhuan('http://218.60.151.222:8888/login')" style="cursor: pointer;margin-top: 10%;width: 50%;height: 6%;color: white;background-color: black;border-radius: 20px;;border: none">进入平台</button></p>
                </a>
            </div>
 
            <div class="news-slider__item swiper-slide">
                <a href="#" class="news__item">
                    <h1 class="news__title" style="font-size: 28px;font-weight: bold">危险化学品双重预防信息系统</h1>
                    <h2 class="news__txt" style="font-size: 18px"> 详细介绍:危险化学品双重预防信息系统<br> </h2>
                    <div class="news__img"> <img src="Hindex/img/1711618037437.png" alt="news"> </div>
                    <p class="news__txt" style="text-align: center"><button onclick="TiaoZhuan('http://218.60.151.222:8020')" style="cursor: pointer;margin-top: 10%;width: 50%;height: 6%;color: white;background-color: black;border-radius: 20px;;border: none">进入平台</button></p>
                </a>
            </div>
        </div>
    </div>
</div>
 
<svg hidden="hidden">
    <defs>
        <symbol id="icon-arrow-left" viewBox="0 0 32 32">
            <title>arrow-left</title>
            <path d="M0.704 17.696l9.856 9.856c0.896 0.896 2.432 0.896 3.328 0s0.896-2.432 0-3.328l-5.792-5.856h21.568c1.312 0 2.368-1.056 2.368-2.368s-1.056-2.368-2.368-2.368h-21.568l5.824-5.824c0.896-0.896 0.896-2.432 0-3.328-0.48-0.48-1.088-0.704-1.696-0.704s-1.216 0.224-1.696 0.704l-9.824 9.824c-0.448 0.448-0.704 1.056-0.704 1.696s0.224 1.248 0.704 1.696z"></path>
        </symbol>
        <symbol id="icon-arrow-right" viewBox="0 0 32 32">
            <title>arrow-right</title>
            <path d="M31.296 14.336l-9.888-9.888c-0.896-0.896-2.432-0.896-3.328 0s-0.896 2.432 0 3.328l5.824 5.856h-21.536c-1.312 0-2.368 1.056-2.368 2.368s1.056 2.368 2.368 2.368h21.568l-5.856 5.824c-0.896 0.896-0.896 2.432 0 3.328 0.48 0.48 1.088 0.704 1.696 0.704s1.216-0.224 1.696-0.704l9.824-9.824c0.448-0.448 0.704-1.056 0.704-1.696s-0.224-1.248-0.704-1.664z"></path>
        </symbol>
    </defs>
</svg>
 
<script src="Hindex/js/jquery.min.js"></script>
<script src='Hindex/js/swiper.min.js'></script>
<script src="Hindex/js/script.js"></script>
<script>
    function TiaoZhuan(address){
        window.open(address)
    }
</script>
</body>
</html>