赣州市洪水风险预警系统二维版本
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
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
.video_left {
    height: 100%;
    width: 20%;
    float: right;
    position: absolute;
}
 
.left_map {
    width: 100%;
    height: 250px;
}
 
.map {
    width: calc(100% - 20px);
    height: 200px;
    margin: 50px 10px 0px;
    position: absolute;
    /*border-radius: 3px;*/
}
 
.left_title {
    width: 100%;
    margin: 15px 0px 15px 15px;
    position: absolute;
    color: white;
    padding-top: 1px;
}
 
.left_content {
    height: calc(100% - 380px);
    width: calc(100% - 20px);
    margin-top: 50px;
    padding-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 2px;
}
 
.play_way {
    height: 34px;
    line-height: 34px;
    width: 100%;
    color: #fff;
    padding-left:10px;
    background: rgba(22, 41, 84, .5);
    font-size:12px;
    text-align: center;
    border-top:1px solid #1cd0ad;
}
.play_way select{width:60px; height:22px; border:1px solid #b1aeae; border:1px solid #ccc;border-radius:4px; color:#fff; background:rgba(22, 41, 84, .5);}
 
/*#playway {
    width:100%;
    height: 40px;
    display: block;
    text-align: left;
    padding: 10px 0px 0px;
    padding-left:10px;
    border-top: 1px solid #ccc;
    font-weight: bold; background: #ebebeb;color:#242424;border-bottom:1px solid #cbcbcb;
}*/
 
.play_way span {
    width: 22%;
    height: 24px;
    text-align: center;
    line-height: 24px;
    display: block;
    float: left;
    cursor: pointer;
    background: #e3f3ec;
    color:#4ea27d;
    margin-left:8%;
    border-radius:5px;
    margin-top:10px;
}
 
.play_way span:hover {
    color: #fff;
    background-color: #4ba57f;
}
 
.left_content ul {
    list-style-type: none;
    /*padding-top: 20px;*/
}
 
.left_content ul li {
    padding: 15px 0px;
    display: block;
    width: calc(100% - 40px);
    margin-top: 10px;
    color: white;
    border-radius: 5px;
    text-align: center;
}
 
.left_content ul li:hover {
    opacity: 0.8;
    color: darkgoldenrod;
}
 
.left_content ul li a {
    text-decoration: none;
    color: white;
}
 
.left_dir {
    height: calc(100% - 35px);
    overflow-y: auto;
}
 
.left_dir .active {
    color: aquamarine;
}
 
.video_container {
    margin: auto;
    height: 100%;
    width: 100%;
}
 
.header-box {
    height: 50px;
    width: 100%;
}
 
.video_boxs {
    height: calc(100% - 0px);
    width: calc(100% - 0px);
}
 
.video_container .header-box span {
    margin: 15px 15px 15px 0px;
    position: absolute;
    color: white;
    padding-left: 5px;
    /* padding-top: 1px; */
}
 
.video_right {
    height: 100%;
    width: 20%;
    margin-left: 80%;
    position: absolute;
}
.menu-til{padding:20px 10px; cursor:pointer; font-size:16px; font-weight: bold; background: #ebebeb;color:#242424;border-bottom:1px solid #cbcbcb;}
.video_box {
    height: 50%;
    width: 50%;
    float: left;
    position: absolute;
}
.left_dir h3{padding:15px 10px; cursor:pointer; font-size:14px; font-weight: bold; background: #30397a; border-bottom:1px solid #4ba57f; color:#fff;}
.left_dir h4{padding:10px 10px 10px 40px; cursor:pointer; background:url(../images/tree.png) 8px 10px no-repeat ;line-height: 26px; color:#fff;}
.left_dir h4.on{color:#19cead;}
.left_dir h4+div{display:none;}
.left_dir h5{padding:5px; line-height:30px;cursor: pointer; padding-left:50px; background:url(../images/ship.png) 28px 10px no-repeat; background-size:14px 18px;color:#fff;}
.left_dir h5.on{background:url(../images/ship-on.png) 28px 10px no-repeat; background-size:14px 18px; color:#19cead;}
.left_dir ul li{padding:5px; line-height:30px;cursor: pointer; padding-left:60px; background-size:14px 18px; color:#fff;}
.left_dir ul li.on{background-size:14px 18px; color:#19cead;}
.part-box{display:none;}
.part-box ul{display:none;}
.video-con{width:100%; height: 100%;float:left; background:#000;border:3px solid #000; position: relative;}
.video-con iframe{width: 100%; height: 100%;}
.videoBg{width:100%; height:100%; position: absolute; z-index: 10; background-color:rgba(255,255,255,.1); cursor: pointer;}
.video-con.on{border:5px solid #f00;}
select{outline:medium;}