From 7804a3a4d61ff1d857973e974bbdf78a2e17feab Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 17 Dec 2021 15:08:36 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

---
 src/styles/divforms/panoramaBox.scss |   40 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/src/styles/divforms/panoramaBox.scss b/src/styles/divforms/panoramaBox.scss
new file mode 100644
index 0000000..699e72a
--- /dev/null
+++ b/src/styles/divforms/panoramaBox.scss
@@ -0,0 +1,40 @@
+.panorama-dom {
+    position: fixed;
+    left: 0;
+    z-index: 1 !important;
+
+    .panorama-wrap {
+        position: relative;
+        overflow: hidden;
+        padding: 30px;
+
+        .content-wrap {
+            padding: 0 20px 20px 20px;
+
+            background-image: linear-gradient(180deg, transparent 0px, #28bbf06c 0px, #28bbf06c 50%, transparent 50%), linear-gradient(0deg, transparent 0px, #28bbf06c 0px, #28bbf06c 50.1%, transparent 50%);
+            border: 1px solid #29baf1;
+            box-shadow: 0 0px 12px #29b8f1e5;
+
+            .title {
+                line-height: 36px;
+                color: #fff;
+                text-align: center;
+            }
+        }
+
+        iframe {
+            width: 460px;
+            height: 320px;
+        }
+    }
+
+    .arrow {
+        position: absolute;
+        bottom: 0;
+        left: 0;
+        width: 45px;
+        height: 2px;
+        transform: rotate(-45deg) translate(5px, -15px);
+        background-color: #28bbf0;
+    }
+}
\ No newline at end of file

--
Gitblit v1.9.3