commit
015a139ce0
@ -92,12 +92,13 @@ watch(
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
animation: fade 0.5s;
|
animation: fade 0.5s;
|
||||||
|
max-width: 460px;
|
||||||
.logo-img {
|
.logo-img {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
}
|
}
|
||||||
.name {
|
.name {
|
||||||
width: calc(460px - 120px);
|
width: 100%;
|
||||||
padding-left: 22px;
|
padding-left: 22px;
|
||||||
transform: translateY(-8px);
|
transform: translateY(-8px);
|
||||||
font-family: "Pacifico-Regular";
|
font-family: "Pacifico-Regular";
|
||||||
@ -125,6 +126,10 @@ watch(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 720px) {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.description {
|
.description {
|
||||||
|
@ -38,11 +38,13 @@ p {
|
|||||||
// 字体文件
|
// 字体文件
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Pacifico-Regular";
|
font-family: "Pacifico-Regular";
|
||||||
|
font-display: swap;
|
||||||
src: url("/font/Pacifico-Regular.ttf") format("truetype");
|
src: url("/font/Pacifico-Regular.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "UnidreamLED";
|
font-family: "UnidreamLED";
|
||||||
|
font-display: swap;
|
||||||
src: url("/font/UnidreamLED.ttf") format("truetype");
|
src: url("/font/UnidreamLED.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user