Merge pull request #214 from first19326/dev

feat: 优化 logo 区域样式
This commit is contained in:
底层用户 2023-11-13 09:15:21 +08:00 committed by GitHub
commit 015a139ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -92,12 +92,13 @@ watch(
flex-direction: row;
align-items: center;
animation: fade 0.5s;
max-width: 460px;
.logo-img {
border-radius: 50%;
width: 120px;
}
.name {
width: calc(460px - 120px);
width: 100%;
padding-left: 22px;
transform: translateY(-8px);
font-family: "Pacifico-Regular";
@ -125,6 +126,10 @@ watch(
}
}
}
@media (max-width: 720px) {
max-width: 100%;
}
}
.description {

View File

@ -38,11 +38,13 @@ p {
// 字体文件
@font-face {
font-family: "Pacifico-Regular";
font-display: swap;
src: url("/font/Pacifico-Regular.ttf") format("truetype");
}
@font-face {
font-family: "UnidreamLED";
font-display: swap;
src: url("/font/UnidreamLED.ttf") format("truetype");
}