|
|
|
@ -2,48 +2,211 @@
|
|
|
|
|
* @Author: 许宏杰
|
|
|
|
|
* @Date: 2022-08-25 13:33:58
|
|
|
|
|
* @LastEditors: 许宏杰
|
|
|
|
|
* @LastEditTime: 2022-08-31 17:03:31
|
|
|
|
|
* @LastEditTime: 2022-09-08 16:22:27
|
|
|
|
|
* @FilePath: \wujiangtaishipc\src\views\components\check\index.vue
|
|
|
|
|
-->
|
|
|
|
|
<template>
|
|
|
|
|
<div class="check-container">
|
|
|
|
|
待开发....
|
|
|
|
|
<!-- <div class="check_container_left">
|
|
|
|
|
<div class="check_container_left_top">
|
|
|
|
|
<span class="check_container_left_top_text">违规事件检索</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="check_container_center">
|
|
|
|
|
<span class="check_container_center_title"> 点位选择:</span>
|
|
|
|
|
<el-select v-model="value" placeholder="请选择点位...">
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in options"
|
|
|
|
|
:key="item.value"
|
|
|
|
|
:label="item.label"
|
|
|
|
|
:value="item.value"
|
|
|
|
|
>
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
<el-button round>更新</el-button>
|
|
|
|
|
<span class="check_container_center_timetitle"> 时间选择:</span>
|
|
|
|
|
<div class="check_container_center_button">
|
|
|
|
|
<el-button round>今天</el-button>
|
|
|
|
|
<el-button round>近三天</el-button>
|
|
|
|
|
<el-button round>近七天</el-button>
|
|
|
|
|
<div class="check_container_left">
|
|
|
|
|
<!-- <div class="left-top">
|
|
|
|
|
<div class="check_container_left_top">
|
|
|
|
|
<span class="check_container_left_top_text">违规事件检索</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="check_container_center">
|
|
|
|
|
<div class="check_container_center_title">点位选择:</div>
|
|
|
|
|
<div class="check_container_center_input">
|
|
|
|
|
<el-input v-model="input" placeholder="请选择点位..."></el-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="check_container_center_button">更新</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="check_container_center_time">
|
|
|
|
|
<el-time-picker
|
|
|
|
|
v-model="value1"
|
|
|
|
|
:picker-options="{
|
|
|
|
|
selectableRange: '18:30:00 - 20:30:00',
|
|
|
|
|
}"
|
|
|
|
|
placeholder="任意时间点"
|
|
|
|
|
>
|
|
|
|
|
</el-time-picker>
|
|
|
|
|
<div class="check_container_center_time_title">时间选择:</div>
|
|
|
|
|
<div class="btn-gr">
|
|
|
|
|
<div class="btn">今天</div>
|
|
|
|
|
<div class="btn">近三天</div>
|
|
|
|
|
<div class="btn">近七天</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="check_container_center_time_select">
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item label="时间选择:">
|
|
|
|
|
<el-date-picker
|
|
|
|
|
v-model="value2"
|
|
|
|
|
type="daterange"
|
|
|
|
|
range-separator="至"
|
|
|
|
|
start-placeholder="开始日期"
|
|
|
|
|
end-placeholder="结束日期"
|
|
|
|
|
>
|
|
|
|
|
</el-date-picker>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="check_container_center_bottom">违规类型</div>
|
|
|
|
|
<div class="check_container_center_bottom_button">
|
|
|
|
|
<div class="button-btn">全部</div>
|
|
|
|
|
<div class="button-btn">非机动车违章停车</div>
|
|
|
|
|
<div class="button-btn">门前占道经营</div>
|
|
|
|
|
<div class="button-btn">沿街晾晒</div>
|
|
|
|
|
<div class="button-btn">建筑垃圾</div>
|
|
|
|
|
<div class="button-btn">道路破损</div>
|
|
|
|
|
<div class="button-btn">乱堆物料</div>
|
|
|
|
|
<div class="button-btn">流通摊贩</div>
|
|
|
|
|
<div class="button-btn">环卫暴露垃圾</div>
|
|
|
|
|
<div class="button-btn">垃圾桶满溢</div>
|
|
|
|
|
<div class="button-btn">违章乱贴小广告</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="check_container_center_bottom_check">
|
|
|
|
|
<div class="check_container_center_bottom_check_title">审核状态:</div>
|
|
|
|
|
<div class="check_container_center_bottom_check_button1">
|
|
|
|
|
<div class="check-btn">待审核</div>
|
|
|
|
|
<div class="check-btn">已通过</div>
|
|
|
|
|
<div class="check-btn">未通过</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="check_container_center_bottom_bottom">
|
|
|
|
|
<div class="bottom-btn-gr">
|
|
|
|
|
<div class="bottom-bottom-btn">查询</div>
|
|
|
|
|
<div class="bottom-bottom-btn">重置</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
<div class="left-bottom">
|
|
|
|
|
<div class="left-bottom-right-top">
|
|
|
|
|
<div class="left-title">事件列表</div>
|
|
|
|
|
<div class="right-title">共1076件</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="right-center">
|
|
|
|
|
<div class="center-title">
|
|
|
|
|
<div class="title">序号</div>
|
|
|
|
|
<div class="title">事件类型</div>
|
|
|
|
|
<div class="title">区域网络</div>
|
|
|
|
|
<div class="title">时间</div>
|
|
|
|
|
<div class="title">审核状态</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="center-bottom">
|
|
|
|
|
<div class="bottom">1</div>
|
|
|
|
|
<div class="bottom">沿街晾晒</div>
|
|
|
|
|
<div class="bottom">网格区域1</div>
|
|
|
|
|
<div class="bottom">2022-01-01</div>
|
|
|
|
|
<div class="bottom-btn">待审核</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="center-bottom">
|
|
|
|
|
<div class="bottom">1</div>
|
|
|
|
|
<div class="bottom">沿街晾晒</div>
|
|
|
|
|
<div class="bottom">网格区域1</div>
|
|
|
|
|
<div class="bottom">2022-01-01</div>
|
|
|
|
|
<div class="bottom-btn">待审核</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="center-bottom">
|
|
|
|
|
<div class="bottom">1</div>
|
|
|
|
|
<div class="bottom">沿街晾晒</div>
|
|
|
|
|
<div class="bottom">网格区域1</div>
|
|
|
|
|
<div class="bottom">2022-01-01</div>
|
|
|
|
|
<div class="bottom-btn">待审核</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="center-bottom">
|
|
|
|
|
<div class="bottom">1</div>
|
|
|
|
|
<div class="bottom">沿街晾晒</div>
|
|
|
|
|
<div class="bottom">网格区域1</div>
|
|
|
|
|
<div class="bottom">2022-01-01</div>
|
|
|
|
|
<div class="bottom-btn">待审核</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="center-bottom">
|
|
|
|
|
<div class="bottom">1</div>
|
|
|
|
|
<div class="bottom">沿街晾晒</div>
|
|
|
|
|
<div class="bottom">网格区域1</div>
|
|
|
|
|
<div class="bottom">2022-01-01</div>
|
|
|
|
|
<div class="bottom-btn">待审核</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="center-bottom">
|
|
|
|
|
<div class="bottom">1</div>
|
|
|
|
|
<div class="bottom">沿街晾晒</div>
|
|
|
|
|
<div class="bottom">网格区域1</div>
|
|
|
|
|
<div class="bottom">2022-01-01</div>
|
|
|
|
|
<div class="bottom-btn">待审核</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="center-bottom">
|
|
|
|
|
<div class="bottom">1</div>
|
|
|
|
|
<div class="bottom">沿街晾晒</div>
|
|
|
|
|
<div class="bottom">网格区域1</div>
|
|
|
|
|
<div class="bottom">2022-01-01</div>
|
|
|
|
|
<div class="bottom-btn">待审核</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="center-bottom">
|
|
|
|
|
<div class="bottom">1</div>
|
|
|
|
|
<div class="bottom">沿街晾晒</div>
|
|
|
|
|
<div class="bottom">网格区域1</div>
|
|
|
|
|
<div class="bottom">2022-01-01</div>
|
|
|
|
|
<div class="bottom-btn">待审核</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="center-bottom">
|
|
|
|
|
<div class="bottom">1</div>
|
|
|
|
|
<div class="bottom">沿街晾晒</div>
|
|
|
|
|
<div class="bottom">网格区域1</div>
|
|
|
|
|
<div class="bottom">2022-01-01</div>
|
|
|
|
|
<div class="bottom-btn">待审核</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- <div class="check_container_right">
|
|
|
|
|
<div class="right-top">
|
|
|
|
|
<div class="top-left">人工审核</div>
|
|
|
|
|
<div class="top-right">第1/312件 已审核0件</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="check-container-right-center">
|
|
|
|
|
<div class="check-container-right-center-left">
|
|
|
|
|
<div class="check-container-right-center-left-img"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="check-container-right-center-right">
|
|
|
|
|
<div class="right-top-title">事件信息</div>
|
|
|
|
|
<div class="check-container-right-center-right-top">
|
|
|
|
|
<div class="right-top-total">
|
|
|
|
|
<div class="right-top-title1">所属单位:</div>
|
|
|
|
|
<div class="right-top-title2">盛泽</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="right-top-total">
|
|
|
|
|
<div class="right-top-title1">监控地点:</div>
|
|
|
|
|
<div class="right-top-title2">江苏省苏州市吴江区盛泽镇</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="right-top-total">
|
|
|
|
|
<div class="right-top-title1">违规时间:</div>
|
|
|
|
|
<div class="right-top-title2">2022-08-09 14:39:21</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- <div class="check_container_right"></div> -->
|
|
|
|
|
<div class="right-top-total">
|
|
|
|
|
<div class="right-top-title1">系统识别:</div>
|
|
|
|
|
<div class="right-top-title2">违章乱贴小广告</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="right-top-title1">人工识别:</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="check-container-right-center-right-btn">
|
|
|
|
|
<div class="right-btn-gr">非机动车违章停车</div>
|
|
|
|
|
<div class="right-btn-gr">违章乱贴小广告</div>
|
|
|
|
|
<div class="right-btn-gr">沿街晾晒</div>
|
|
|
|
|
<div class="right-btn-gr">建筑垃圾</div>
|
|
|
|
|
<div class="right-btn-gr">道路破损</div>
|
|
|
|
|
<div class="right-btn-gr">乱堆物料</div>
|
|
|
|
|
<div class="right-btn-gr">流动摊贩</div>
|
|
|
|
|
<div class="right-btn-gr">环卫暴露垃圾</div>
|
|
|
|
|
<div class="right-btn-gr">垃圾桶满溢</div>
|
|
|
|
|
<div class="right-btn-gr">门前占道经营</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="right-top-title3">备注:</div>
|
|
|
|
|
<div class="check-container-right-bottom">
|
|
|
|
|
<div class="check-container-right-bottom-title">
|
|
|
|
|
视频上报-单位[盛泽]-告警点位[江苏省苏州市吴江区盛泽镇]
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="check-container-right-bottom-button">
|
|
|
|
|
<div class="right-bottom-btn color">未违规</div>
|
|
|
|
|
<div class="right-bottom-btn color1">确认违规</div>
|
|
|
|
|
<div class="right-bottom-btn color2">上报业务平台</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
@ -68,20 +231,46 @@ export default {};
|
|
|
|
|
font-family: "BY";
|
|
|
|
|
}
|
|
|
|
|
.check_container_left {
|
|
|
|
|
margin-right: vw(10);
|
|
|
|
|
float: left;
|
|
|
|
|
width: vw(460);
|
|
|
|
|
height: vh(894);
|
|
|
|
|
background: url("../../../assets/wujiangtaishipc/img/img_box.png") no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
border: solid 1px #fff;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
// border: 1px solid red;
|
|
|
|
|
// margin-right: vw(10);
|
|
|
|
|
// float: left;
|
|
|
|
|
// width: vw(460);
|
|
|
|
|
// height: vh(894);
|
|
|
|
|
background: url("../../../assets/wujiangtaishipc/img/案件审核.png") no-repeat
|
|
|
|
|
center;
|
|
|
|
|
background-size: auto 100%;
|
|
|
|
|
|
|
|
|
|
// display: flex;
|
|
|
|
|
// flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
.left-top {
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.left-bottom {
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
|
.check_container_center_button {
|
|
|
|
|
width: vw(70);
|
|
|
|
|
height: vh(24);
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
background-color: #0055a7;
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
margin-right: 2px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
margin-top: 35px;
|
|
|
|
|
}
|
|
|
|
|
.check_container_right {
|
|
|
|
|
float: left;
|
|
|
|
|
width: vw(1300);
|
|
|
|
|
flex: 1;
|
|
|
|
|
height: vh(894);
|
|
|
|
|
//background: yellow;
|
|
|
|
|
background: url("../../../assets/wujiangtaishipc/img/img_box.png") no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
border: #fff;
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
@ -102,67 +291,371 @@ export default {};
|
|
|
|
|
line-height: 60px;
|
|
|
|
|
}
|
|
|
|
|
.check_container_center {
|
|
|
|
|
width: vw(430);
|
|
|
|
|
height: vh(350);
|
|
|
|
|
background: #071f37;
|
|
|
|
|
margin-top: vh(20);
|
|
|
|
|
margin-left: vw(15);
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
}
|
|
|
|
|
.check_container_center_title {
|
|
|
|
|
width: 70px;
|
|
|
|
|
height: vh(16);
|
|
|
|
|
font-size: vw(14);
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #11fff7;
|
|
|
|
|
margin-top: vh(37);
|
|
|
|
|
margin-left: vw(28);
|
|
|
|
|
}
|
|
|
|
|
::v-deep .el-input__inner {
|
|
|
|
|
width: vw(230);
|
|
|
|
|
height: vh(30);
|
|
|
|
|
line-height: 36px;
|
|
|
|
|
background: white;
|
|
|
|
|
margin-left: vw(70);
|
|
|
|
|
width: vw(200);
|
|
|
|
|
height: vh(26);
|
|
|
|
|
background: linear-gradient(0deg, #ffffff, #dbdbdb);
|
|
|
|
|
border: 1px solid #0062c3;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::v-deep .el-button--medium.is-round {
|
|
|
|
|
float: right;
|
|
|
|
|
width: 44px;
|
|
|
|
|
::v-deep .el-button {
|
|
|
|
|
width: 64px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
border: 1px solid;
|
|
|
|
|
// border-image: linear-gradient(0deg, #00C0FF, #009CFF) 10 10;
|
|
|
|
|
background: linear-gradient(
|
|
|
|
|
0deg,
|
|
|
|
|
rgba(7, 39, 64, 0.9) 0%,
|
|
|
|
|
rgba(0, 132, 255, 0.9) 100%
|
|
|
|
|
);
|
|
|
|
|
box-shadow: 0px 3px 6px 0px rgba(4, 0, 0, 0.45);
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
background: #0055a7;
|
|
|
|
|
border: 1px solid #0181ff;
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
color: #ffff;
|
|
|
|
|
margin-right: 27px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
line-height: 5px;
|
|
|
|
|
}
|
|
|
|
|
.check_container_center_time {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-content: center;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
}
|
|
|
|
|
.check_container_center_time_title {
|
|
|
|
|
width: vw(80);
|
|
|
|
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #11fff7;
|
|
|
|
|
margin-left: vw(28);
|
|
|
|
|
margin-top: 6px;
|
|
|
|
|
}
|
|
|
|
|
.btn-gr {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
.check-btn {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
background-color: #0055a7;
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
margin-left: 2px;
|
|
|
|
|
margin-right: 2px;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
}
|
|
|
|
|
.btn {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
background-color: #0055a7;
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
|
|
|
|
|
margin-top: 11px;
|
|
|
|
|
margin-right: 25px;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
}
|
|
|
|
|
.check_container_center_title {
|
|
|
|
|
width: 67px;
|
|
|
|
|
.button-btn {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
background-color: #0055a7;
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
margin-left: 26px;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.check_container_center_bottom_button {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
align-content: flex-start;
|
|
|
|
|
margin-top: 12px;
|
|
|
|
|
}
|
|
|
|
|
.check_container_center_bottom {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #11fff7;
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
margin-left: vw(28);
|
|
|
|
|
}
|
|
|
|
|
.check_container_center_bottom_check {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
}
|
|
|
|
|
.check_container_center_bottom_check_title {
|
|
|
|
|
width: 90px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #11fff7;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
margin-left: vw(26);
|
|
|
|
|
}
|
|
|
|
|
.check_container_center_bottom_bottom {
|
|
|
|
|
height: vh(30);
|
|
|
|
|
|
|
|
|
|
margin-top: 25px;
|
|
|
|
|
}
|
|
|
|
|
.bottom-btn-gr {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
.bottom-bottom-btn {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
background-color: #0055a7;
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
margin-top: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.check_container_center_bottom_check {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.check_container_center_bottom_check_button1 {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
.left-bottom-right-top {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
.right-title {
|
|
|
|
|
width: 75px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #8aa4ca;
|
|
|
|
|
margin-right: 8px;
|
|
|
|
|
}
|
|
|
|
|
.left-title {
|
|
|
|
|
width: 80px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #8aa4ca;
|
|
|
|
|
margin-left: 12px;
|
|
|
|
|
}
|
|
|
|
|
.right-center {
|
|
|
|
|
width: vw(460);
|
|
|
|
|
}
|
|
|
|
|
.center-title {
|
|
|
|
|
width: vw(430);
|
|
|
|
|
height: vh(26);
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
background: #06446e;
|
|
|
|
|
}
|
|
|
|
|
.title {
|
|
|
|
|
opacity: 0.3;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
color: #fff;
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
padding-right: 21px;
|
|
|
|
|
}
|
|
|
|
|
.center-bottom {
|
|
|
|
|
width: vw(430);
|
|
|
|
|
height: vh(26);
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
background: #062642;
|
|
|
|
|
}
|
|
|
|
|
.bottom {
|
|
|
|
|
opacity: 0.3;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
color: #fff;
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
padding-right: 21px;
|
|
|
|
|
}
|
|
|
|
|
.bottom-btn {
|
|
|
|
|
width: 54px;
|
|
|
|
|
background: #be621e;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-family: Microsoft YaHei UI;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.top-left {
|
|
|
|
|
width: vw(80);
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
margin-top: 18px;
|
|
|
|
|
margin-left: 70px;
|
|
|
|
|
}
|
|
|
|
|
.right-top {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
.top-right {
|
|
|
|
|
width: 187px;
|
|
|
|
|
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
margin-top: 18px;
|
|
|
|
|
margin-right: 15px;
|
|
|
|
|
}
|
|
|
|
|
.check-container-right-center {
|
|
|
|
|
width: vw(1345);
|
|
|
|
|
height: vh(800);
|
|
|
|
|
//border: 1px solid #0055a7;
|
|
|
|
|
margin-top: 35px;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
}
|
|
|
|
|
.check-container-right-center-left {
|
|
|
|
|
width: vw(936);
|
|
|
|
|
height: vh(780);
|
|
|
|
|
margin-left: 25px;
|
|
|
|
|
background: black;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.check-container-right-center-left-img {
|
|
|
|
|
width: vw(936);
|
|
|
|
|
height: vh(400);
|
|
|
|
|
background: url("../../../assets/wujiangtaishipc/img/popup_img.jpg") no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
}
|
|
|
|
|
.check-container-right-center-right {
|
|
|
|
|
width: vw(360);
|
|
|
|
|
height: vh(780);
|
|
|
|
|
border: 1px solid #0055a7;
|
|
|
|
|
//background: #102942;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
.check-container-right-center-right-top {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
.right-top-title {
|
|
|
|
|
width: 72px;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-family: Microsoft YaHei UI;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #00d2ff;
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
}
|
|
|
|
|
::v-deep .el-input--medium {
|
|
|
|
|
font-size: 9px;
|
|
|
|
|
margin-left: -50px;
|
|
|
|
|
.right-top-title1 {
|
|
|
|
|
width: 100px;
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #8aa4ca;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
}
|
|
|
|
|
.right-top-total {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
}
|
|
|
|
|
.check_container_center_timetitle {
|
|
|
|
|
width: 66px;
|
|
|
|
|
height: 15px;
|
|
|
|
|
.right-top-title2 {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #11fff7;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
margin-left: vw(20);
|
|
|
|
|
margin-top: vh(5);
|
|
|
|
|
margin-left: -18px;
|
|
|
|
|
}
|
|
|
|
|
.check_container_center_button {
|
|
|
|
|
width: vw(250);
|
|
|
|
|
height: vh(50);
|
|
|
|
|
.check-container-right-center-right-btn {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
align-content: flex-start;
|
|
|
|
|
}
|
|
|
|
|
.right-btn-gr {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
background-color: #0055a7;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
}
|
|
|
|
|
.right-top-title3 {
|
|
|
|
|
width: 100px;
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #8aa4ca;
|
|
|
|
|
line-height: 70px;
|
|
|
|
|
}
|
|
|
|
|
.check-container-right-bottom {
|
|
|
|
|
width: vw(310);
|
|
|
|
|
height: vh(174);
|
|
|
|
|
background: linear-gradient(0deg, #ffffff, #dbdbdb);
|
|
|
|
|
border: 1px solid #0062c3;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
margin-left: 26px;
|
|
|
|
|
}
|
|
|
|
|
.check-container-right-bottom-title {
|
|
|
|
|
width: 314px;
|
|
|
|
|
height: 35px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
color: #003f7c;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
.check-container-right-bottom-button {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.right-bottom-btn {
|
|
|
|
|
width: vw(80);
|
|
|
|
|
height: vh(36);
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-family: Microsoft YaHei UI;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: vh(36);
|
|
|
|
|
margin-left: 46px;
|
|
|
|
|
|
|
|
|
|
margin-top: 50px;
|
|
|
|
|
}
|
|
|
|
|
.color {
|
|
|
|
|
background: green;
|
|
|
|
|
}
|
|
|
|
|
.color1 {
|
|
|
|
|
background: red;
|
|
|
|
|
}
|
|
|
|
|
.color2 {
|
|
|
|
|
background: blue;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|