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 |   65 ++++++++++++++++++++++++++++++++
 1 files changed, 64 insertions(+), 1 deletions(-)

diff --git a/src/styles/divforms/panoramaBox.scss b/src/styles/divforms/panoramaBox.scss
index ca23a0e..084b5af 100644
--- a/src/styles/divforms/panoramaBox.scss
+++ b/src/styles/divforms/panoramaBox.scss
@@ -8,6 +8,8 @@
         overflow: hidden;
         padding: 30px;
 
+
+
         .content-wrap {
             padding: 0 20px 20px 20px;
 
@@ -15,12 +17,38 @@
             border: 1px solid #29baf1;
             box-shadow: 0 0px 12px #29b8f1e5;
 
+            box-sizing: border-box;
+
             .title {
                 position: relative;
                 height: 36px;
                 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;
+                    top: 0;
+                    right: 34px;
+                    bottom: 0;
+                    left: auto;
+                    margin: auto;
+                    width: 18px;
+                    height: 18px;
+                    cursor: pointer;
+                }
 
                 .close-box {
                     position: absolute;
@@ -39,6 +67,7 @@
                 position: relative;
                 min-width: 460px;
                 min-height: 320px;
+                height: calc(100% - 36px);
 
                 button {
                     padding: 2px;
@@ -67,7 +96,7 @@
             }
         }
 
-        
+
     }
 
     .arrow {
@@ -78,6 +107,28 @@
         height: 2px;
         transform: rotate(-45deg) translate(5px, -15px);
         background-color: #28bbf0;
+    }
+
+    .change-full {
+        position: fixed !important;
+        top: 0;
+        left: 0;
+        width: 100%;
+        height: 100%;
+        z-index: 99;
+        background: #fff;
+        transform: translate3d(0, 0, 0) !important;
+    }
+
+    &.change-full {
+        position: fixed !important;
+        top: 0;
+        left: 0;
+        width: 100%;
+        height: 100%;
+        background: #fff;
+        transform: translate3d(0, 0, 0) !important;
+        z-index: 22 !important;
     }
 }
 
@@ -105,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