From 4bd24e665b216d3ad518334e29a0ff695f9afdac Mon Sep 17 00:00:00 2001 From: oc Date: Wed, 17 Oct 2018 22:32:55 +0800 Subject: [PATCH] Update z-index of image --- editor-mobile.html | 2 +- editor.html | 2 +- index.html | 2 +- styles.css | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/editor-mobile.html b/editor-mobile.html index 5cb4bf13..469dfe63 100644 --- a/editor-mobile.html +++ b/editor-mobile.html @@ -409,10 +409,10 @@ - + 此浏览器不支持HTML5 diff --git a/editor.html b/editor.html index 71aa57a1..4c098703 100644 --- a/editor.html +++ b/editor.html @@ -395,10 +395,10 @@ - + 此浏览器不支持HTML5 diff --git a/index.html b/index.html index 96eeb2d6..fdaa77ff 100644 --- a/index.html +++ b/index.html @@ -122,10 +122,10 @@ - + 此浏览器不支持HTML5 diff --git a/styles.css b/styles.css index 174041ab..a1505d1e 100644 --- a/styles.css +++ b/styles.css @@ -285,10 +285,6 @@ p#name { z-index: 70; } -#image { - z-index: 75; -} - #weather { z-index: 80; } @@ -301,6 +297,10 @@ p#name { z-index: 100; } +#image { + z-index: 105; +} + #ui { z-index: 110; }