From 74533f52da9c7b206e44956a62d3f91d7e089f00 Mon Sep 17 00:00:00 2001 From: muzi <1099438829@qq.com> Date: Fri, 11 Jan 2019 14:24:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/macdefault.css | 16 ++++++++++------ index.html | 24 ++++++++++++------------ js/mac.js | 13 +++++++------ 3 files changed, 29 insertions(+), 24 deletions(-) diff --git a/css/macdefault.css b/css/macdefault.css index 65e20cd..b6c003e 100644 --- a/css/macdefault.css +++ b/css/macdefault.css @@ -63,7 +63,11 @@ body { #win10 .desktop { width: 100%; - height: 100%; + height: calc(100% - 90px); + position: absolute; + left: 0px; + top: 30px; + bottom: 60px; } #win10_task_bar { @@ -322,10 +326,10 @@ body { } #win10 #win10-shortcuts { - height: calc(100% - 30px); + height:100%; position: absolute; left: 0; - top: 30px; + top: 0; z-index: 100; } @@ -373,10 +377,10 @@ body { #win10_command_center { position: fixed; right: 0; - top: 31px; + top: 30px; width: 350px; background-color: rgba(255, 255, 255, 0.7); - height: calc(100% - 32px); + height: calc(100% - 30px); transition: all 0.5s; overflow-x: hidden; overflow-y: auto; @@ -689,7 +693,7 @@ body { .win10-open-iframe .layui-layer-content{ background-color: white; - max-height: calc(100% - 30px); + max-height:100%; } .win10-open-iframe .layui-layer-title{ diff --git a/index.html b/index.html index 5428e27..c38bd60 100644 --- a/index.html +++ b/index.html @@ -52,6 +52,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -78,18 +90,6 @@
-
-
-
-
-
-
-
-
-
-
-
-