From ca1b3dc00b764807d410d1d42eb5cb8f08843b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=95=E5=B1=82=E7=94=A8=E6=88=B7?= Date: Sun, 29 May 2022 19:39:58 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20=E5=A4=A9=E6=B0=94=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/cursor.css | 2 +- index.html | 6 +++--- js/main.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/css/cursor.css b/css/cursor.css index 6d94ec7..39a3ee7 100644 --- a/css/cursor.css +++ b/css/cursor.css @@ -17,7 +17,7 @@ #cursor.hover { opacity: 0.1; - transform: scale(2.5); + /* transform: scale(1.2); */ } #cursor.active { diff --git a/index.html b/index.html index af21980..e0c84aa 100644 --- a/index.html +++ b/index.html @@ -186,9 +186,9 @@ 天气  加载失败  °C~ - °C - + °C  + + diff --git a/js/main.js b/js/main.js index 457507b..9cb2826 100644 --- a/js/main.js +++ b/js/main.js @@ -130,8 +130,8 @@ fetch('https://www.yiketianqi.com/free/day?appid=43656176&appsecret=I42og6Lm&une $('#city_text').html(data.city) $('#tem_night').html(data.tem_night) $('#tem_day').html(data.tem_day) - // $('#win_text').html(data.win) - // $('#win_speed').html(data.win_speed) + $('#win_text').html(data.win) + $('#win_speed').html(data.win_speed) }) .catch(console.error)