|
|
|
.L-app-container {
|
|
|
|
margin: 20px;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 5px;
|
|
|
|
height: calc(100% - 40px);
|
|
|
|
overflow-y: scroll;
|
|
|
|
padding: 20px 0 45px 0;
|
|
|
|
// 查询重置按钮
|
|
|
|
.onSubmit,.reset {
|
|
|
|
width: 64px;
|
|
|
|
height: 30px;
|
|
|
|
border-radius: 2px;
|
|
|
|
padding: 7px 10px;
|
|
|
|
}
|
|
|
|
.reset {
|
|
|
|
border: 1px solid #DEE2EE;
|
|
|
|
}
|
|
|
|
.el-form-item__content {
|
|
|
|
// 此处是对输入框进行的样式修改
|
|
|
|
.el-input__inner {
|
|
|
|
width: 230px;
|
|
|
|
height: 30px;
|
|
|
|
background: #FFFFFF;
|
|
|
|
border-radius: 5px;
|
|
|
|
opacity: 1;
|
|
|
|
border: 1px solid #DEE2EE;
|
|
|
|
&::placeholder {
|
|
|
|
font-size: 14px;
|
|
|
|
font-family: Source Han Sans CN;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 18px;
|
|
|
|
color: #A1ABBA;
|
|
|
|
}
|
|
|
|
font-size: 14px;
|
|
|
|
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #292F38;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.table-box {
|
|
|
|
padding: 0 20px;
|
|
|
|
margin-top: 10px;
|
|
|
|
.table-item {
|
|
|
|
.zhipaiColor {
|
|
|
|
background-color: #FF7F35;
|
|
|
|
}
|
|
|
|
.yizhuofei {
|
|
|
|
background-color: #7A808A;
|
|
|
|
}
|
|
|
|
.shouliColor {
|
|
|
|
background-color: #1E80EB;
|
|
|
|
}
|
|
|
|
.wancengColor {
|
|
|
|
background-color: #F76359;
|
|
|
|
}
|
|
|
|
.tuihuiColor {
|
|
|
|
background-color: #FF7F35;
|
|
|
|
}
|
|
|
|
.yanqiColor {
|
|
|
|
background-color: #1E80EB;
|
|
|
|
}
|
|
|
|
.yichuliColor {
|
|
|
|
background-color: #31D9AE;
|
|
|
|
}
|
|
|
|
.colors {
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
font-size: 12px;
|
|
|
|
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #292F38;
|
|
|
|
line-height: 40px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
th {
|
|
|
|
font-size: 12px;
|
|
|
|
height: 40px;
|
|
|
|
font-family: Source Han Sans CN-Bold, Source Han Sans CN;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #333333;
|
|
|
|
line-height: 36px;
|
|
|
|
}
|
|
|
|
.el-table__cell {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.columnFactor {
|
|
|
|
div {
|
|
|
|
overflow:hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
-webkit-line-clamp: 2;
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.L_tabs {
|
|
|
|
width: 100%;
|
|
|
|
// height: 15%;
|
|
|
|
background: #fff;
|
|
|
|
.el-form {
|
|
|
|
margin-top: 10px;
|
|
|
|
padding: 0 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.my-pagination {
|
|
|
|
padding: 0 20px;
|
|
|
|
}
|
|
|
|
.sqbtn {
|
|
|
|
font-family: "Source Han Sans CN-Regular";
|
|
|
|
border-radius: 4px 4px 4px 4px;
|
|
|
|
opacity: 1;
|
|
|
|
font-size: 12px;
|
|
|
|
margin-right: 8px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sqbtn1 {
|
|
|
|
background: #ebf5ff;
|
|
|
|
border: 1px solid #a1cbf8;
|
|
|
|
color: #0E7CF4;
|
|
|
|
}
|
|
|
|
.state-sub {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabsBottom {
|
|
|
|
// height: 85%;
|
|
|
|
padding-top: 10px;
|
|
|
|
|
|
|
|
.table-box {
|
|
|
|
height: 500px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.headerText {
|
|
|
|
width: 100%;
|
|
|
|
padding: 10px 0px 8px 20px;
|
|
|
|
border-bottom: 1px solid #DEE2EE;
|
|
|
|
font-family: "Source Han Sans CN-Bold";
|
|
|
|
font-weight: bold;
|
|
|
|
color: #323233;
|
|
|
|
font-size: 16px;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.headerClose {
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 16px;
|
|
|
|
position: absolute;
|
|
|
|
right: 14px;
|
|
|
|
top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.searchP {
|
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
span {
|
|
|
|
margin-left: 20px;
|
|
|
|
font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #CCCCCC;
|
|
|
|
}
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
content: "";
|
|
|
|
width: 26px;
|
|
|
|
height: 3px;
|
|
|
|
border-radius: 4px;
|
|
|
|
background: #1e80eb;
|
|
|
|
position: absolute;
|
|
|
|
bottom: -8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.arithmetic-query {
|
|
|
|
padding: 20px;
|
|
|
|
border-bottom: 1px solid #DEE2EE;
|
|
|
|
.el-form-item {
|
|
|
|
margin-bottom: 0;
|
|
|
|
margin-right: 60px;
|
|
|
|
.el-form-item__label {
|
|
|
|
font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #3D3D3D;
|
|
|
|
}
|
|
|
|
.el-form-item__content {
|
|
|
|
.el-input {
|
|
|
|
.el-input__inner {
|
|
|
|
border-radius: 2px;
|
|
|
|
height: 32px;
|
|
|
|
width: 240px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.el-date-editor {
|
|
|
|
width: 480px;
|
|
|
|
height: 32px;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// 预警审核样式
|
|
|
|
header {
|
|
|
|
padding: 0 20px;
|
|
|
|
font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #3D3D3D;
|
|
|
|
}
|
|
|
|
.tabs-header {
|
|
|
|
margin-top: 10px;
|
|
|
|
.tabs-title {
|
|
|
|
width: 100%;
|
|
|
|
border-bottom: 1px solid #DEE2EE;
|
|
|
|
display: flex;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
.await-audit,.already-affirm {
|
|
|
|
cursor: pointer;
|
|
|
|
padding: 8px 30px;
|
|
|
|
border-top: 1px solid #DEE2EE;
|
|
|
|
border-right: 1px solid #DEE2EE;
|
|
|
|
}
|
|
|
|
.await-audit {
|
|
|
|
border-left: 1px solid #DEE2EE;
|
|
|
|
}
|
|
|
|
.active-tab {
|
|
|
|
background-color: #3f3f3f;
|
|
|
|
color: #fefefe;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.el-form {
|
|
|
|
padding: 0 20px;
|
|
|
|
}
|
|
|
|
.tabs-line {
|
|
|
|
width: 100%;
|
|
|
|
height: 1px;
|
|
|
|
background: #DEE2EE;
|
|
|
|
margin: 20px 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.app-container::-webkit-scrollbar {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.team-main {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
font-family: "Source Han Sans CN-Regular";
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
|
|
|
&>div:nth-of-type(1) {
|
|
|
|
color: #8E9298;
|
|
|
|
width: 25%;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
&>div:nth-of-type(2) {
|
|
|
|
color: #292F38;
|
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.travel {
|
|
|
|
background: #FFFFFF;
|
|
|
|
.el-dialog__header {
|
|
|
|
background: #F8F9FA;
|
|
|
|
padding: 10px;
|
|
|
|
.dialog-title {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
font-size: 18px;
|
|
|
|
font-family: Source Han Sans CN;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #333333;
|
|
|
|
.dialog-title-text {
|
|
|
|
font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #3D3D3D;
|
|
|
|
position: relative;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
.dialog-title-text::before {
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
width: 2px;
|
|
|
|
height: 16px;
|
|
|
|
left: -5px;
|
|
|
|
top: 5px;
|
|
|
|
background-color: #2F8AE5;
|
|
|
|
}
|
|
|
|
i {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.el-dialog__body {
|
|
|
|
padding: 10px 20px;
|
|
|
|
.audit-generalize {
|
|
|
|
// .topRow {
|
|
|
|
// margin-bottom: 10px;
|
|
|
|
// }
|
|
|
|
// 其他审核的样式
|
|
|
|
.grid-content {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin: 10px 0;
|
|
|
|
.grid-title {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.grid-value {
|
|
|
|
border-radius: 2px;
|
|
|
|
height: 32px;
|
|
|
|
width: 240px;
|
|
|
|
border: 1px solid #E5E5E5;
|
|
|
|
padding: 0 15px;
|
|
|
|
line-height: 32px;
|
|
|
|
}
|
|
|
|
// 预警类别的value
|
|
|
|
.warning-type {
|
|
|
|
color: #d9011c;
|
|
|
|
}
|
|
|
|
// 概括名称的value
|
|
|
|
.grid-value-btn {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding-right: 10px;
|
|
|
|
.el-input {
|
|
|
|
.el-input__inner {
|
|
|
|
border-radius: 2px;
|
|
|
|
height: 32px;
|
|
|
|
width: 240px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.el-button {
|
|
|
|
margin-left: 10px;
|
|
|
|
background: rgba(47,138,229,0.1);
|
|
|
|
border-radius: 2px 2px 2px 2px;
|
|
|
|
padding: 8px 15px;
|
|
|
|
span {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
font-family: "AlibabaPuHuiTi";
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #2F8AE5;
|
|
|
|
img {
|
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.lookTitle {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
// margin: 10px 0;
|
|
|
|
.grid-content {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin: 10px 0;
|
|
|
|
.grid-title {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.grid-value {
|
|
|
|
border-radius: 2px;
|
|
|
|
height: 32px;
|
|
|
|
width: 240px;
|
|
|
|
border: 1px solid #E5E5E5;
|
|
|
|
padding: 0 15px;
|
|
|
|
line-height: 32px;
|
|
|
|
white-space: nowrap; /* 不换行 */
|
|
|
|
overflow: hidden; /* 隐藏超出范围的文本 */
|
|
|
|
text-overflow: ellipsis; /* 省略号 */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.el-button {
|
|
|
|
margin-left: 10px;
|
|
|
|
background: rgba(47,138,229,0.1);
|
|
|
|
border-radius: 2px 2px 2px 2px;
|
|
|
|
padding: 8px 15px;
|
|
|
|
span {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
font-family: "AlibabaPuHuiTi";
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #2F8AE5;
|
|
|
|
img {
|
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// 紧急事件的审核
|
|
|
|
.work-order-info {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 1fr;
|
|
|
|
row-gap: 10px;
|
|
|
|
.work-order-items {
|
|
|
|
display: flex;
|
|
|
|
.work-order-label {
|
|
|
|
width: 110px;
|
|
|
|
font-family: "AlibabaPuHuiTi";
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
color: #666666;
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
// .work-order-top-label {
|
|
|
|
// justify-content: flex-start;
|
|
|
|
// }
|
|
|
|
.work-order-value {
|
|
|
|
flex: 1;
|
|
|
|
font-family: "AlibabaPuHuiTi";
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
color: #666666;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
.work-order-change-value {
|
|
|
|
width: 400px;
|
|
|
|
white-space: nowrap; /* 不换行 */
|
|
|
|
overflow: hidden; /* 隐藏超出范围的文本 */
|
|
|
|
text-overflow: ellipsis; /* 省略号 */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.work-order-item {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
.work-order-item-left {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
.work-order-label {
|
|
|
|
width: 110px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: flex-end;
|
|
|
|
font-family: "AlibabaPuHuiTi";
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
.el-input {
|
|
|
|
height: 32px;
|
|
|
|
width: 240px;
|
|
|
|
.el-input__inner {
|
|
|
|
border-radius: 2px;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.work-order-value-value {
|
|
|
|
width: 240px;
|
|
|
|
white-space: nowrap; /* 不换行 */
|
|
|
|
overflow: hidden; /* 隐藏超出范围的文本 */
|
|
|
|
text-overflow: ellipsis; /* 省略号 */
|
|
|
|
}
|
|
|
|
.value-value {
|
|
|
|
flex:1;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.el-button {
|
|
|
|
margin-left: 10px;
|
|
|
|
background: rgba(47,138,229,0.1);
|
|
|
|
border-radius: 2px 2px 2px 2px;
|
|
|
|
padding: 8px 15px;
|
|
|
|
span {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
font-family: "AlibabaPuHuiTi";
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #2F8AE5;
|
|
|
|
img {
|
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// 审核地图
|
|
|
|
#newmapTwo {
|
|
|
|
width: 100%;
|
|
|
|
height: 300px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.audit-table {
|
|
|
|
.table-box {
|
|
|
|
padding: 0;
|
|
|
|
.el-table {
|
|
|
|
.anjianmiaoshu {
|
|
|
|
.cell {
|
|
|
|
display: -webkit-box; /* 必需的,使用弹性盒模型 */
|
|
|
|
-webkit-box-orient: vertical; /* 必需的,设置弹性盒方向为垂直 */
|
|
|
|
-webkit-line-clamp: 2; /* 显示的行数 */
|
|
|
|
overflow: hidden; /* 隐藏超出范围的内容 */
|
|
|
|
text-overflow: ellipsis; /* 省略号 */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.anjianmiaoshuTwo {
|
|
|
|
display: -webkit-box; /* 必需的,使用弹性盒模型 */
|
|
|
|
width: 20ch;
|
|
|
|
-webkit-box-orient: vertical; /* 必需的,设置弹性盒方向为垂直 */
|
|
|
|
-webkit-line-clamp: 1; /* 显示的行数 */
|
|
|
|
overflow: hidden; /* 隐藏超出范围的内容 */
|
|
|
|
text-overflow: ellipsis; /* 省略号 */
|
|
|
|
}
|
|
|
|
.sign {
|
|
|
|
color: #D9001B;
|
|
|
|
}
|
|
|
|
.unmark {
|
|
|
|
color: #32B16C;
|
|
|
|
}
|
|
|
|
.operation-box {
|
|
|
|
.cell {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.operation {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
.el-radio-group {
|
|
|
|
label {
|
|
|
|
&:nth-child(1) {
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.el-radio__label {
|
|
|
|
padding-left: 1px;
|
|
|
|
}
|
|
|
|
// input[aria-hidden="true"] {
|
|
|
|
// display: none !important;
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
.el-button {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
// .tagsImg {
|
|
|
|
// width: 20px;
|
|
|
|
// height: 20px;
|
|
|
|
// margin-right: 10px;
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.dialog-footer {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
width: 100%;
|
|
|
|
.el-button {
|
|
|
|
margin: 0 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// 预警呈现样式
|
|
|
|
.L-app-map-container {
|
|
|
|
background-color: #ccc;
|
|
|
|
// height: calc(100vh - 80px);
|
|
|
|
// width: calc(100% - 40px);
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
// overflow-y: scroll;
|
|
|
|
position: relative;
|
|
|
|
#newmap {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.warning-list {
|
|
|
|
position: absolute;
|
|
|
|
right: 20px;
|
|
|
|
top: 20px;
|
|
|
|
bottom: 20px;
|
|
|
|
width: 26%;
|
|
|
|
z-index: 1000;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 10px;
|
|
|
|
.warning-list-title {
|
|
|
|
border-radius: 10px 10px 0 0;
|
|
|
|
line-height: 40px;
|
|
|
|
padding: 0 20px;
|
|
|
|
background-color: rgba(47,138,229,0.05);
|
|
|
|
font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 16px;
|
|
|
|
color: #3D3D3D;
|
|
|
|
}
|
|
|
|
.warning-list-content {
|
|
|
|
padding: 10px;
|
|
|
|
.warning-list-search {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
.el-input__inner {
|
|
|
|
border-radius: 5px 0 0 5px;
|
|
|
|
}
|
|
|
|
.el-input-group__append {
|
|
|
|
border-radius: 0 5px 5px 0;
|
|
|
|
}
|
|
|
|
.el-button {
|
|
|
|
border-radius: 0 5px 5px 0;
|
|
|
|
background-color:#2F8AE5;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.warning-list-list {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 1fr;
|
|
|
|
grid-row-gap: 10px;
|
|
|
|
margin: 5px;
|
|
|
|
height: calc(100vh - 300px);
|
|
|
|
overflow-y: scroll;
|
|
|
|
.lists {
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 20px 10px;
|
|
|
|
background-color: #FAFAFA;
|
|
|
|
.hearder {
|
|
|
|
display: flex;
|
|
|
|
.warning-title {
|
|
|
|
flex: 1;
|
|
|
|
// padding-top: 3px;
|
|
|
|
}
|
|
|
|
.anniu {
|
|
|
|
margin-right: 10px;
|
|
|
|
// padding: 3px 6px;
|
|
|
|
padding: 3px 5px 3px 7px;
|
|
|
|
border-radius: 5px;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
|
|
|
|
letter-spacing: 2px;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 12px;
|
|
|
|
// display: flex;
|
|
|
|
// justify-content: space-between;
|
|
|
|
// align-content: space-between;
|
|
|
|
// flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
// 【群体事件】1【同人同诉】2【紧急事件】3【重点人员】4【一人多诉】5
|
|
|
|
.qunti {
|
|
|
|
color: #F43147;
|
|
|
|
background: rgba(244,49,71,0.1);
|
|
|
|
}
|
|
|
|
.tongren{
|
|
|
|
color: #2BC4C4;
|
|
|
|
background: rgba(43,196,196,0.1);
|
|
|
|
}
|
|
|
|
.jinji{
|
|
|
|
background: rgba(245,154,35,0.1);
|
|
|
|
color: #F59A23;
|
|
|
|
}
|
|
|
|
.zhongdian{
|
|
|
|
background: rgba(162,75,243,0.1);
|
|
|
|
color: #a24bf3;
|
|
|
|
}
|
|
|
|
.yiren{
|
|
|
|
color: #F954A5;
|
|
|
|
background: rgba(249,84,165,0.1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.content {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
margin: 10px 0;
|
|
|
|
.content-top,.content-bottom {
|
|
|
|
font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #666666;
|
|
|
|
padding: 0 10px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.content-top {
|
|
|
|
img {
|
|
|
|
width: 11px;
|
|
|
|
height: 12px;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.content-bottom {
|
|
|
|
margin-top: 10px;
|
|
|
|
img {
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.foot {
|
|
|
|
width: 100%;
|
|
|
|
.el-button {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.eventInfo {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 8px 0;
|
|
|
|
position: relative;
|
|
|
|
.audit,.info {
|
|
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.audit {
|
|
|
|
color: #808080;
|
|
|
|
}
|
|
|
|
.info {
|
|
|
|
color: #2F8AE5;
|
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
width: 1px;
|
|
|
|
height: 40%;
|
|
|
|
background-color: #F2F2F2;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.warning-list-footer {
|
|
|
|
.pagination-container {
|
|
|
|
.el-pagination {
|
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.warning-events {
|
|
|
|
position: absolute;
|
|
|
|
left: 20px;
|
|
|
|
bottom: 40px;
|
|
|
|
padding: 10px 20px;
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 1fr;
|
|
|
|
grid-row-gap: 10px;
|
|
|
|
border-radius: 5px;
|
|
|
|
// border: 1px solid #DEE2EE;
|
|
|
|
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
|
|
|
|
background: #FFFFFF;
|
|
|
|
z-index: 1000;
|
|
|
|
.warning-events-event {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
cursor: pointer;
|
|
|
|
.warning-events-event-img {
|
|
|
|
margin-right: 10px;
|
|
|
|
width: 20px;
|
|
|
|
height: 29px;
|
|
|
|
}
|
|
|
|
.warning-events-event-text {
|
|
|
|
font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.el-message-box {
|
|
|
|
width: 430px;
|
|
|
|
}
|
|
|
|
.el-message-box__container {
|
|
|
|
margin: 0 0 35px 0;
|
|
|
|
.el-message-box__message {
|
|
|
|
position: relative;
|
|
|
|
.warningText {
|
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
top: 35px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|