|
@@ -63,6 +63,7 @@ body #A7Back > img {
|
|
|
}
|
|
}
|
|
|
.ant-image-preview-mask {
|
|
.ant-image-preview-mask {
|
|
|
backdrop-filter: blur(10px);
|
|
backdrop-filter: blur(10px);
|
|
|
|
|
+ background-color: rgba(0, 0, 0, 0.9) !important;
|
|
|
}
|
|
}
|
|
|
.ant-image-preview-img-wrapper .previewImage {
|
|
.ant-image-preview-img-wrapper .previewImage {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -73,8 +74,8 @@ body #A7Back > img {
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
}
|
|
}
|
|
|
.ant-image-preview-img-wrapper .previewImage .Ori {
|
|
.ant-image-preview-img-wrapper .previewImage .Ori {
|
|
|
- width: 80%;
|
|
|
|
|
- height: 74%;
|
|
|
|
|
|
|
+ height: 83%;
|
|
|
|
|
+ width: 100%;
|
|
|
object-fit: contain;
|
|
object-fit: contain;
|
|
|
}
|
|
}
|
|
|
.ant-image-preview-img-wrapper .previewImage .Ori > .ant-image-preview-img {
|
|
.ant-image-preview-img-wrapper .previewImage .Ori > .ant-image-preview-img {
|
|
@@ -159,6 +160,19 @@ textarea {
|
|
|
.ant-image-preview-operations {
|
|
.ant-image-preview-operations {
|
|
|
background-color: rgba(0, 0, 0, 0.8) !important;
|
|
background-color: rgba(0, 0, 0, 0.8) !important;
|
|
|
}
|
|
}
|
|
|
|
|
+.ant-image-preview-operations-wrapper {
|
|
|
|
|
+ position: fixed;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+ z-index: 1081;
|
|
|
|
|
+ top: 80%;
|
|
|
|
|
+ left: 50%;
|
|
|
|
|
+ transform: scale(0.7) rotate(90deg);
|
|
|
|
|
+}
|
|
|
|
|
+.ant-image-preview-operations-wrapper .ant-image-preview-close {
|
|
|
|
|
+ border-radius: 0;
|
|
|
|
|
+ background-color: transparent;
|
|
|
|
|
+}
|
|
|
.sizeNo {
|
|
.sizeNo {
|
|
|
font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', 'STHeiti', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif !important;
|
|
font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', 'STHeiti', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif !important;
|
|
|
}
|
|
}
|
|
@@ -225,20 +239,17 @@ textarea {
|
|
|
transform: scale(0.7) rotate(90deg) translate(-178%, -50%);
|
|
transform: scale(0.7) rotate(90deg) translate(-178%, -50%);
|
|
|
transform-origin: left bottom;
|
|
transform-origin: left bottom;
|
|
|
}
|
|
}
|
|
|
- .ant-image-preview-close {
|
|
|
|
|
- transform: scale(0.7) rotate(90deg) translate(755px, -203%);
|
|
|
|
|
- transform-origin: left bottom;
|
|
|
|
|
- }
|
|
|
|
|
- .previewImage {
|
|
|
|
|
|
|
+ .ant-image-preview-img-wrapper .previewImage {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
}
|
|
}
|
|
|
- .previewImage .Ori {
|
|
|
|
|
- height: 40%;
|
|
|
|
|
|
|
+ .ant-image-preview-img-wrapper .previewImage .Ori {
|
|
|
|
|
+ width: 80%;
|
|
|
|
|
+ height: 74%;
|
|
|
}
|
|
}
|
|
|
- .previewImage .Ori .ant-image-preview-img {
|
|
|
|
|
|
|
+ .ant-image-preview-img-wrapper .previewImage .Ori .ant-image-preview-img {
|
|
|
transform: rotate(90deg) !important;
|
|
transform: rotate(90deg) !important;
|
|
|
}
|
|
}
|
|
|
- .previewImage .ImgFromTxt {
|
|
|
|
|
|
|
+ .ant-image-preview-img-wrapper .previewImage .ImgFromTxt {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: 50%;
|
|
top: 50%;
|
|
|
left: 50%;
|
|
left: 50%;
|