| | |
| | | <template> |
| | | <div class="bei"> |
| | | <div class=""> |
| | | <div class="BeiArea"> |
| | | <!-- 左侧图片 --> |
| | | <div class="Left-img" > |
| | | <img src="@/assets/imgs/bei4.png" alt=""/> |
| | | <div class="Left-img" > |
| | | <img src="@/assets/imgs/bei6-1.png" alt=""/> |
| | | </div> |
| | | <!-- 右边的登录界面 --> |
| | | <Transition appear enter-active-class="animate__animated animate__bounceInRight"> |
| | |
| | | </template> |
| | | <script lang="ts" setup> |
| | | import { underlineToHump } from '@/utils' |
| | | |
| | | import { useDesign } from '@/hooks/web/useDesign' |
| | | import { useAppStore } from '@/store/modules/app' |
| | | import { ThemeSwitch } from '@/layout/components/ThemeSwitch' |
| | |
| | | .bei{ |
| | | width: 100%; |
| | | height: 100%; |
| | | background-image: url('@/assets/imgs/bei3.png'); |
| | | background-size: 100% 100%; |
| | | background-repeat: no-repeat; |
| | | background-color: #061C43; |
| | | } |
| | | .form-box{ |
| | | width: 25%; |
| | | .bei .BeiArea{ |
| | | width: 100%; |
| | | height: 100%; |
| | | display: flex; |
| | | justify-content: space-around; |
| | | align-items: center; |
| | | } |
| | | .bei .BeiArea .form-box{ |
| | | width: 30%; |
| | | padding: 20px; |
| | | box-sizing: border-box; |
| | | background: #fff; |
| | | float: right; |
| | | margin-top: 30vh; |
| | | margin-right: 10vw; |
| | | } |
| | | |
| | | .Left-img{ |
| | | float: left; |
| | | width: 50%; |
| | | margin-top: 4vh; |
| | | margin-left: 60px; |
| | | .bei .BeiArea .Left-img{ |
| | | width: 677px; /* 这个地方的值必须用死值 */ |
| | | } |
| | | |
| | | .Left-img img{ |
| | | .bei .BeiArea .Left-img img{ |
| | | width: 100%; |
| | | } |
| | | |
| | |
| | | |
| | | .form-box{ |
| | | width: 80%; |
| | | float: left; |
| | | margin-left: 10%; |
| | | margin-right: 0; |
| | | margin-top: calc( 50vh - 100px ); |
| | | } |
| | | |
| | | .Left-img{ |