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.
41 lines
874 B
41 lines
874 B
@font-face {
|
|
font-family: "PingFangSC-Regular";
|
|
src: url("./assets/font/PingFangRegular.ttf");
|
|
}
|
|
@font-face {
|
|
font-family: "PingFangSC-Medium";
|
|
src: url("./assets/font/PingFangMedium.ttf");
|
|
}
|
|
@font-face {
|
|
font-family: "DIN-Regular";
|
|
src: url("./assets/font/DIN-Condensed-Bold-2.ttf");
|
|
}
|
|
|
|
* {
|
|
font-family: "PingFangSC-Medium", "PingFangSC", STHeiti, MingLiu;
|
|
scrollbar-color:#cccccc white;
|
|
/*scrollbar-width:thin;*/
|
|
/*font-size: 16px;*/
|
|
/*!* font-family: ; *!*/
|
|
/*!* color: #000; *!*/
|
|
/*font-weight: 500;*/
|
|
/*margin: 0;*/
|
|
/*letter-spacing: 0.7px;*/
|
|
/*word-break: break-all;*/
|
|
}
|
|
|
|
.module-title {
|
|
color: #333333;
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.module-title::before {
|
|
content: "";
|
|
height: 22px;
|
|
width: 3px;
|
|
background: #3547CB !important;
|
|
border-radius: 2px;
|
|
margin-right: 17px;
|
|
}
|
|
|