.risk-box {
|
display: -webkit-box;
|
display: -ms-flexbox;
|
display: flex;
|
position: absolute;
|
z-index: 101;
|
width: 100%;
|
height: 100%;
|
-webkit-box-sizing: border-box;
|
box-sizing: border-box;
|
color: #fff;
|
}
|
|
.risk-box > div {
|
height: 100%;
|
}
|
|
.risk-box > div .risk-menu {
|
display: -webkit-box;
|
display: -ms-flexbox;
|
display: flex;
|
margin: 0;
|
padding: 0;
|
width: 100%;
|
height: 100%;
|
background: #2678c5;
|
-webkit-box-sizing: border-box;
|
box-sizing: border-box;
|
}
|
|
.risk-box > div .risk-menu li {
|
width: 60px;
|
-webkit-box-flex: 1;
|
-ms-flex: 1;
|
flex: 1;
|
text-align: center;
|
cursor: pointer;
|
display: -webkit-box;
|
display: -ms-flexbox;
|
display: flex;
|
-webkit-box-pack: center;
|
-ms-flex-pack: center;
|
justify-content: center;
|
-webkit-box-align: center;
|
-ms-flex-align: center;
|
align-items: center;
|
}
|
|
.risk-box > div .risk-menu li img {
|
margin-right: 20px;
|
width: 20px;
|
height: 20px;
|
}
|
|
.risk-box > div .risk-menu li.on {
|
background: #4444ff;
|
}
|
|
.risk-box > div:nth-child(1) {
|
position: absolute;
|
top: 0;
|
left: 0px;
|
width: 100%;
|
height: 40px;
|
line-height: 40px;
|
}
|
|
.risk-box > div:nth-child(2) {
|
width: 100%;
|
position: absolute;
|
left: 0px;
|
top: 40px;
|
height: calc(100% - 40px);
|
background: #414157;
|
}
|
|
.risk-box .risk-content {
|
height: 100%;
|
}
|
|
.risk-box .risk-content > div:nth-child(1) {
|
height: 40%;
|
}
|
|
.risk-box .risk-content > div:nth-child(2) {
|
height: 60%;
|
}
|
|
.risk-box .risk-content .risk-text .el-date-editor {
|
margin: 0 5px;
|
}
|
|
.risk-box .risk-content .risk-table .el-date-editor {
|
margin: 0 5px;
|
width: calc(100% - 134px);
|
}
|
|
.risk-box .risk-content div.header {
|
display: -webkit-box;
|
display: -ms-flexbox;
|
display: flex;
|
background: #14395D;
|
-webkit-box-align: center;
|
-ms-flex-align: center;
|
align-items: center;
|
height: 36px;
|
}
|
|
.risk-box .risk-content div.header .el-button {
|
margin: 0 5px !important;
|
}
|
|
.risk-box .risk-content div.header .search {
|
margin: 0 !important;
|
}
|
|
.risk-box .risk-content div.content {
|
position: relative;
|
height: calc(100% - 36px);
|
}
|
|
.risk-box .risk-content div.content p {
|
position: absolute;
|
top: 0;
|
left: 0;
|
padding: 5px;
|
margin: 0;
|
height: 100%;
|
word-wrap: break-word;
|
-webkit-box-sizing: border-box;
|
box-sizing: border-box;
|
overflow-y: auto;
|
scrollbar-width: thin;
|
font-size: 16px;
|
line-height: 24px;
|
letter-spacing: 1.2px;
|
word-break: break-all;
|
}
|
|
.risk-box .risk-content div.content p span {
|
color: red;
|
}
|
|
.risk-box .risk-content div.content p span i {
|
font-style: normal;
|
color: #fff;
|
}
|
|
.risk-box .risk-content div.content p span strong {
|
font-weight: normal;
|
cursor: pointer;
|
}
|
|
.risk-box .risk-content div.content p span[ii="0"],
|
.risk-box .risk-content div.content p span[ii="1"],
|
.risk-box .risk-content div.content p span[ii="2"],
|
.risk-box .risk-content div.content p span[ii="3"],
|
.risk-box .risk-content div.content p span[ii="4"] {
|
cursor: pointer;
|
}
|
|
.risk-box .risk-content div.content p .text-tab {
|
color: red;
|
cursor: pointer;
|
font-weight: normal;
|
}
|
|
.risk-box .risk-content div.content p .text-tab:hover {
|
border-bottom: 1px solid red;
|
}
|
|
.risk-box .risk-content .risk-early .header {
|
padding: 0 5px;
|
}
|
|
.risk-box .risk-content .risk-early p {
|
visibility: hidden;
|
}
|
|
.risk-box .risk-content .risk-table .content > div {
|
position: absolute;
|
top: 6px;
|
left: 6px;
|
width: calc(100% - 12px);
|
height: calc(100% - 12px);
|
}
|
|
.risk-box .risk-content .risk-table .content > div > div {
|
visibility: hidden;
|
position: absolute;
|
top: 0px;
|
left: 0px;
|
width: 100%;
|
height: 100%;
|
}
|
|
.risk-box .risk-content .risk-table .content .el-table {
|
height: calc(100%);
|
background-color: rgba(255, 255, 255, 0);
|
}
|
|
.risk-box .risk-content .risk-table .content .el-table .el-table__header-wrapper th {
|
color: #fff;
|
background: #4084c5;
|
}
|
|
.risk-box .risk-content .risk-table .content .el-table .el-table__body-wrapper {
|
height: calc(100% - 36px);
|
overflow-y: auto;
|
scrollbar-width: thin;
|
}
|
|
.risk-box .risk-content .risk-table .content .el-table .el-table__body-wrapper tr {
|
color: #fff;
|
background: rgba(0, 0, 0, 0);
|
cursor: pointer;
|
}
|
|
.risk-box .risk-content .risk-table .content .el-table .el-table__body-wrapper .el-table__body td {
|
position: relative;
|
background-color: rgba(0, 0, 0, 0) !important;
|
}
|
|
.risk-box .risk-content .risk-table .content .el-table .el-table__body-wrapper .el-table__body td .cell span {
|
display: inline-block;
|
width: 100%;
|
height: 100%;
|
text-align: center;
|
}
|
|
.risk-box .risk-content .risk-table .content .el-table .el-table__body-wrapper .el-table__body tr:hover > td {
|
background-color: rgba(0, 0, 0, 0) !important;
|
}
|
|
.risk-box .risk-child-item {
|
position: fixed;
|
top: 54%;
|
right: 10px;
|
height: auto;
|
z-index: 444;
|
background: #fff;
|
color: #677788;
|
border-radius: 10px;
|
overflow: hidden;
|
cursor: pointer;
|
-webkit-box-shadow: 0px 0px 4px 1px #ccc;
|
box-shadow: 0px 0px 4px 1px #ccc;
|
}
|
|
.risk-box .risk-child-item ul li {
|
line-height: 36px;
|
}
|
|
.risk-box .risk-child-item ul li div:nth-child(1) {
|
padding: 0 20px;
|
}
|
|
.risk-box .risk-child-item ul li div:nth-child(1).on {
|
color: #fff;
|
background: #1890FF;
|
}
|
|
.risk-box .risk-child-item ul li > div:nth-child(2) {
|
background: rgba(89, 109, 130, 0.1);
|
}
|
|
.risk-box .risk-child-item ul li > div:nth-child(2) .el-checkbox-group {
|
display: -webkit-box;
|
display: -ms-flexbox;
|
display: flex;
|
-webkit-box-orient: vertical;
|
-webkit-box-direction: normal;
|
-ms-flex-direction: column;
|
flex-direction: column;
|
-webkit-box-align: center;
|
-ms-flex-align: center;
|
align-items: center;
|
}
|
|
.risk-box .risk-child-item ul li > div:nth-child(2) .el-checkbox-group .el-checkbox {
|
margin: 0;
|
-webkit-box-flex: 1;
|
-ms-flex: 1;
|
flex: 1;
|
line-height: 24px;
|
}
|
|
.risk-box .risk-detail-popup {
|
position: fixed;
|
z-index: 999;
|
padding: 10px;
|
background: rgba(0, 0, 0, 0.7);
|
color: #fff;
|
border-radius: 10px;
|
height: auto;
|
}
|
|
.risk-box .risk-detail-popup ul {
|
margin: 0;
|
padding: 0;
|
}
|
|
.risk-box .risk-detail-popup ul li {
|
line-height: 36px;
|
}
|
|
.risk-box .noteDialog .el-dialog {
|
margin-top: 0 !important;
|
position: absolute;
|
top: 36%;
|
left: 0;
|
right: 0;
|
bottom: auto;
|
margin: auto;
|
width: 768px !important;
|
height: 360px !important;
|
background: #0170DA;
|
color: #fff;
|
}
|
|
.risk-box .noteDialog .el-dialog .el-dialog__header {
|
padding: 10px 20px;
|
}
|
|
.risk-box .noteDialog .el-dialog .el-dialog__header .el-dialog__title {
|
color: #fff !important;
|
}
|
|
.risk-box .noteDialog .el-dialog .el-dialog__header .el-dialog__close {
|
color: #fff !important;
|
}
|
|
.risk-box .noteDialog .el-dialog .el-dialog__body {
|
padding: 2px 20px 10px 20px;
|
color: #fff;
|
height: calc(100% - 44px);
|
}
|
|
.risk-box .noteDialog .el-dialog .el-dialog__body p {
|
margin: 0;
|
text-indent: 2em;
|
font-size: 16px;
|
line-height: 24px;
|
letter-spacing: 1.2px;
|
word-break: break-all;
|
height: calc(100% - 40px);
|
overflow-y: auto;
|
scrollbar-width: thin;
|
}
|
|
.risk-box .noteDialog .el-dialog .el-dialog__body .el-button {
|
float: right;
|
}
|
|
.risk-box .earlyDialog {
|
width: calc(100% - 396px);
|
height: calc(100% - 60px);
|
top: auto;
|
left: auto;
|
right: 0;
|
bottom: 0;
|
color: #677788;
|
}
|
|
.risk-box .earlyDialog .el-dialog {
|
padding: 10px;
|
}
|
|
.risk-box .earlyDialog .el-dialog .el-dialog__header {
|
padding: 0;
|
height: 48px;
|
line-height: 48px;
|
}
|
|
.risk-box .earlyDialog .el-dialog .el-dialog__body {
|
padding: 0;
|
height: calc(100% - 48px);
|
}
|
|
.risk-box .earlyDialog .el-dialog .el-dialog__body .dialog-data-table {
|
width: 100%;
|
height: 100%;
|
}
|
|
.risk-box .earlyDialog .el-dialog .el-dialog__body .dialog-data-table .el-table {
|
height: calc(100% - 32px);
|
}
|
|
.risk-box .earlyDialog .el-dialog .el-dialog__body .dialog-data-table .el-table .el-table__body-wrapper {
|
height: calc(100% - 71px);
|
overflow-y: auto;
|
scrollbar-width: thin;
|
}
|
/*# sourceMappingURL=riskEarlyWarning.css.map */
|