update
This commit is contained in:
parent
cc1b401380
commit
f344857389
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user