diff --git a/backend/devices/test/templates/deviceTest.html b/backend/devices/test/templates/deviceTest.html index 36210337..4b33736c 100644 --- a/backend/devices/test/templates/deviceTest.html +++ b/backend/devices/test/templates/deviceTest.html @@ -14,7 +14,7 @@ } body { - font-family: 'Microsoft YaHei', Arial, sans-serif; + font-family: 'Noto Sans SC'; background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); color: #ffffff; min-height: 100vh; diff --git a/frontend/src/renderer/index.html b/frontend/src/renderer/index.html index 838d5d1a..c6979d8a 100644 --- a/frontend/src/renderer/index.html +++ b/frontend/src/renderer/index.html @@ -8,7 +8,7 @@ body { margin: 0; padding: 0; - font-family: 'Microsoft YaHei', sans-serif; + font-family: 'Noto Sans SC'; /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */ background:#191d28; } diff --git a/frontend/src/renderer/src/style.css b/frontend/src/renderer/src/style.css index 06c14be0..10257f27 100644 --- a/frontend/src/renderer/src/style.css +++ b/frontend/src/renderer/src/style.css @@ -7,7 +7,7 @@ } body { - font-family: 'Noto Sans SC', sans-serif; + font-family: 'Noto Sans SC'; background-color: #f5f5f5; color: #333; line-height: 1.6; diff --git a/frontend/src/renderer/src/views/Detection.vue b/frontend/src/renderer/src/views/Detection.vue index 7db4fb93..b84f67ab 100644 --- a/frontend/src/renderer/src/views/Detection.vue +++ b/frontend/src/renderer/src/views/Detection.vue @@ -7,12 +7,12 @@ font-size: 18px; font-weight: 700; font-style: normal; - color: #00CC00; + color: #3BF2C6; margin-left:20px">检测中...