合并画布,部分样式调整

This commit is contained in:
X1627315083
2025-06-26 15:41:08 +08:00
parent fd05c70937
commit fc6d8d4c8d
75 changed files with 1772 additions and 672 deletions

View File

@@ -9,7 +9,7 @@
<div class="title">5 000 000 +</div>
<div>HAPPY USERS</div>
</div>
<div class="info">Millions trust AI products every day</div>
<div class="info">AI that millions trust, every single day</div>
</div>
</div>
</div>
@@ -17,22 +17,22 @@
<div class="Text" v-show="!loginType">
<div class="title">Join millions <br />using AI every day</div>
<div class="info">
Experience secure,spam-free support that empowers you to grow,
create,and succeed with confidence
Enjoy secure, clutter-free AI support designed to help you grow, create, and
succeed
</div>
</div>
<div class="loginBox">
<div class="selectType" v-show="!loginType">
<div class="text">Continue with one of these:</div>
<div class="text">Continue as:</div>
<div class="typeList">
<div class="gallery_btn white" @click="setLoginType('personal')">
personal
Personal User
</div>
<div class="gallery_btn white" @click="setLoginType('school')">
school
School/Education
</div>
<div class="gallery_btn white" @click="setLoginType('enterprise')">
enterprise
Business
</div>
</div>
</div>