This commit is contained in:
李志鹏
2025-12-30 14:58:15 +08:00
parent 6a2b456bf3
commit d497471e09
4 changed files with 31 additions and 40 deletions

View File

@@ -13,7 +13,9 @@
<div class="content">
<div class="title">Thank you.</div>
<div class="tip">
We are starting to learn your preferences, Looking forward to see you again,
We are starting to learn your preferences,
<br />
Looking forward to see you again,
</div>
</div>
</div>
@@ -33,21 +35,19 @@
background-size: cover;
> .content {
position: absolute;
top: 12.9rem;
left: 6rem;
// width: 100%;
top: 15.4rem;
left: 9.6rem;
display: flex;
flex-direction: column;
> .title {
font-family: satoshiBold;
font-size: 14.7rem;
font-size: 11rem;
line-height: 124%;
}
> .tip {
margin-top: 2.5rem;
width: 58.2rem;
font-family: satoshiRegular;
font-size: 4.1rem;
font-size: 4rem;
line-height: 132%;
}
}