fix(style): 优化样式

This commit is contained in:
BTMuli
2023-04-03 12:14:49 +08:00
parent b5601e88db
commit 25efdb398e
2 changed files with 8 additions and 2 deletions

View File

@@ -60,15 +60,21 @@ const props = defineProps({
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
font-family: Genshin, serif;
} }
.loading-title { .loading-title {
font-size: 2rem; font-size: 2rem;
font-family: Genshin, serif;
font-weight: 600; font-weight: 600;
color: #f4d8a8; color: #f4d8a8;
} }
.loading-subtitle {
font-size: 1rem;
font-family: Genshin-Light, serif;
color: #f4d8a8;
}
.loading-img { .loading-img {
width: 256px; width: 256px;
height: 256px; height: 256px;

View File

@@ -160,7 +160,7 @@ async function toPost(pool: GachaCard) {
} }
.pool-cover img { .pool-cover img {
width: 100%; max-width: 100%;
transition: all 0.5s; transition: all 0.5s;
border-radius: 10px; border-radius: 10px;
} }