From f344857389df842b50547b1127ca8375ff5d3334 Mon Sep 17 00:00:00 2001 From: wood Date: Fri, 20 Oct 2023 17:52:49 +0800 Subject: [PATCH] update --- web/src/index.css | 70 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 68 insertions(+), 2 deletions(-) diff --git a/web/src/index.css b/web/src/index.css index 89617715..49fe9403 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -45,16 +45,82 @@ font-style: normal; font-display: swap; } + body { margin: 0; padding-top: 55px; overflow-y: scroll; - font-family: "CZL", -apple-system,BlinkMacSystemFont,'Helvetica Neue',Helvetica,Segoe UI,Arial,Roboto,'PingFang SC',miui,'Hiragino Sans GB','Microsoft Yahei',sans-serif; + font-family: "CZL", -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', miui, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scrollbar-width: none; } +html, +body, +h1, +h2, +h3, +h4, +h5, +h6, +a, +p, +span, +input, +div, +label, +pre, +select, +option, +textarea, +th, +td, +li, +em, +strong, +cite, +q, +dfn, +abbr, +time, +var, +samp, +kbd, +sub, +sup, +i, +b, +u, +mark, +ruby, +rt, +rp, +bdi, +bdo, +s, +small, +del, +ins, +caption, +figure, +figcaption, +main, +nav, +article, +section, +header, +footer, +aside, +details, +summary,code { + font-family: "CZL", -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', miui, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif; +} + +button { + font-family: "CZL", -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', miui, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif !important; +} + body::-webkit-scrollbar { display: none; } @@ -79,4 +145,4 @@ code { .hide-on-mobile { display: none !important; } -} +} \ No newline at end of file