Commit c451e9b3 by chenqiang

同步公安网代码

parent 5688d856
......@@ -9,14 +9,18 @@
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.22",
"@antv/g6": "^4.4.1",
"@riophae/vue-treeselect": "^0.4.0",
"core-js": "^3.6.5",
"driver.js": "^0.9.8",
"echarts": "^4.9.0",
"echarts-gl": "^1.0.0",
"el-tree-transfer": "^2.4.7",
"element-ui": "^2.4.5",
"js-base64": "^3.7.1",
"js-cookie": "^2.2.1",
"moment": "^2.29.1",
"qs": "^6.9.4",
"qs": "^6.10.1",
"sass-resources-loader": "^2.1.1",
"sortablejs": "^1.14.0",
"vue": "^2.6.11",
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"success": true,
"code": 200,
"message": "成功",
"data": {
"list": [
{
"id": "0100",
"label": "接受案事件",
"parentId": "",
"children": [
{
"id": "0101",
"label": "接警",
"parentId": "0100"
},
{
"id": "0102",
"label": "自处",
"parentId": "0100"
},
{
"id": "0103",
"label": "不予受理",
"parentId": "0100"
}
]
},
{
"id": "0200",
"label": "立案审查",
"parentId": "",
"children": [
{
"id": "0201",
"label": "呈请立案",
"parentId": "0200"
},
{
"id": "0202",
"label": "立案修改补充",
"parentId": "0200"
}
]
},
{
"id": "0300",
"label": "不予立案",
"parentId": "",
"children": [
{
"id": "0301",
"label": "移送其他执法机关",
"parentId": "0300"
},
{
"id": "0302",
"label": "移送管辖",
"parentId": "0300"
}
]
},
{
"id": "0400",
"label": "立案",
"parentId": ""
},
{
"id": "0500",
"label": "撤销案件",
"parentId": "",
"children": [
{
"id": "0501",
"label": "销案补充修改",
"parentId": "0500"
}
]
},
{
"id": "0600",
"label": "侦查终结",
"parentId": "",
"children": [
{
"id": "0601",
"label": "破案",
"parentId": "0600"
},
{
"id": "0602",
"label": "呈请破案",
"parentId": "0600"
},
{
"id": "0603",
"label": "破案待上报",
"parentId": "0600"
},
{
"id": "0604",
"label": "结案",
"parentId": "0600"
},
{
"id": "0605",
"label": "破案补充修改",
"parentId": "0600"
}
]
},
{
"id": "0700",
"label": "移送审查起诉",
"parentId": ""
},
{
"id": "0800",
"label": "补充侦查",
"parentId": ""
},
{
"id": "0900",
"label": "有问题互破案件",
"parentId": ""
},
{
"id": "1000",
"label": "呈请不予立案",
"parentId": ""
},
{
"id": "1100",
"label": "情况掌握",
"parentId": ""
}
]
}
}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, dd, dl, dt, li, ol, ul,input,select,button,textarea,tr,td{ padding:0; margin:0; border:none;}
input,button,select,textarea,a,img{outline:none; }/*去掉超链接或按钮点击时出现的虚线框黄色边框*/
::-moz-focus-inner{border:0px;}/*火狐的私有属性去掉点击时边框*/
body,html{ width:100%; font-family:"Microsoft YaHei","Arial", "SimSun";}
ul, ul li, ol li, li { list-style:none;}
a, img, input, textarea {border:none;}
a {
text-decoration: none;
}
table { border-collapse: collapse;border-spacing:0;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: ".";clear: both;height: 0;}
* html .clearfix {zoom: 1;}
*:first-child + html .clearfix {zoom: 1;}
.fl { float:left;}
.fr { float:right;}
.none{ display:none;}
.inrow{font-size:0;[;font-size:12px;];*font-size:0;font-family:arial;[;letter-spacing:-3px;];*letter-spacing:normal;*word-spacing:-1px;}
.inrow>li,.inrow span{display:inline-block;*display:inline;*zoom:1;font-size:14px;letter-spacing:normal;word-spacing:normal; }
.dataNums{position: absolute; left: 34%; top:50%; display: block; width:100%; height:75px; margin-top: -37px; text-align:center;}
.dataNums .dataOne{ float:left;width: 9px; height:75px;text-align: center;}
.dataNums .dataBoc {position: relative; width: 100%; height: 100%; overflow: hidden;}
.dataNums .dataBoc .tt {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.dataNums .tt span{width:100%;height:100%; font: 18px "Arial";color:#4ADEFE;}
* {
padding: 0;
margin: 0;
}
html,body {
width: 100%;
height: 100%;
}
.main {
position: relative;
width: 100%;
height: 100%;
/*height: calc(100% - 10px);*/
background: url(../images/bg.jpg) no-repeat;
background-size: cover;
/* height: 880px; */
min-width: 1386px;
}
.top_title {
width: 100%;
/*padding-top: 20px;*/
}
.top_title img {
width: 100%;
}
.datas {
width: 95%;
height: 80%;
margin: auto;
margin-top: 2%;
}
.data_left,.data_middle,.data_right {
float: left;
height: 100%;
}
.data_left {
width: 26%;
}
.left_top {
width: 100%;
height: 100%;
background: url(../images/dataBg.png) no-repeat;
background-size: 100% 100%;
}
.left_top_title {
font-size: 16px;
color: #FFFFFF;
padding-left: 10%;
padding-top: 6%;
}
.left_top_main {
/*width: 80%;*/
height: 100%;
/*margin: auto;*/
/*margin-top: 4%;*/
}
.left_main_circle {
float: left;
margin-left: 12px;
margin-top: 12px;
/*width: 30%;*/
/*height: 33%;*/
width: 140px;
height: 120px;
background: url(../images/cicleBg.png) no-repeat;
background-size: 100%;
color: #4ADEFE;
text-align: center;
}
.left_main_circle p {
font-size: 16px;
margin-top: 18px;
}
.left_main_circle span {
font-size: 12px;
}
.left_main_circle:nth-of-type(2) {
/*margin-left: 22%;*/
}
.left_main_circle:nth-of-type(3) {
/*margin-top: 8%;*/
}
.left_bottom {
width: 100%;
height: 48%;
background: url(../images/dataBg.png) no-repeat;
background-size: 100%;
margin-top: 7%;
}
.left_bottom_main {
/* background: white; */
}
.data_middle {
width: 38%;
margin: 0 2.5%;
/* background: white; */
}
.middle_top {
width: 100%;
height: 17%;
}
.middle_top_list {
float: left;
width: 33.2%;
height: 65%;
margin-top: 5%;
text-align: center;
color: #4ADEFE;
}
.middle_top_list span {
color: #F3DB5C;
}
.list_title {
font-size: 18px;
margin-top: -15%;
}
.list_num {
margin-top: 3%;
font-size: 16px;
}
.list_num span {
font-size: 30px;
}
.today_list_font {
font-size: 14px;
margin-top: 4%;
}
.middle_top_list:nth-of-type(2) {
border-left: 1px solid #4E72B0;
border-right: 1px solid #4E72B0;
}
.middle_bottom {
width: 100%;
height: 75%;
margin-top: 9%;
background: transparent;
}
.data_right {
width: 31%;
}
.right_top {
width: 100%;
height: 48%;
background: url(../images/msgBg.png) no-repeat;
background-size: 100%;
}
.right_top_main {
width: 100%;
height: 305px;
}
.right_bottom {
width: 100%;
height: 48%;
background: url(../images/msgBg.png) no-repeat;
background-size: 100%;
margin-top: 6%;
}
.highcharts-credits {
display: none;
}
.highcharts-legend {
display: none;
}
.map{
position:relative;
/*height: 7.2rem; */
height: 610px;
z-index: 9;}
.map4{
width: 100%;
/*height:7rem;*/
height: 590px;
position: relative;
left: 0;
top: 4%;
margin-top: 20px;
z-index: 5;}
.map1,.map2,.map3{ position:absolute;}
.map1{
/*width:643px;*/
width: 560px;
height: 560px;
z-index: 2;
top:-60px;
left: 60px;
animation: myfirst2 15s infinite linear;}
.map2{ width:490px;
height: 490px; top:-20px; left: 100px; z-index: 3; opacity: 0.2; animation: myfirst 10s infinite linear;}
.map3{ width:450px;
height: 450px; top:0px; left: 120px; z-index: 1;}
@keyframes myfirst2
{
from {transform: rotate(0deg);}
to {transform: rotate(359deg);}
}
@keyframes myfirst
{
from {transform: rotate(0deg);}
to {transform: rotate(-359deg);}
}
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>数据资产评估</title>
<link href="../styles/common.css" rel="stylesheet">
<script src="../scripts/Plugin/jquery-3.3.1.min.js"></script>
<script src="../scripts/Plugin/echarts.min.js"></script>
<script src="../scripts/Plugin/echarts-liquidfill.min.js"></script>
<script src="../scripts/index.js"></script>
</head>
<body>
<!--顶部-->
<header class="header left" style="display: flex;">
<div style="color: #fff;
width: 400px;
position: absolute;
top: 35px;">
<div
style="display: flex;
margin-left: 20px;
display: flex;
justify-content: center;">
<span style="margin-right: 10px;">评估项设置:</span>
<div
style="background-color: red;
padding: 3px 5px;
border-radius: 5px;
cursor: pointer;" onclick="getSz(this,'1')">数据元</div>
<div
style="background-color: green;
padding: 3px 5px;
border-radius: 5px;
cursor: pointer;" onclick="getSz(this,'2')">数据表</div>
<div
style="background-color: blue;
padding: 3px 5px;
border-radius: 5px;
cursor: pointer;" onclick="getSz(this,'3')">对外服务</div>
<div
style="background-color: yellow;
padding: 3px 5px;
border-radius: 5px;
cursor: pointer;" onclick="getSz(this,'4')">调用次数</div>
</div>
</div>
<div class="header_center left" style="position:relative">
<h2><strong>数据资产评估</strong></h2>
</div>
</header>
<!--内容部分-->
<div class="con left">
<!--数据总概-->
<div class="con_div">
<div class="con_div_text left">
<div class="con_div_text01 left">
<img src="../images/info_1.png" class="left text01_img"/>
<div class="left text01_div">
<p>数据元个数</p>
<p>15</p>
</div>
</div>
</div>
<div class="con_div_text left">
<div class="con_div_text01 left">
<img src="../images/info_3.png" class="left text01_img"/>
<div class="left text01_div">
<p>数据表个数</p>
<p class="sky">326</p>
</div>
</div>
</div>
<div class="con_div_text left">
<div class="con_div_text01 left">
<img src="../images/info_5.png" class="left text01_img"/>
<div class="left text01_div">
<p>对外服务个数</p>
<p class="org">58</p>
</div>
</div>
</div>
<div class="con_div_text left">
<div class="con_div_text01 left">
<img src="../images/info_2.png" class="left text01_img"/>
<div class="left text01_div">
<p>数据总量</p>
<p>40,269,510,606</p>
</div>
</div>
</div>
</div>
<!--统计分析图-->
<div class="div_any">
<!-- <div class="left div_any01">-->
<div class="div_any_child" id="divBox1">
<div class="div_any_title"><img src="../images/title_1.png">数据源质量检测</div>
<p id="pieChart1" class="p_chart"></p>
</div>
<div class="div_any_child" id="divBox2">
<div class="div_any_title"><img src="../images/title_2.png">数据表质量检测</div>
<p id="histogramChart" class="p_chart"></p>
</div>
<!-- </div>-->
<!-- <div class="right div_any01">-->
<div class="div_any_child" id="divBox3">
<div class="div_any_title"><img src="../images/title_3.png">数据应用价值(对外数据服务)</div>
<p id="lineChart" class="p_chart"></p>
</div>
<div class="div_any_child" id="divBox4">
<div class="div_any_title"><img src="../images/title_4.png">数据应用价值(服务调用次数TOP5)</div>
<p id="lineChart2" class="p_chart"></p>
</div>
<!-- </div>-->
</div>
</div>
</body>
</html>
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment