You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
116 lines
1.2 KiB
116 lines
1.2 KiB
// @import "~ng-zorro-antd/ng-zorro-antd.min.css"; |
|
@font-face { |
|
font-family: titlefont; |
|
src: url("./assets/font-family/titlefont.TTF"); |
|
} |
|
|
|
@font-face { |
|
font-family: sybold; |
|
src: url("./assets/font-family/sybold.OTF"); |
|
} |
|
|
|
@font-face { |
|
font-family: synormal; |
|
src: url("./assets/font-family/synormal.OTF"); |
|
} |
|
|
|
html, |
|
body { |
|
width: 100%; |
|
height: 100%; |
|
margin: 0 auto; |
|
padding: 0; |
|
overflow: hidden; |
|
font-family: synormal !important; |
|
} |
|
|
|
ul, |
|
ol, |
|
dl, |
|
li, |
|
dt, |
|
dd, |
|
p, |
|
form, |
|
input, |
|
h1, |
|
h2, |
|
h3, |
|
h4, |
|
h5, |
|
h6, |
|
section, |
|
article, |
|
aside, |
|
header, |
|
footer, |
|
nav, |
|
figure, |
|
time, |
|
mark, |
|
main, |
|
canvas { |
|
margin: 0; |
|
padding: 0; |
|
} |
|
|
|
b, |
|
strong, |
|
i, |
|
em, |
|
h1, |
|
h2, |
|
h3, |
|
h4, |
|
h5, |
|
h6 { |
|
font-weight: 500; |
|
font-style: normal; |
|
} |
|
|
|
img { |
|
border: none; |
|
} |
|
|
|
a { |
|
text-decoration: none; |
|
color: #000; |
|
} |
|
|
|
ul, |
|
ol, |
|
li { |
|
list-style: none; |
|
overflow-x: hidden; |
|
} |
|
|
|
.clearfn:after { |
|
content: ""; |
|
clear: both; |
|
display: block; |
|
overflow: hidden; |
|
height: 0; |
|
visibility: hidden; |
|
} |
|
|
|
//root标签 |
|
app-root { |
|
height: 100%; |
|
} |
|
|
|
h1 { |
|
font-size: 16px; |
|
} |
|
|
|
//滚动条样式 |
|
::-webkit-scrollbar { |
|
width: 10px; |
|
} |
|
::-webkit-scrollbar-thumb { |
|
background-image: linear-gradient(#2495f8, #1c73c2,#0a3d6a, #061d3c); |
|
} |
|
::-webkit-scrollbar-track { |
|
background-color: #061d3c; |
|
} |
|
|
|
|
|
|