style: 样式修改
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-09 15:12:25 +08:00
parent 3f6652c2ec
commit 94796110c4
5 changed files with 19 additions and 10 deletions

View File

@@ -230,7 +230,7 @@ const onContinue = () => {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
> .title { > .title {
font-family: satoshiRegular; font-family: 'satoshiRegular';
font-size: 9rem; font-size: 9rem;
text-align: center; text-align: center;
line-height: 124%; line-height: 124%;

View File

@@ -199,6 +199,7 @@ const { isLoading } = toRefs(data);
font-weight: 700; font-weight: 700;
font-size: 9.6rem; font-size: 9.6rem;
line-height: 124%; line-height: 124%;
color: #000;
} }
} }
> .selectContent{ > .selectContent{

View File

@@ -118,11 +118,11 @@ const { styleList, select } = toRefs(data);
Select the outfit that matches you the most. Select the outfit that matches you the most.
</div> </div>
</div> </div>
<div class="selectContent"> <div class="selectContent flex-1">
<SelectItem :selectList="styleList" v-model:select="select" @selectItem="selectItem" @updateStyle="updateStyle" /> <SelectItem :selectList="styleList" v-model:select="select" @selectItem="selectItem" @updateStyle="updateStyle" />
</div> </div>
<div class="footer"> <div class="footer">
<button @click.stop="toProduct">Continue</button> <button class="flex flex-center" @click.stop="toProduct">Continue</button>
</div> </div>
</div> </div>
<!-- <div class="footer placeholder"></div> --> <!-- <div class="footer placeholder"></div> -->
@@ -151,12 +151,14 @@ const { styleList, select } = toRefs(data);
font-weight: 700; font-weight: 700;
font-size: 9.6rem; font-size: 9.6rem;
line-height: 124%; line-height: 124%;
color: #000;
} }
> .info{ > .info{
font-size: 4rem; font-size: 4rem;
font-weight: 400; font-weight: 400;
line-height: 124%; line-height: 124%;
margin-top: 1.3rem; margin-top: 1.3rem;
color: rgba(0, 0, 0, 0.6);
} }
} }
.selectContent{ .selectContent{
@@ -166,16 +168,19 @@ const { styleList, select } = toRefs(data);
} }
.footer { .footer {
// position: fixed; // position: fixed;
margin-top: 4.4rem; // margin-top: 4.4rem;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: flex-end; justify-content: flex-end;
background-color: #f6f6f6; position: absolute;
right: 4.1rem;
bottom: 5.6rem;
// background-color: #f6f6f6;
&.placeholder{ &.placeholder{
position: relative; position: relative;
} }
> button { > button {
margin-right: 5rem; // margin-right: 5rem;
border-radius: .7rem; border-radius: .7rem;
border: 3px solid #000; border: 3px solid #000;
background-color: #000; background-color: #000;
@@ -184,6 +189,8 @@ const { styleList, select } = toRefs(data);
font-family: satoshiMedium; font-family: satoshiMedium;
font-size: 3.6rem; font-size: 3.6rem;
width: 24.6rem; width: 24.6rem;
height: 6.7rem;
box-sizing: border-box;
line-height: 6.7rem; line-height: 6.7rem;
} }
} }

View File

@@ -17,8 +17,8 @@
</div> </div>
<div class="footer" v-if="!isLoading"> <div class="footer" v-if="!isLoading">
<InputArea @send-message="handleSendMessage" /> <InputArea @send-message="handleSendMessage" />
<div class="continue"> <div class="continue flex">
<button class="btn" @click="handleContinue">Continue</button> <div class="btn flex flex-center" @click="handleContinue">Continue</div>
</div> </div>
</div> </div>
</template> </template>
@@ -306,8 +306,9 @@ const handleContinue = () => {
color: #fff; color: #fff;
text-align: right; text-align: right;
padding: 2.6rem 4.5rem; padding: 2.6rem 4.5rem;
flex-direction: row-reverse;
.btn { .btn {
border-radius: 7px; border-radius: 0.7rem;
background-color: #000; background-color: #000;
width: 24.6rem; width: 24.6rem;
height: 5.9rem; height: 5.9rem;

View File

@@ -74,7 +74,7 @@ const handleSelect = (value: string) => {
// flex: 1; // flex: 1;
text-align: center; text-align: center;
font-family: 'satoshiRegular'; font-family: 'satoshiRegular';
font-size: 6.4rem; font-size: 4.8rem;
width: 29.7rem; width: 29.7rem;
height: 8.3rem; height: 8.3rem;
border: .2rem solid #fff; border: .2rem solid #fff;