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; } -
+