From b0e391f5488aead9e56dc725b69cd81ba36f917d Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123456 <zxx19900626> Date: 星期三, 13 四月 2022 10:14:48 +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