|
@@ -61,6 +61,26 @@
|
|
|
color: #999;
|
|
|
}
|
|
|
}
|
|
|
+.el-popup-close {
|
|
|
+ height: 20px;
|
|
|
+ width: 20px;
|
|
|
+ background-image: url(../images/icon-close.png);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ &::before {
|
|
|
+ content: "";
|
|
|
+ }
|
|
|
+ &:hover {
|
|
|
+ background-image: url(../images/icon-close-act.png);
|
|
|
+ }
|
|
|
+}
|
|
|
+.el-dialog__headerbtn {
|
|
|
+ top: 14px;
|
|
|
+ right: 14px;
|
|
|
+ .el-dialog__close {
|
|
|
+ @extend .el-popup-close;
|
|
|
+ }
|
|
|
+}
|
|
|
// form
|
|
|
.el-form {
|
|
|
&-item {
|
|
@@ -348,18 +368,12 @@
|
|
|
&__title {
|
|
|
display: none;
|
|
|
}
|
|
|
- .el-message-box__close.el-icon-close {
|
|
|
- height: 18px;
|
|
|
- width: 18px;
|
|
|
- &::before {
|
|
|
- display: block;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- content: "";
|
|
|
- background-image: url(../images/icon-close.png);
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
+ &__headerbtn {
|
|
|
+ top: 10px;
|
|
|
+ right: 10px;
|
|
|
+ }
|
|
|
+ &__close.el-icon-close {
|
|
|
+ @extend .el-popup-close;
|
|
|
}
|
|
|
&__content {
|
|
|
text-align: center;
|