This commit is contained in:
yunkexin 2024-07-17 17:03:59 +08:00
parent 1bf298d365
commit a7079bb428
2 changed files with 9 additions and 1 deletions

View File

@ -13,10 +13,18 @@
@font-face {
font-family: "站酷庆科黄油体";
font-weight: normal;
src: url("../assets/fonts/站酷庆科黄油体.ttf") format("truetype");
src: url("../assets/fonts/zhankuqingke.ttf") format("truetype");
font-display: swap;
}
.box{
transform-origin: 0 0;
position: absolute;
left: 50%;
top: 50%;
transition: 0.3s;
}
.blackBack {
background-image: url("../assets/login/bg.png");
width: 100%;