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

@@ -5,9 +5,8 @@
const router = useRouter() const router = useRouter()
defineProps({ defineProps({
title: { type: String, default: 'STYLING ASSISTANT' }, title: { type: String, default: 'STYLING ASSISTANT' }
}) })
const emit = defineEmits(['clickReturn', 'clickProfile']) const emit = defineEmits(['clickReturn', 'clickProfile'])
@@ -16,7 +15,7 @@
const handleProfileVisibleChange = (visible) => { const handleProfileVisibleChange = (visible) => {
profileVisible.value = visible profileVisible.value = visible
} }
MyEvent.add('change-profile-visible',handleProfileVisibleChange) MyEvent.add('change-profile-visible', handleProfileVisibleChange)
const handleClickReturn = () => { const handleClickReturn = () => {
router.back() router.back()
@@ -61,6 +60,7 @@
color: #2c2c2c; color: #2c2c2c;
font-family: 'satoshiRegular'; font-family: 'satoshiRegular';
font-size: 4rem; font-size: 4rem;
letter-spacing: 0.3rem;
} }
> .profile { > .profile {
position: absolute; position: absolute;

View File

@@ -234,7 +234,7 @@
margin-top: 5rem; margin-top: 5rem;
width: 73rem; width: 73rem;
height: 109.5rem; height: 109.5rem;
border-radius: 2rem; border-radius: 1rem;
// box-shadow: 1.3rem 1.4rem 2rem 0.2rem #0000004d; // box-shadow: 1.3rem 1.4rem 2rem 0.2rem #0000004d;
border: 0.2rem solid #d9d9d9; border: 0.2rem solid #d9d9d9;
overflow: hidden; overflow: hidden;
@@ -272,14 +272,13 @@
} }
> .icons { > .icons {
bottom: 0.27rem; bottom: 3.6rem;
right: 0; right: 0;
height: 10rem;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
> div { > div {
margin-right: 1.5rem; margin-right: 2.4rem;
width: 6.2rem; width: 6.2rem;
height: 6.2rem; height: 6.2rem;
border-radius: 1rem; border-radius: 1rem;
@@ -299,13 +298,13 @@
justify-content: space-between; justify-content: space-between;
> button { > button {
padding: 0; padding: 0;
font-family: satoshiRegular; font-family: satoshiMedium;
border: none; border: none;
width: 34rem; width: 34rem;
height: 9.2rem; height: 9.2rem;
border-radius: 1.3rem; border-radius: 1rem;
font-weight: 400; font-weight: 500;
font-size: 3.8rem; font-size: 4rem;
&:active { &:active {
opacity: 0.7; opacity: 0.7;
} }
@@ -325,7 +324,7 @@
background-color: #fff; background-color: #fff;
background-clip: padding-box; background-clip: padding-box;
border: 0.25rem solid transparent; border: 0.25rem solid transparent;
border-radius: 1.3rem; border-radius: 1rem;
} }
} }
> :first-child.finish { > :first-child.finish {

View File

@@ -13,7 +13,9 @@
<div class="content"> <div class="content">
<div class="title">Thank you.</div> <div class="title">Thank you.</div>
<div class="tip"> <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> </div>
</div> </div>
@@ -33,21 +35,19 @@
background-size: cover; background-size: cover;
> .content { > .content {
position: absolute; position: absolute;
top: 12.9rem; top: 15.4rem;
left: 6rem; left: 9.6rem;
// width: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
> .title { > .title {
font-family: satoshiBold; font-family: satoshiBold;
font-size: 14.7rem; font-size: 11rem;
line-height: 124%; line-height: 124%;
} }
> .tip { > .tip {
margin-top: 2.5rem; margin-top: 2.5rem;
width: 58.2rem;
font-family: satoshiRegular; font-family: satoshiRegular;
font-size: 4.1rem; font-size: 4rem;
line-height: 132%; line-height: 132%;
} }
} }

View File

@@ -117,7 +117,7 @@
> .title { > .title {
font-family: satoshiBold; font-family: satoshiBold;
font-size: 8.9rem; font-size: 8.6rem;
text-align: left; text-align: left;
line-height: 124%; line-height: 124%;
margin: 5rem 9.1rem; margin: 5rem 9.1rem;
@@ -160,41 +160,33 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 90%; height: 90%;
> .userID {
font-family: satoshiRegular;
font-weight: 500;
font-size: 3.8rem;
line-height: 89%;
color: #000;
}
> .datetime { > .datetime {
margin-top: 1.8rem; margin-top: 1rem;
font-family: satoshiRegular; font-family: satoshiMedium;
font-weight: 400; font-weight: 500;
font-size: 3.2rem; font-size: 3.2rem;
line-height: 89%; line-height: 89%;
color: #000; color: #000;
} }
> .lastopened { > .lastopened {
margin-top: 1rem; margin-top: 1.8rem;
font-family: satoshiRegular; font-family: satoshiRegular;
font-weight: 400; font-weight: 400;
font-style: Regular;
font-size: 2.6rem; font-size: 2.6rem;
line-height: 89%; line-height: 89%;
color: #6f6f6f; color: #6f6f6f;
} }
> button { > button {
margin-top: auto; margin-top: auto;
font-family: satoshiRegular;
width: 12.3rem; width: 12.3rem;
height: 3.8rem; height: 3.8rem;
border-radius: 0.5rem; line-height: 100%;
box-sizing: content-box; border-radius: 0.4rem;
border: 0.193rem solid #000; border: 0.2rem solid #000;
background: transparent; background: transparent;
font-family: satoshiRegular;
font-weight: 400; font-weight: 400;
font-size: 2.576rem; font-size: 2.4rem;
color: #000; color: #000;
margin-right: 5rem; margin-right: 5rem;
&:active { &:active {
@@ -208,8 +200,8 @@
right: 2rem; right: 2rem;
width: 5.5rem; width: 5.5rem;
height: 5.5rem; height: 5.5rem;
border: 0.188rem solid #000; border: 0.188rem solid rgba(0, 0, 0, 0.5);
border-radius: 1.88rem; border-radius: 0.9rem;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;