From c9e446c675eaa52faefc6a27de347950e3d037cd Mon Sep 17 00:00:00 2001 From: quez-fun <54435650+quez-fun@users.noreply.github.com> Date: Fri, 5 Jul 2024 21:54:45 +0800 Subject: [PATCH] Update exhibition_composite.html fixed 2D to 3D transformation (still buggy tho') --- exhibition_composite.html | 248 +++++++++++++++++++------------------- 1 file changed, 127 insertions(+), 121 deletions(-) diff --git a/exhibition_composite.html b/exhibition_composite.html index fad66e8..2c4366d 100644 --- a/exhibition_composite.html +++ b/exhibition_composite.html @@ -22,7 +22,7 @@ padding: 30px 0; font-weight: 100; - display: none; + display: ; } .header>span { @@ -85,20 +85,9 @@ background-color: gray; } - .PPT { - display: none; - text-align: center; - margin: 200px 0; - color: rgb(0, 145, 255) - } - /* booth */ - body { - overflow: ; - } - .intro { border: 2px solid rgb(0, 145, 255); width: 50%; @@ -116,62 +105,43 @@ } .section-one { - position: absolute; background-color: white; - z-index: 3; } .section-two { - position: absolute; background-color: #eee; - z-index: 2; } .section-three { - position: absolute; background-color: skyblue; - z-index: 1; } .subtitle { width: 20%; } - .plane { - - display: none; - position: absolute; - width: 800px; - height: 500px; - background-color: red; - transform: rotateX(calc(var(--rotate-x, -24) * 1deg)) rotateY(calc(var(--rotate-y, -24) * 1deg)) rotateX(90deg) translate3d(0, 0, 0); - } - .console { position: absolute; z-index: 99; + display: none; } - +
console area
网页版 展位版 - PPT版
-
-
-
@@ -185,7 +155,6 @@
-
办公区域
@@ -211,7 +180,6 @@
-
功能开发中
@@ -219,80 +187,120 @@