You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.2 KiB
56 lines
1.2 KiB
1 year ago
|
/deep/.dia {
|
||
|
-webkit-box-shadow: 0;
|
||
|
box-shadow: 0 0 0 0 !important;
|
||
|
border: 0 !important;
|
||
|
border-radius: 1.5rem;
|
||
|
.el-dialog__header {
|
||
|
display: none;
|
||
|
}
|
||
|
.el-dialog__body {
|
||
|
padding-top: 0;
|
||
|
}
|
||
|
.dia-form {
|
||
|
.text {
|
||
|
text-align: left;
|
||
|
}
|
||
|
}
|
||
|
.popBtns {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
& > .btn {
|
||
|
width: 180px;
|
||
|
font-size: 18px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.data-dia23 {
|
||
|
min-width: 40%;
|
||
|
background-color: white;
|
||
|
z-index: 9999;
|
||
|
.popBody {
|
||
|
// width: 100%;
|
||
|
min-height: 30vh;
|
||
|
padding-top: 50px;
|
||
|
padding-bottom: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
/deep/ .el-form {
|
||
|
height: 100%;
|
||
|
}
|
||
|
}
|
||
|
.dia-header {
|
||
|
height: 100%;
|
||
|
// position: relative;
|
||
|
.data-title {
|
||
|
width: 300px;
|
||
|
margin: 0 auto;
|
||
|
line-height: 72px;
|
||
|
text-align: center;
|
||
|
color: #fff;
|
||
|
font-size: 24px;
|
||
|
background: url(../../../../assets/img/dia-title.png) 0 0 / cover no-repeat;
|
||
|
}
|
||
|
}
|
||
|
}
|