From 7197a33715822aaa47d34df2c39f63b833e83aae Mon Sep 17 00:00:00 2001 From: Jesxion Date: Tue, 14 Apr 2026 13:05:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=9F=E4=B8=80RemixIcon=E7=89=88?= =?UTF-8?q?=E6=9C=AC4.5.0=EF=BC=8Clogin.html=E8=A1=A5=E5=8A=A0CDN=EF=BC=8C?= =?UTF-8?q?=E7=A7=BB=E9=99=A4variables.css=E9=87=8D=E5=A4=8D@import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- h5/alert.html | 2 +- h5/alerts.html | 2 +- h5/css/variables.css | 5 ++--- h5/device.html | 2 +- h5/devices.html | 2 +- h5/index.html | 2 +- h5/log.html | 2 +- h5/login.html | 2 ++ h5/logs.html | 2 +- h5/profile.html | 2 +- h5/report.html | 2 +- 11 files changed, 13 insertions(+), 12 deletions(-) diff --git a/h5/alert.html b/h5/alert.html index 08d310a..ccde6de 100644 --- a/h5/alert.html +++ b/h5/alert.html @@ -5,7 +5,7 @@ 预警详情 - + diff --git a/h5/alerts.html b/h5/alerts.html index bfcf3ac..8aad5cd 100644 --- a/h5/alerts.html +++ b/h5/alerts.html @@ -5,7 +5,7 @@ 预警中心 - + diff --git a/h5/css/variables.css b/h5/css/variables.css index 7f04005..f4ad936 100644 --- a/h5/css/variables.css +++ b/h5/css/variables.css @@ -1,6 +1,5 @@ -/* WeUI + Remix Icon CDN */ -@import url('https://cdn.jsdelivr.net/npm/weui@2.5.4/dist/style/weui.min.css'); -@import url('https://cdn.jsdelivr.net/npm/remixicon@4.5.0/fonts/remixicon.css'); +/* WeUI CDN - HTML 中直接引用,避免 @import 加载顺序问题 */ +/* remixicon CDN 在 HTML 中直接引用 */ /* 智慧工地主题色 - 覆盖 WeUI 默认色 */ :root { diff --git a/h5/device.html b/h5/device.html index 45464c2..910bf76 100644 --- a/h5/device.html +++ b/h5/device.html @@ -5,7 +5,7 @@ 设备详情 - + diff --git a/h5/devices.html b/h5/devices.html index 0044d3f..e16aa41 100644 --- a/h5/devices.html +++ b/h5/devices.html @@ -5,7 +5,7 @@ 设备列表 - + diff --git a/h5/index.html b/h5/index.html index f894bd5..81fc3a8 100644 --- a/h5/index.html +++ b/h5/index.html @@ -5,7 +5,7 @@ 郑州智慧工地 - + diff --git a/h5/log.html b/h5/log.html index 240369b..e4f9ef6 100644 --- a/h5/log.html +++ b/h5/log.html @@ -5,7 +5,7 @@ 写日志 - 郑州智慧工地 - + diff --git a/h5/login.html b/h5/login.html index b6c34a2..9aa7f32 100644 --- a/h5/login.html +++ b/h5/login.html @@ -4,6 +4,8 @@ 登录 - 郑州智慧工地 + +