Compare commits
121 Commits
Author | SHA1 | Date |
---|---|---|
|
11c29edfd4 | |
|
af0a0131ec | |
|
31ff21451f | |
|
d73a5a6488 | |
|
da0b729a12 | |
|
5589649d9c | |
|
e5da4919b1 | |
|
d2dd829de2 | |
|
126365f2af | |
|
d938a781d4 | |
|
ec38bb02ed | |
|
4b0f1adb85 | |
|
44ea12c84f | |
|
1467cb18d7 | |
|
8702eaa0a9 | |
|
60961ec5d6 | |
|
5edeac1084 | |
|
90ba323d33 | |
|
88a552487f | |
|
4661b3c733 | |
|
845aa70278 | |
|
a5e7fdf75a | |
|
a650b7abed | |
|
fa994e9f9f | |
|
6648559cda | |
|
52c3ea0a75 | |
|
5f33fc5fc5 | |
|
db3b88db30 | |
|
0f81beb7d9 | |
|
5fbb80eb7c | |
|
16437a661a | |
|
05fdd3f91e | |
|
2587fde6ff | |
|
cc40fd71f1 | |
|
62c918b516 | |
|
93276c81be | |
|
8642883461 | |
|
4e136ec744 | |
|
02c359f722 | |
|
c647fba1ff | |
|
29fc0e13c5 | |
|
10f8a30a26 | |
|
287fe245c8 | |
|
eabdbefab0 | |
|
de5e43ee2c | |
|
72fb9cb1f3 | |
|
a5b77289ed | |
|
16203203d9 | |
|
89121eb36d | |
|
aa08b27547 | |
|
542310a7d8 | |
|
e7a9027c5d | |
|
c3407477a9 | |
|
7915221e81 | |
|
db074a8c34 | |
|
81fae6a1f5 | |
|
523cd2e904 | |
|
ad04f2ccf6 | |
|
0562b392ad | |
|
844b2f7cfd | |
|
c77181e3e3 | |
|
0e0dc1234c | |
|
40017c5aca | |
|
b42a176636 | |
|
c8fa29e92b | |
|
c7e58dc6b6 | |
|
17f1f3a4c3 | |
|
1a8435d6e9 | |
|
34ff5b9131 | |
|
bcd4f7b8eb | |
|
ee0e1af98a | |
|
a318701d74 | |
|
97a8c446f4 | |
|
1934fdad02 | |
|
ad9c02d17f | |
|
94b2621671 | |
|
2631112a89 | |
|
608575c530 | |
|
c8f0ae592a | |
|
481e36a3b3 | |
|
870dde8117 | |
|
b321ce97e9 | |
|
6807227049 | |
|
ce0746302f | |
|
c8c287de1c | |
|
3259d1ee67 | |
|
6a26407b5a | |
|
dba3eb459b | |
|
1828dd253b | |
|
a90f6846d5 | |
|
3e5ffbacf8 | |
|
eacaab5234 | |
|
ab3b77dbac | |
|
f516c60810 | |
|
5e4b190dd7 | |
|
3f4b5c228e | |
|
b141ed6723 | |
|
a29cd30cbd | |
|
c485d61db1 | |
|
cdc1171fc5 | |
|
cb9198bb95 | |
|
27e88aa5f0 | |
|
496a7859f1 | |
|
eebddf04db | |
|
4f4252f4b5 | |
|
526f07666a | |
|
d2b3192cd9 | |
|
a2957860f6 | |
|
6da547a6e9 | |
|
6e34935ee2 | |
|
31b369ed87 | |
|
86a5119254 | |
|
540f95db4e | |
|
bfa69a7a72 | |
|
9194ede270 | |
|
89f2e8bd4e | |
|
1fe3b97466 | |
|
edff6eef7b | |
|
7a66d7f171 | |
|
b4294d9533 | |
|
959fae1b74 |
|
@ -8,16 +8,22 @@
|
|||
"lint": "vue-cli-service lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@easydarwin/easywasmplayer": "^4.0.10",
|
||||
"axios": "0.24.0",
|
||||
"core-js": "^3.8.3",
|
||||
"dayjs": "^1.11.9",
|
||||
"element-ui": "^2.15.13",
|
||||
"emittery": "^0.8.1",
|
||||
"file-saver": "2.0.5",
|
||||
"js-cookie": "^3.0.5",
|
||||
"nprogress": "0.2.0",
|
||||
"less": "^4.1.3",
|
||||
"less-loader": "^11.1.3",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"logt": "^1.4.1",
|
||||
"vue": "^2.6.14",
|
||||
"vue-router": "^4.2.2"
|
||||
"vuex": "3.6.0",
|
||||
"vue-router": "^3.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.16",
|
||||
|
|
|
@ -59,20 +59,21 @@ table{
|
|||
}
|
||||
.head-title-label{
|
||||
width: 22%;
|
||||
font-size: 28px;
|
||||
font-size: 26px;
|
||||
position: relative;
|
||||
padding-left: 15px;
|
||||
padding-top: 15px;
|
||||
padding-top: 23px;
|
||||
font-family: "title-font";
|
||||
background-image:-webkit-linear-gradient(bottom,#3da2ff,#3ea4ff,#96f3ff);
|
||||
-webkit-background-clip:text;
|
||||
-webkit-text-fill-color:transparent;
|
||||
}
|
||||
.head-title-tab{
|
||||
width: 40% ;
|
||||
max-width: 40% ;
|
||||
padding-top: 23px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.head-title-select{
|
||||
padding-top: 23px;
|
||||
width: 12% ;
|
||||
|
@ -164,8 +165,7 @@ table{
|
|||
width: 45%;
|
||||
text-align: center;
|
||||
}
|
||||
.head-title-weather{
|
||||
width: 55%;
|
||||
.head-title-weather{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
@ -2724,8 +2724,8 @@ table{
|
|||
padding: 10px;
|
||||
}
|
||||
.video-list-min{
|
||||
height: 430px;
|
||||
overflow: auto;
|
||||
height: 920px;
|
||||
overflow: scroll;
|
||||
padding-right: 5px;
|
||||
}
|
||||
.video-list-min::-webkit-scrollbar {
|
||||
|
@ -2801,6 +2801,8 @@ table{
|
|||
.video-enlarge-content{
|
||||
margin-top: 15px;
|
||||
background: rgba(0,0,0,0.5);
|
||||
height: 905;
|
||||
z-index: 999999;
|
||||
}
|
||||
.video-enlarge-content video{
|
||||
width: 100%;
|
||||
|
@ -3291,4 +3293,85 @@ table{
|
|||
.scroll::-webkit-scrollbar-thumb {
|
||||
background-color: rgb(1, 169, 255);
|
||||
border-radius: 4px;
|
||||
}
|
||||
.bg-date-picker-pop{
|
||||
background-image: url('../images/list_bgd.png');
|
||||
border:solid 1px rgb(1, 169, 255);
|
||||
}
|
||||
|
||||
|
||||
.header-btn-list{
|
||||
padding-top: 10px;
|
||||
position: absolute;
|
||||
top: 30px;
|
||||
left: 0;
|
||||
z-index: 9999;
|
||||
}
|
||||
.header-btn-list-arrow{
|
||||
height: 20px;
|
||||
width: 105px;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
background: url("../images/arrow.png") no-repeat center/30px 18px;
|
||||
z-index: 99;
|
||||
}
|
||||
.header-btn-list-arrow-active{
|
||||
height: 20px;
|
||||
width: 105px;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
background: url("http://fileimg.makalu.cc/WEB_6F5A43456312447C9F8D75CA97EDCCE8.png") no-repeat center/30px 18px;
|
||||
z-index: 99;
|
||||
}
|
||||
.header-btn-list-item{
|
||||
top: -3px;
|
||||
position: relative;
|
||||
border: 2px solid #2258a2;
|
||||
background: rgba(2, 18, 56, 0.9);
|
||||
border-radius: 5px;
|
||||
}
|
||||
.header-btn-list-item-active{
|
||||
top: -3px;
|
||||
position: relative;
|
||||
border: 2px solid #df5567;
|
||||
background: rgba(100, 20, 23);
|
||||
border-radius: 5px;
|
||||
}
|
||||
.header-btn-list-padding{
|
||||
padding: 8px;
|
||||
}
|
||||
.header-btn-list-padding button{
|
||||
margin: 10px;
|
||||
height: 35px;
|
||||
background: #142c6a;
|
||||
color: #738fb4;
|
||||
width: 110px;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
cursor: pointer;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.header-btn-list-padding-red button{
|
||||
margin: 10px;
|
||||
height: 35px;
|
||||
background: #910000;
|
||||
color: #c16363;
|
||||
width: 110px;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
cursor: pointer;
|
||||
font-size: 15px;
|
||||
}
|
||||
.header-btn-list-padding button:hover{
|
||||
color: #63baff;
|
||||
background: #15388f;
|
||||
}
|
||||
.header-btn-list-padding button.active{
|
||||
background:url("../images/btn_nav.png") no-repeat center/100% 100%;
|
||||
color: #ffffff;
|
||||
}
|
||||
.header-btn-list-padding-red button.actives{
|
||||
background:url("http://fileimg.makalu.cc/WEB_F27BA493E32349E4AEC08A2A521B7ED1.png") no-repeat center/100% 100%;
|
||||
color: #ffffff;
|
||||
}
|
|
@ -0,0 +1,40 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
<link rel="stylesheet" href="https://cdn.makalu.cc/css/element-ui/index.css">
|
||||
<link rel="stylesheet" href="css/largeScreenLayout.css">
|
||||
<link rel="stylesheet" href="css/largeScreenStyle.css">
|
||||
<script type="text/javascript" src="http://api.map.baidu.com/api?type=webgl&v=1.0&ak=qmQNEi1qbFX628WfMt4imhdT87RbCRzK"></script>
|
||||
<script src="https://cdn.makalu.cc/js/vue/vue.js"></script>
|
||||
<script src="https://unpkg.com/element-ui@2.15.13/lib/index.js"></script>
|
||||
<script src="https://cdn.makalu.cc/js/jquery/3.5.1/jquery.min.js"></script>
|
||||
<script src="./js/echarts.min.js"></script>
|
||||
<link rel="stylesheet" href="/cesium/Widgets/widgets.css">
|
||||
<script src="/cesium/jquery-3.0.0.min.js"></script>
|
||||
<script src="/cesium/Cesium.js?v=20230913"></script>
|
||||
<script src="/cesium/BIMGISEngine.js?v=20230920"></script>
|
||||
<script src="/cesium/initApi.js?v=20230920"></script>
|
||||
<script src="./js/mapmodle.js"></script>
|
||||
<!--
|
||||
<script crossorigin="anonymous" integrity="sha384-gb8mitZ44MWVFB3GKzmtx1OCjOh3Cj4mgusyTvNzl1Nu31l0em1FrApJindwVAe0"
|
||||
src="https://lib.baomitu.com/echarts/4.2.1/echarts.min.js"></script>
|
||||
-->
|
||||
<script src="https://cdn.makalu.cc/js/echarts/china.js"></script>
|
||||
<script type="text/javascript" src="https://api.map.baidu.com/api?v=1.0&&type=webgl&ak=6zAD8CIavtzWnkGg0a7roush5maGMIPn"></script>
|
||||
<style type="text/css">
|
||||
#webpack-dev-server-client-overlay{display: none;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
</body>
|
||||
</html>
|
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 5.5 KiB |
After Width: | Height: | Size: 6.6 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 5.7 KiB |
After Width: | Height: | Size: 6.3 KiB |
After Width: | Height: | Size: 4.6 KiB |
After Width: | Height: | Size: 592 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 130 B |
After Width: | Height: | Size: 345 B |
After Width: | Height: | Size: 588 B |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 805 B |
After Width: | Height: | Size: 786 B |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 484 B |
After Width: | Height: | Size: 556 B |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 218 B |
After Width: | Height: | Size: 626 B |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 530 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 487 B |
After Width: | Height: | Size: 756 B |
After Width: | Height: | Size: 418 B |
After Width: | Height: | Size: 589 B |
After Width: | Height: | Size: 457 B |
After Width: | Height: | Size: 761 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 794 B |
After Width: | Height: | Size: 280 B |
After Width: | Height: | Size: 551 B |
After Width: | Height: | Size: 465 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 340 B |
After Width: | Height: | Size: 444 B |
After Width: | Height: | Size: 534 B |
After Width: | Height: | Size: 666 B |
After Width: | Height: | Size: 465 B |
After Width: | Height: | Size: 544 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 552 B |
After Width: | Height: | Size: 596 B |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 364 B |
After Width: | Height: | Size: 559 B |
After Width: | Height: | Size: 671 B |
After Width: | Height: | Size: 726 B |
After Width: | Height: | Size: 566 B |
After Width: | Height: | Size: 948 B |
After Width: | Height: | Size: 562 B |
After Width: | Height: | Size: 622 B |
After Width: | Height: | Size: 557 B |
After Width: | Height: | Size: 451 B |
After Width: | Height: | Size: 810 B |
After Width: | Height: | Size: 327 B |
After Width: | Height: | Size: 433 B |
After Width: | Height: | Size: 736 B |
After Width: | Height: | Size: 625 B |
After Width: | Height: | Size: 925 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 792 KiB |
After Width: | Height: | Size: 764 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 830 B |
After Width: | Height: | Size: 933 B |
After Width: | Height: | Size: 361 B |
After Width: | Height: | Size: 653 B |
After Width: | Height: | Size: 428 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 443 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 985 B |
After Width: | Height: | Size: 392 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 415 B |
After Width: | Height: | Size: 472 B |