From 5421d1e2d9749d9193641139cbf3b3cbf2157ebb Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 11 Mar 2022 18:03:23 +0800
Subject: [PATCH] 部分更改
---
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