This commit is contained in:
wood 2023-10-20 17:52:49 +08:00
parent cc1b401380
commit f344857389

View File

@ -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,
summarycode {
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;
}
}
}