|
|
@ -13,27 +13,27 @@
|
|
|
|
<module-title> 举报流程</module-title>
|
|
|
|
<module-title> 举报流程</module-title>
|
|
|
|
<div class="processflow">
|
|
|
|
<div class="processflow">
|
|
|
|
<div class="processIcon">
|
|
|
|
<div class="processIcon">
|
|
|
|
<div style="top: 0px; left: 340px">
|
|
|
|
<div style="top: 20px; left: 380px">
|
|
|
|
<img src="@/assets/sentimeent/网络举报事件.png" alt="" />
|
|
|
|
<img src="@/assets/sentimeent/网络举报事件.png" alt="" />
|
|
|
|
<span style="margin-left: -40px"> 网络举报事件 </span>
|
|
|
|
<span style="margin-left: -40px"> 网络举报事件 </span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="top: 73px; left: 550px">
|
|
|
|
<div style="top: 110px; left: 600px">
|
|
|
|
<img src="@/assets/sentimeent/举报中心.png" alt="" />
|
|
|
|
<img src="@/assets/sentimeent/举报中心.png" alt="" />
|
|
|
|
<span style="margin-left: -12px">举报中心</span>
|
|
|
|
<span style="margin-left: -12px">举报中心</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="top: 266px; left: 540px">
|
|
|
|
<div style="top: 350px; left: 590px">
|
|
|
|
<img src="@/assets/sentimeent/研判分析.png" alt="" />
|
|
|
|
<img src="@/assets/sentimeent/研判分析.png" alt="" />
|
|
|
|
<span style="margin-left: -15px">研判分析</span>
|
|
|
|
<span style="margin-left: -15px">研判分析</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="top: 350px; left: 340px">
|
|
|
|
<div style="top: 450px; left: 380px">
|
|
|
|
<img src="@/assets/sentimeent/事件办理处置.png" alt="" />
|
|
|
|
<img src="@/assets/sentimeent/事件办理处置.png" alt="" />
|
|
|
|
<span style="margin-left: -40px">事件办理处置</span>
|
|
|
|
<span style="margin-left: -40px">事件办理处置</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="top: 266px; left: 145px">
|
|
|
|
<div style="top: 350px; left: 150px">
|
|
|
|
<img src="@/assets/sentimeent/汇总结果.png" alt="" />
|
|
|
|
<img src="@/assets/sentimeent/汇总结果.png" alt="" />
|
|
|
|
<span style="margin-left: -15px">汇总结果</span>
|
|
|
|
<span style="margin-left: -15px">汇总结果</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="top: 73px; left: 155px">
|
|
|
|
<div style="top: 120px; left: 140px">
|
|
|
|
<img src="@/assets/sentimeent/反馈举报人.png" alt="" />
|
|
|
|
<img src="@/assets/sentimeent/反馈举报人.png" alt="" />
|
|
|
|
<span style="margin-left: -25px">反馈举报人</span>
|
|
|
|
<span style="margin-left: -25px">反馈举报人</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -660,7 +660,7 @@ export default {
|
|
|
|
name: "Access From",
|
|
|
|
name: "Access From",
|
|
|
|
type: "pie",
|
|
|
|
type: "pie",
|
|
|
|
hoverAnimation: true,
|
|
|
|
hoverAnimation: true,
|
|
|
|
radius: ["35%", "50%"],
|
|
|
|
radius: ["45%", "60%"],
|
|
|
|
labelLine: {
|
|
|
|
labelLine: {
|
|
|
|
show: false,
|
|
|
|
show: false,
|
|
|
|
length: 30,
|
|
|
|
length: 30,
|
|
|
@ -1148,18 +1148,18 @@ export default {
|
|
|
|
.section1 {
|
|
|
|
.section1 {
|
|
|
|
width: 50%;
|
|
|
|
width: 50%;
|
|
|
|
height: 50%;
|
|
|
|
height: 50%;
|
|
|
|
padding:50px 50px 50px 0px;
|
|
|
|
padding: 50px 50px 50px 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// justify-content: space-between;
|
|
|
|
// justify-content: space-between;
|
|
|
|
// align-content: space-between;
|
|
|
|
// align-content: space-between;
|
|
|
|
.section {
|
|
|
|
.section {
|
|
|
|
width: 50%;
|
|
|
|
width: 50%;
|
|
|
|
height: 50%;
|
|
|
|
height: 50%;
|
|
|
|
padding:50px 0px 50px 0px;
|
|
|
|
padding: 50px 0px 50px 0px;
|
|
|
|
.clean-action-table {
|
|
|
|
.clean-action-table {
|
|
|
|
height: calc(100% - 76px);
|
|
|
|
height: calc(100% - 76px);
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
padding: 20px 0px;
|
|
|
|
.table-header {
|
|
|
|
.table-header {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
background: url("~@/assets/sentimeent/背景表格.png") no-repeat center;
|
|
|
|
background: url("~@/assets/sentimeent/背景表格.png") no-repeat center;
|
|
|
@ -1167,11 +1167,11 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
.header-cell {
|
|
|
|
.header-cell {
|
|
|
|
padding: 12px 15px;
|
|
|
|
padding: 12px 15px;
|
|
|
|
color: #ffffff;
|
|
|
|
font-family: AlibabaPuHuiTiM;
|
|
|
|
font-size: 18px;
|
|
|
|
font-size: 28px;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #e4f0ff;
|
|
|
|
|
|
|
|
line-height: 22px;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
&:first-child {
|
|
|
|
width: 120px;
|
|
|
|
width: 120px;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1187,7 +1187,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.scroll-container {
|
|
|
|
.scroll-container {
|
|
|
|
height: 360px;
|
|
|
|
height: calc(100% - 45px);
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -1231,25 +1231,32 @@ export default {
|
|
|
|
.cell {
|
|
|
|
.cell {
|
|
|
|
padding: 12px 15px;
|
|
|
|
padding: 12px 15px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 16px;
|
|
|
|
overflow: hidden;
|
|
|
|
// overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
// text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
&.time-cell {
|
|
|
|
&.time-cell {
|
|
|
|
width: 120px;
|
|
|
|
width: 150px;
|
|
|
|
color: #9bb8d5;
|
|
|
|
font-family: AlibabaPuHuiTiR;
|
|
|
|
|
|
|
|
font-size: 26px;
|
|
|
|
|
|
|
|
color: #b9ccdf;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&.title-cell {
|
|
|
|
&.title-cell {
|
|
|
|
flex: 1;
|
|
|
|
flex: 1;
|
|
|
|
color: #ffffff;
|
|
|
|
|
|
|
|
padding-right: 40px;
|
|
|
|
padding-right: 40px;
|
|
|
|
|
|
|
|
font-family: AlibabaPuHuiTiR;
|
|
|
|
|
|
|
|
font-size: 26px;
|
|
|
|
|
|
|
|
color: #b9ccdf;
|
|
|
|
|
|
|
|
// text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&.source-cell {
|
|
|
|
&.source-cell {
|
|
|
|
width: 100px;
|
|
|
|
width: 150px;
|
|
|
|
color: #9bb8d5;
|
|
|
|
font-family: AlibabaPuHuiTiR;
|
|
|
|
|
|
|
|
font-size: 26px;
|
|
|
|
|
|
|
|
color: #b9ccdf;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1260,7 +1267,7 @@ export default {
|
|
|
|
.section-reportingProcess {
|
|
|
|
.section-reportingProcess {
|
|
|
|
width: 50%;
|
|
|
|
width: 50%;
|
|
|
|
height: 50%;
|
|
|
|
height: 50%;
|
|
|
|
padding:50px 50px 50px 0px;
|
|
|
|
padding: 50px 50px 50px 0px;
|
|
|
|
.processflow {
|
|
|
|
.processflow {
|
|
|
|
// padding-top: 20px;
|
|
|
|
// padding-top: 20px;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
@ -1268,7 +1275,7 @@ export default {
|
|
|
|
background: url("~@/assets/sentimeent/举报流程环形图.png") no-repeat
|
|
|
|
background: url("~@/assets/sentimeent/举报流程环形图.png") no-repeat
|
|
|
|
center,
|
|
|
|
center,
|
|
|
|
url("~@/assets/sentimeent/举报流程(环形中间).png") no-repeat center;
|
|
|
|
url("~@/assets/sentimeent/举报流程(环形中间).png") no-repeat center;
|
|
|
|
background-size: 430px 410px, 215px 210px;
|
|
|
|
// background-size: 430px 410px, 215px 210px;
|
|
|
|
.processTitle {
|
|
|
|
.processTitle {
|
|
|
|
width: 90px;
|
|
|
|
width: 90px;
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
@ -1294,8 +1301,8 @@ export default {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
img {
|
|
|
|
img {
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
width: 79px;
|
|
|
|
width: 99px;
|
|
|
|
height: 77px;
|
|
|
|
height: 97px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
span {
|
|
|
|
span {
|
|
|
|
font-family: AlibabaPuHuiTiR;
|
|
|
|
font-family: AlibabaPuHuiTiR;
|
|
|
@ -1667,7 +1674,7 @@ export default {
|
|
|
|
top: 0px;
|
|
|
|
top: 0px;
|
|
|
|
left: 5px;
|
|
|
|
left: 5px;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
height: 70%;
|
|
|
|
height: 80%;
|
|
|
|
// margin-top: 30px;
|
|
|
|
// margin-top: 30px;
|
|
|
|
// background: url("~@/assets/ecosphere/bg-饼图.png") no-repeat;
|
|
|
|
// background: url("~@/assets/ecosphere/bg-饼图.png") no-repeat;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1680,13 +1687,13 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
.label-item {
|
|
|
|
.label-item {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
width: 170px;
|
|
|
|
width: 198px;
|
|
|
|
height: 65px;
|
|
|
|
height: 72px;
|
|
|
|
// border: 1px dashed;
|
|
|
|
// border: 1px dashed;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
padding-right: 20px;
|
|
|
|
.label-content {
|
|
|
|
.label-content {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
@ -1694,16 +1701,17 @@ export default {
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
|
|
|
|
.percent {
|
|
|
|
.percent {
|
|
|
|
font-size: 28px;
|
|
|
|
font-size: 36px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
font-family: Arial;
|
|
|
|
font-family: Arial;
|
|
|
|
line-height: 1.2;
|
|
|
|
line-height: 1.2;
|
|
|
|
margin-top: -10px;
|
|
|
|
margin-top: -20px;
|
|
|
|
|
|
|
|
// margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.name {
|
|
|
|
.name {
|
|
|
|
font-family: AlibabaPuHuiTiR;
|
|
|
|
font-family: AlibabaPuHuiTiR;
|
|
|
|
font-size: 20px;
|
|
|
|
font-size: 26px;
|
|
|
|
color: #b4f9ff;
|
|
|
|
color: #b4f9ff;
|
|
|
|
line-height: 22px;
|
|
|
|
line-height: 22px;
|
|
|
|
text-align: justifyLeft;
|
|
|
|
text-align: justifyLeft;
|
|
|
|