Compare commits
No commits in common. "dev-login" and "main" have entirely different histories.
|
@ -8,22 +8,16 @@
|
|||
"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",
|
||||
"vuex": "3.6.0",
|
||||
"vue-router": "^3.1.3"
|
||||
"vue-router": "^4.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.16",
|
||||
|
|
|
@ -59,21 +59,20 @@ table{
|
|||
}
|
||||
.head-title-label{
|
||||
width: 22%;
|
||||
font-size: 26px;
|
||||
font-size: 28px;
|
||||
position: relative;
|
||||
padding-left: 15px;
|
||||
padding-top: 23px;
|
||||
padding-top: 15px;
|
||||
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{
|
||||
max-width: 40% ;
|
||||
width: 40% ;
|
||||
padding-top: 23px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.head-title-select{
|
||||
padding-top: 23px;
|
||||
width: 12% ;
|
||||
|
@ -166,6 +165,7 @@ table{
|
|||
text-align: center;
|
||||
}
|
||||
.head-title-weather{
|
||||
width: 55%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
@ -2724,8 +2724,8 @@ table{
|
|||
padding: 10px;
|
||||
}
|
||||
.video-list-min{
|
||||
height: 920px;
|
||||
overflow: scroll;
|
||||
height: 430px;
|
||||
overflow: auto;
|
||||
padding-right: 5px;
|
||||
}
|
||||
.video-list-min::-webkit-scrollbar {
|
||||
|
@ -2801,8 +2801,6 @@ 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%;
|
||||
|
@ -3294,84 +3292,3 @@ table{
|
|||
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;
|
||||
}
|
|
@ -1,40 +0,0 @@
|
|||
<!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>
|
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 592 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 345 B |
Before Width: | Height: | Size: 588 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 805 B |
Before Width: | Height: | Size: 786 B |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 484 B |
Before Width: | Height: | Size: 556 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 626 B |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 530 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 487 B |
Before Width: | Height: | Size: 756 B |
Before Width: | Height: | Size: 418 B |
Before Width: | Height: | Size: 589 B |
Before Width: | Height: | Size: 457 B |
Before Width: | Height: | Size: 761 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 794 B |
Before Width: | Height: | Size: 280 B |
Before Width: | Height: | Size: 551 B |
Before Width: | Height: | Size: 465 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 340 B |
Before Width: | Height: | Size: 444 B |
Before Width: | Height: | Size: 534 B |
Before Width: | Height: | Size: 666 B |
Before Width: | Height: | Size: 465 B |
Before Width: | Height: | Size: 544 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 552 B |
Before Width: | Height: | Size: 596 B |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 559 B |
Before Width: | Height: | Size: 671 B |
Before Width: | Height: | Size: 726 B |
Before Width: | Height: | Size: 566 B |
Before Width: | Height: | Size: 948 B |
Before Width: | Height: | Size: 562 B |
Before Width: | Height: | Size: 622 B |
Before Width: | Height: | Size: 557 B |
Before Width: | Height: | Size: 451 B |
Before Width: | Height: | Size: 810 B |
Before Width: | Height: | Size: 327 B |
Before Width: | Height: | Size: 433 B |
Before Width: | Height: | Size: 736 B |
Before Width: | Height: | Size: 625 B |
Before Width: | Height: | Size: 925 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 792 KiB |
Before Width: | Height: | Size: 764 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 830 B |
Before Width: | Height: | Size: 933 B |
Before Width: | Height: | Size: 361 B |
Before Width: | Height: | Size: 653 B |
Before Width: | Height: | Size: 428 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 443 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 985 B |
Before Width: | Height: | Size: 392 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 415 B |
Before Width: | Height: | Size: 472 B |