From 6bf300a2b2660bd2ec0251f35c0de24760b33e12 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 20 Jan 2022 11:30:23 +0800
Subject: [PATCH] 部分修改
---
src/styles/divforms/panoramaBox.scss | 36 ++++++++++++++++++++++++++++++++----
1 files changed, 32 insertions(+), 4 deletions(-)
diff --git a/src/styles/divforms/panoramaBox.scss b/src/styles/divforms/panoramaBox.scss
index 09fda12..ca23a0e 100644
--- a/src/styles/divforms/panoramaBox.scss
+++ b/src/styles/divforms/panoramaBox.scss
@@ -34,12 +34,40 @@
cursor: pointer;
}
}
+
+ .content {
+ position: relative;
+ min-width: 460px;
+ min-height: 320px;
+
+ button {
+ padding: 2px;
+ position: absolute;
+ top: 4px;
+ right: 4px;
+ width: 32px;
+ height: 32px;
+ background: rgba(0, 0, 0, .2) !important;
+ z-index: 1;
+ border: 0;
+ border-radius: 5px;
+
+ img {
+ width: 100%;
+ }
+ }
+
+ iframe {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ }
+ }
}
- iframe {
- width: 460px;
- height: 320px;
- }
+
}
.arrow {
--
Gitblit v1.9.3