From 954d870b7a614c0a5a22d3a428d562e323abac3f Mon Sep 17 00:00:00 2001 From: bemege Date: Fri, 25 Jun 2021 17:26:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A6=96=E9=A1=B5=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=A9=BA=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/official/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/official/index.vue b/src/views/official/index.vue index 0ca6c9f..2bfc103 100644 --- a/src/views/official/index.vue +++ b/src/views/official/index.vue @@ -448,7 +448,6 @@ export default { border-radius: 0 280px; transform: rotate(-22deg); background: linear-gradient(60deg,#1E53F4,#1E53F4,#30cffd,#30cffd,#30cffd); - z-index: -1; } .content-page { height: calc(100vh - 64px); @@ -463,6 +462,7 @@ export default { // text-align: center; position: relative; .content-explain { + z-index: 1; position: absolute; top: 20%; padding: 0 40px; @@ -516,7 +516,6 @@ export default { } } .image { - z-index: -1; position: absolute; top: 20%; right: 0;