From dc281efccd4568ed0abdb80f7dea5a328425ef5b Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123456 <zxx19900626>
Date: 星期二, 12 四月 2022 18:45:29 +0800
Subject: [PATCH] 机关职工社保及弹框

---
 src/assets/css/main.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/assets/css/main.css b/src/assets/css/main.css
index 13ac0ae..6189c31 100644
--- a/src/assets/css/main.css
+++ b/src/assets/css/main.css
@@ -1,7 +1,7 @@
 * {
     margin: 0;
     padding: 0;
-    font-size: 2.4rem;
+    font-size: .0938rem;
     font-weight: lighter;
 }
 
@@ -214,7 +214,7 @@
  */
 
 h1,h2,h3,h4,h5,h6 {
-  font-size: 1rem;
+  font-size: 0.09375rem  /* 24/256 */;
   font-weight: normal;
 }
 
@@ -526,6 +526,6 @@
 
 @media screen and (min-width: 2560px) {
   html {
-    font-size: 10px!important;
+    font-size: 256px!important;
   }
 }

--
Gitblit v1.9.1