赣州市洪水风险预警系统三维版本
guoshilong
2023-02-27 4d8c6dd77427e8e581fda17b6b65ba86bfb7a815
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>保存</title>
    <link rel="stylesheet" href="./css/style.css">
    <link rel="stylesheet" href="">
</head>
<body>
<div class="confirm-popup">
    <div class="confirm-top">
        <label for="save-name">名称:</label>
        <input id="save-name" class="save-name-input" type="text" name="word" autocomplete="off"
               maxlength="256" placeholder="请输入名称"/>
    </div>
    <div class="confirm-bottom">
        <input id="confirm-button" class="confirm-button" type="button" value="保  存"/>
    </div>
</div>
 
<script src="../../../libs/jquery/jquery-3.3.1.min.js"></script>
</body>
</html>