177 lines
2.9 KiB
SCSS
177 lines
2.9 KiB
SCSS
.warning-page {
|
|
// background-color: blue;
|
|
display: flex;
|
|
width: 100%;
|
|
height: 100%;
|
|
.right_container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 83%;
|
|
|
|
// margin-left: 20px;
|
|
padding: 0 0 0 20px;
|
|
.form_div {
|
|
height: 56px;
|
|
background-color: #ffffff;
|
|
border-radius: 8px;
|
|
}
|
|
.form {
|
|
padding: 16px 0 0 36px;
|
|
|
|
// height: 56px;
|
|
background-color: #ffffff;
|
|
border-radius: 8px;
|
|
}
|
|
.imgPage {
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
flex: 1;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
padding: 20px 10px 20px 20px;
|
|
margin-top: 20px;
|
|
overflow-y: scroll;
|
|
background-color: #ffffff;
|
|
border-radius: 8px;
|
|
.imgTable {
|
|
display: flex;
|
|
flex: 1;
|
|
flex-wrap: wrap;
|
|
justify-content: flex-start;
|
|
width: 100%;
|
|
.img_item {
|
|
width: 23.1%;
|
|
height: 244px;
|
|
margin: 10px;
|
|
cursor: pointer;
|
|
border: 1px solid #dedddd;
|
|
border-radius: 4px;
|
|
opacity: 1;
|
|
.page_text {
|
|
padding: 0 10px;
|
|
.img_bottom {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-size: 12px;
|
|
color: #333333;
|
|
.position {
|
|
width: 97px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.table-empty {
|
|
display: flex;
|
|
flex: 1;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #999999;
|
|
}
|
|
.pagination {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 20px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
:deep(.el-scrollbar__view) {
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
// display: flex;
|
|
// flex-wrap: wrap;
|
|
}
|
|
.img_title {
|
|
margin: 0 0 4px;
|
|
font-family: "siyuan_Medium";
|
|
font-size: 14px;
|
|
color: #00378f;
|
|
}
|
|
.img_div {
|
|
overflow: auto;
|
|
.diaImg {
|
|
width: 100%;
|
|
height: 500px;
|
|
}
|
|
}
|
|
.img_diatitle {
|
|
font-family: "siyuan_Medium";
|
|
font-size: 14px;
|
|
color: #00378f;
|
|
}
|
|
.img_text {
|
|
font-size: 12px;
|
|
color: #333333;
|
|
|
|
// background-clip: text;
|
|
// fill-color: transparent;
|
|
}
|
|
.pending {
|
|
width: 6px;
|
|
height: 6px;
|
|
margin-right: 6px;
|
|
background-color: #f08117;
|
|
border-radius: 50%;
|
|
}
|
|
.complete {
|
|
width: 6px;
|
|
height: 6px;
|
|
margin-right: 6px;
|
|
background-color: #008bff;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
// 处理中
|
|
.processing {
|
|
width: 6px;
|
|
height: 6px;
|
|
margin-right: 6px;
|
|
background-color: #19ac18;
|
|
border-radius: 50%;
|
|
}
|
|
.leftMenu {
|
|
// width: 290px;
|
|
// 页面的项目工程
|
|
.leftProject {
|
|
// padding: 5px 8px;
|
|
color: #333333;
|
|
.projectName {
|
|
display: block;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
|
|
// font-weight: 700;
|
|
font-family: "siyuan_Medium";
|
|
font-size: 16px;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.leftMenu_item {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
.middleSize {
|
|
font-size: 12px;
|
|
}
|
|
img {
|
|
margin: 0 4px;
|
|
}
|
|
}
|
|
.bottom_item {
|
|
.bottomSize {
|
|
font-size: 10px;
|
|
color: #666666;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
:deep(.el-form .el-form-item__content .el-range-editor) {
|
|
width: 200px;
|
|
}
|