style: 样式修改

This commit is contained in:
2025-12-01 11:30:31 +08:00
parent 5d6ad32c80
commit 81df571ddf
11 changed files with 70 additions and 270 deletions

View File

@@ -6,7 +6,7 @@
<div class="select-list">
<div
class="option"
class="option flex flex-center"
v-for="option in options"
:key="option.value"
@click="handleSelect(option.value)"
@@ -76,6 +76,7 @@ const handleSelect = (value: string) => {
font-family: 'satoshiRegular';
font-size: 6.4rem;
width: 29.7rem;
height: 8.3rem;
border: .2rem solid #fff;
}
}