部分页面样式调整

This commit is contained in:
X1627315083
2025-06-30 10:53:25 +08:00
parent 6fc2a8fc57
commit 3ce63ea3a7
60 changed files with 1326 additions and 430 deletions

View File

@@ -125,7 +125,7 @@
<i @click="UpgradePlan" title="Purchase" class="fi fi-rr-shop"></i>
</div>
</div>
<div v-if="userDetail.systemUser == 0 || userDetail.systemUser == 3" @click="openUpgradeToPro" class="gallery_btn gallery_btn_radius" style="width: 100%;">Upgrade to Pro</div>
<div v-if="userDetail.systemUser != 0 || userDetail.systemUser == 3" @click="openUpgradeToPro" class="gallery_btn gallery_btn_radius" style="width: 100%;">Upgrade to Pro</div>
</div>
</div>
<div class="rightBox">

File diff suppressed because one or more lines are too long

View File

@@ -751,6 +751,7 @@ export default defineComponent({
const setSpeed = (item:any)=>{
speed.speedData = item
speed.speedState = false
document.removeEventListener('click',openSpeed)
}
watch(()=>scene,(newVal,oldVal)=>{
console.log(newVal)

View File

@@ -1,8 +1,11 @@
<template>
<div class="loginPage">
<div class="left">
<!-- :isScroll="!isMask" -->
<Works :autoscroll="true" :position="'login'"></Works>
<div class="imgBox">
<img src="@/assets/images/homePage/loginLeftImg1.png" alt="">
<img src="@/assets/images/homePage/loginLeftImg2.png" alt="">
</div>
<!-- <Works :autoscroll="true" :position="'login'"></Works>
<div class="mask" v-show="isMask" @click="() => (isMask = !isMask)">
<div class="content">
<div class="userNum">
@@ -11,28 +14,27 @@
</div>
<div class="info">AI that millions trust, every single day</div>
</div>
</div>
</div> -->
</div>
<div class="right">
<div class="Text" v-show="!loginType">
<div class="title">Join millions <br />using AI every day</div>
<div class="title">Welcome to AiDA <br />Bloom Your Creativity</div>
<div class="info">
Enjoy secure, clutter-free AI support designed to help you grow, create, and
succeed
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="selectType" v-show="!loginType">
<div class="text">Continue as:</div>
<div class="text">Continue with one of these</div>
<div class="typeList">
<div class="gallery_btn white" @click="setLoginType('personal')">
Personal User
Individual
</div>
<div class="gallery_btn white" @click="setLoginType('school')">
School/Education
Enterprise
</div>
<div class="gallery_btn white" @click="setLoginType('enterprise')">
Business
Academic
</div>
</div>
</div>
@@ -119,6 +121,19 @@ export default defineComponent({
width: 60%;
background: #f7f8fa;
position: relative;
background: #fff;
> .imgBox{
width: 70%;
background: #fff;
margin: 0 auto;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
> img{
width: 100%;
}
}
> .mask {
position: absolute;
width: 100%;