Merge branch 'main' of http://18.167.251.121:10003/aidlab/lanecarford_front
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped

This commit is contained in:
李志鹏
2025-12-30 10:03:02 +08:00

View File

@@ -5,7 +5,7 @@
<!-- 标题 --> <!-- 标题 -->
<div class="header"> <div class="header">
<div class="title">Choose Stylist.</div> <div class="title">Choose Stylist.</div>
<div class="sub-title">What style are you looking for? </div> <div class="sub-title">What style are you looking for?</div>
</div> </div>
<div class="carousel-container" v-show="!showVideo"> <div class="carousel-container" v-show="!showVideo">
@@ -35,7 +35,13 @@
</div> </div>
<!-- Continue按钮 --> <!-- Continue按钮 -->
<div class="continue-button" @click="handleContinue" v-if="!$route.query?.demo">Continue</div> <button
class="sandblasted-blurred continue-button flex flex-center"
@click="handleContinue"
v-if="!$route.query?.demo"
>
<span>Continue</span>
</button>
<!-- <van-dialog <!-- <van-dialog
class="video-dialog" class="video-dialog"
:show-confirm-button="false" :show-confirm-button="false"
@@ -181,7 +187,7 @@ const handleContinue = () => {
letter-spacing: -0.04rem; letter-spacing: -0.04rem;
margin-bottom: 3.2rem; margin-bottom: 3.2rem;
} }
.sub-title{ .sub-title {
font-family: 'satoshiRegular'; font-family: 'satoshiRegular';
font-size: 4rem; font-size: 4rem;
} }
@@ -294,9 +300,9 @@ const handleContinue = () => {
} }
} }
.continue-button { button.sandblasted-blurred.continue-button {
height: 6.7rem; height: 6.7rem;
box-sizing: border-box; width: 24.6rem;
position: absolute; position: absolute;
bottom: 6.4rem; bottom: 6.4rem;
right: 7.6rem; right: 7.6rem;
@@ -306,11 +312,9 @@ const handleContinue = () => {
color: white; color: white;
font-size: 4rem; font-size: 4rem;
font-weight: 500; font-weight: 500;
cursor: pointer;
z-index: 3; z-index: 3;
font-family: 'satoshiRegular'; font-family: 'satoshiRegular';
display: flex; box-sizing: border-box;
align-items: center;
} }
:deep(.van-overlay) { :deep(.van-overlay) {