赣州市洪水风险预警系统二维版本
xiebin
2023-03-02 b39483c96ae572121d3c619c0b9d37634e682cc4
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
#below_right {
    position: absolute;
    width: 240px;
    background-color: #196CAD;
    top: 50px;
    right: 0px;
    z-index: 500;
    background-color: #0D64A9;
}
/* 鏀舵斁鍙充笅淇℃伅鍐呭 */
#below_change {
    position: absolute;
    right: 242px;
    width: 20px;
    height: 20px;
    background: url('../images/smallright.png') no-repeat;
    z-index: 100;
}
#below_changes {
    position: absolute;
    right: 484px;
    width: 20px;
    height: 20px;
    background: url('../images/smallright.png') no-repeat;
    z-index: 100;
}
#below_bar {
    position: absolute;
    right: 723px;
    width: 60px;
    height: 60px;
    background: url('../images/right.png') no-repeat;
    z-index: 100;
    top:319px;
    
}
/* 鐗堟潈 */
#below_copyright {
    position: absolute;
    bottom: 0px;
    height: 24px;
    width: 340px;
    background-color: #2FA2F7;
    -moz-box-shadow: 10px 10px 5px #888888; /* 鑰佺殑 Firefox */
    box-shadow: 5px 5px 5px #888888; /* 瀹炵幇杈规闃村奖 */
    padding-top: 3px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    border-radius: 0px 35px 0px 0px; /*  瀹炵幇鍦嗚 */
    /* text-shadow: 1px 1px 1px white;瀛椾綋闃村奖 */
    -moz-border-radius: 0px 35px 0px 0px; /*  鑰佺殑 Firefox */
    z-index: 500;
}
input{
    outline:none;
}
.h1{
    width: 90%;
    height: 25px;
    line-height: 25px;
    color: #000;
    background-color: #ffffffe6;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin: 0px auto;
}