|
@@ -77,13 +77,14 @@
|
|
--el-dialog-border-radius: 0;
|
|
--el-dialog-border-radius: 0;
|
|
--el-dialog-title-font-size: 24px;
|
|
--el-dialog-title-font-size: 24px;
|
|
height: 580px;
|
|
height: 580px;
|
|
- background: url('./images/bg-share-min.jpg') no-repeat center / contain;
|
|
|
|
|
|
+ background: rgba(0, 0, 0, 0.7);
|
|
|
|
+ backdrop-filter: blur(4px);
|
|
|
|
|
|
.el-dialog__header {
|
|
.el-dialog__header {
|
|
padding: 50px 40px;
|
|
padding: 50px 40px;
|
|
}
|
|
}
|
|
.el-dialog__title {
|
|
.el-dialog__title {
|
|
- color: #f5dd8c;
|
|
|
|
|
|
+ color: white;
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
.el-dialog__body {
|
|
.el-dialog__body {
|
|
@@ -116,9 +117,9 @@
|
|
height: 50px;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
line-height: 50px;
|
|
text-align: center;
|
|
text-align: center;
|
|
- color: #9d222d;
|
|
|
|
|
|
+ color: white;
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
- background: #f5dd8c;
|
|
|
|
|
|
+ background: var(--el-color-primary);
|
|
border-radius: 100px;
|
|
border-radius: 100px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
@@ -138,7 +139,7 @@
|
|
height: 433px;
|
|
height: 433px;
|
|
|
|
|
|
.el-dialog__header {
|
|
.el-dialog__header {
|
|
- padding: 30px;
|
|
|
|
|
|
+ padding: 10px 30px 30px;
|
|
}
|
|
}
|
|
.el-dialog__body {
|
|
.el-dialog__body {
|
|
padding: 0 30px;
|
|
padding: 0 30px;
|