赣州市洪水风险预警系统二维版本
xiebin
2023-02-24 ec1a74625890ff771fc5e46e39a15deaf618b479
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
/*!
 * --------------------------------------时间条--------------------------------*/
.timeslider-base {
    position: absolute;
    bottom: 118px;
    left: 7px;
}
.time_outer {
    /*background:rgba(0,0,0,.5);*/
    
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
    /*IE6-8*/
    
    width: 268px;
    height: 58px;
    z-index: 1000;
}
.time_txt {
    background: url(images/time_txt.png) no-repeat;
    width: 62px;
    height: 25px;
    text-align: center;
    margin: 0px 35px;
    /*margin:5px 10px 0px 10px\9;/*对IE浏览器支持*/
    
    
    color: white;
    text-align: top;
    /*vertical-align:text-top;*/
}
.timeslider_container {
    position: absolute;
    top: 0px;
    left: 180px;
    z-index: 999;
}
.time_container {
    background: #ffffff;
    position: relative;
    width: 285px;
    height: 48px;
    overflow: hidden;
    border: 1px solid #46B9B1;
    border-radius: 5px;
    box-shadow: 5px 5px 10px #888888;
}
.to_left,
.to_left_un {
    float: left;
    display: inline;
    width: 9px;
    height: 15px;
    margin: 16px 4px 0 15px;
    /*border-right: 2px solid #ced2d6;*/
}
.to_left {
    background: url(images/left.png) no-repeat;
    cursor: pointer;
}
.to_left_un {
    background: url(images/left_un.png) no-repeat;
    cursor: default;
}
.to_right,
.to_right_un {
    float: right;
    display: inline;
    width: 9px;
    height: 15px;
    margin: 16px 15px 0px 0px;
    /*border-left: 2px solid #ced2d6;*/
}
.to_right {
    background: url(images/right.png) no-repeat;
    cursor: pointer;
}
.to_right_un {
    background: url(images/right_un.png) no-repeat;
    cursor: default;
}
.time_MultContainer {
    float: left;
    display: inline;
    background: #E1E1E1;
    width: 200px;
    height: 5px;
    border: 1px solid #e5e9ee;
    position: absolute;
    top: 20px;
    margin: 0 0 0 10px;
}
.time_image_zz {
    background: url(images/zz.png) no-repeat;
    width: 16px;
    height: 16px;
    margin-left: 0px;
    margin-top: -6px;
    position: absolute;
    z-index: 3000;
}
.date {
    width: 200px;
    margin: 0px 0px 0px 27px;
    color: #ffffff;
    position: relative;
    top: 30px;
    font: 10px "Arial";
    color: #5a6065;
}
.multshowdate {
    width: 2px;
    height: 5px;
    background: #46B9B1;
    position: absolute;
    top: 0px;
    z-index: 2000;
}
.showMultDate_img{
    position: absolute;
    left: 115px;
    color: #5a6065;
}