This commit is contained in:
X1627315083
2025-07-24 09:26:27 +08:00
parent 53b4a15b92
commit 1dfb5a9d8f
12 changed files with 190 additions and 53 deletions

View File

@@ -25,7 +25,7 @@
AiDA, a first-to-market technology that empowers fashion designers, based on their creative inspirations, to work with AI to create original designs.
</div>
</div>
<div class="loginBox">
<div class="loginBox" :class="{'active':loginType}">
<div class="selectType" v-show="!loginType">
<div class="text">Continue with one of these:</div>
<div class="typeList">
@@ -33,11 +33,11 @@
Individual
</div>
<div class="gallery_btn" @click="setLoginType('school')">
Enterprise
</div>
<div class="gallery_btn" @click="setLoginType('enterprise')">
Academic
</div>
<!-- <div class="gallery_btn" @click="setLoginType('enterprise')">
Enterprise
</div> -->
</div>
</div>
<div class="login" v-show="loginType">
@@ -220,6 +220,9 @@ export default defineComponent({
> .loginBox {
width: 44rem;
margin-top: 7rem;
&.active{
width: 53rem;
}
> .selectType {
width: 100%;
text-align: center;