From eafc031e3e6e48778d22b5455358273714944012 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期一, 05 九月 2022 09:53:16 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqt

---
 src/theme/bigScreen.css |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/src/theme/bigScreen.css b/src/theme/bigScreen.css
new file mode 100644
index 0000000..acbd111
--- /dev/null
+++ b/src/theme/bigScreen.css
@@ -0,0 +1,22 @@
+html{font-size:12px; font-size:62.5%; /* 10÷16=62.5% */}
+@media screen and (max-width: 1920px) {
+    html { font-size: 100%;}
+}
+@media screen and (max-width: 1336px) {
+    html { font-size: 80%;}
+}
+@media screen and (max-width: 1200px) {
+    html { font-size: 62.5%;}
+}
+@media screen and (max-width: 1000px) {
+    html { font-size: 10px;}
+}
+@media screen and (max-width: 800px) {
+    html { font-size: 8px;}
+}
+@media screen and (max-width: 700px) {
+    html { font-size: 7px;}
+}
+@media screen and (max-width: 600px) {
+    html { font-size: 6px;}
+}
\ No newline at end of file

--
Gitblit v1.9.2