From 81f54040c2cb65537c6c6e1db8358a39a57dea0d Mon Sep 17 00:00:00 2001
From: mayisheng <admin>
Date: Mon, 15 Aug 2022 16:14:01 +0800
Subject: [PATCH] 1
---
src/styles/divforms/panoramaBox.scss | 30 ++++++++++++++++++++++++++----
1 files changed, 26 insertions(+), 4 deletions(-)
diff --git a/src/styles/divforms/panoramaBox.scss b/src/styles/divforms/panoramaBox.scss
index 5eb065e..084b5af 100644
--- a/src/styles/divforms/panoramaBox.scss
+++ b/src/styles/divforms/panoramaBox.scss
@@ -1,5 +1,3 @@
-
-
.panorama-dom {
position: fixed;
left: 0;
@@ -10,7 +8,7 @@
overflow: hidden;
padding: 30px;
-
+
.content-wrap {
padding: 0 20px 20px 20px;
@@ -27,6 +25,18 @@
line-height: 36px;
color: #fff;
text-align: center;
+
+ .return-btn {
+ position: absolute;
+ top: 0;
+ left: 8px;
+ bottom: 0;
+ right: auto;
+ margin: auto;
+ width: 18px;
+ height: 18px;
+ cursor: pointer;
+ }
.full-srceen-btn {
position: absolute;
@@ -86,7 +96,7 @@
}
}
-
+
}
.arrow {
@@ -146,6 +156,18 @@
color: #fff;
text-align: center;
+ .return-btn {
+ position: absolute;
+ top: 0;
+ left: 8px;
+ bottom: 0;
+ right: auto;
+ margin: auto;
+ width: 18px;
+ height: 18px;
+ cursor: pointer;
+ }
+
.close-box {
position: absolute;
top: 0;
--
Gitblit v1.9.3