Commit 40218234 authored by tyyin lan's avatar tyyin lan

chore: 登录页样式调整

parent a56b59f8
......@@ -4,7 +4,7 @@ export const themeOverrides: GlobalThemeOverrides = {
common: {
primaryColor: '#000DFF',
primaryColorHover: '#575FFF',
primaryColorPressed: '#575FFF',
primaryColorPressed: '#4B52DB',
primaryColorSuppl: '#575FFF',
heightMedium: '32px',
borderRadius: '5px',
......
......@@ -298,9 +298,13 @@ function handleEmailCodeGain() {
<template>
<div class="bg-px-login-bg-png relative h-screen min-h-[750px] w-full min-w-[600px] bg-cover bg-center bg-no-repeat">
<div
class="bg-px-logo-png z-100 absolute left-[60px] top-[25px] h-[29px] w-[119px] bg-contain bg-center bg-no-repeat"
></div>
<div class="absolute right-[14%] top-1/2 h-[458px] w-[390px] -translate-y-1/2">
<div
class="h-full w-full rounded-[10px] bg-[#fff] px-[29px]"
class="h-full w-full rounded-[10px] bg-[#fff] px-[29px] shadow-2xl"
:class="{ 'animate-card-reverse': showCardReserveAnimation }"
style="transform-style: preserve-3d"
@animationend="onCardReserveAnimationEnd"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment