From 2d3bcb38a5bd3ea6ff98ec0b6f40a41ee350c627 Mon Sep 17 00:00:00 2001 From: 5MayRain Date: Mon, 11 May 2020 17:42:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E4=BB=B6=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app-v3.js | 2 +- css/nexmoe_v2.min.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-v3.js b/app-v3.js index 96fe3b8..d684a11 100644 --- a/app-v3.js +++ b/app-v3.js @@ -7,7 +7,7 @@ */ // 在head 中 加载 必要静态 document.write(''); -document.write(''); +document.write(''); document.write(''); // markdown支持 document.write(''); diff --git a/css/nexmoe_v2.min.css b/css/nexmoe_v2.min.css index 65ef115..f1118ac 100644 --- a/css/nexmoe_v2.min.css +++ b/css/nexmoe_v2.min.css @@ -91,14 +91,14 @@ opacity: 1; /*结尾状态 透明度为1*/ float: left; width: 26px; height: 26px; - background: url(https://go.zgh.workers.dev/GoIndex/images/icon_menu.png); + background: url(../images/icon_menu.png); background-size:100% 100%; transition: .6s; cursor: pointer; } /* 图标动画icon */ .nav_icon:hover{ - background: url(https://go.zgh.workers.dev/GoIndex/images/icon_close.png); + background: url(../images/icon_close.png); background-size:100% 100%; transform: rotate(360deg); -webkit-transform: rotate(360deg);