style: 文案和样式修改
This commit is contained in:
@@ -2,13 +2,16 @@
|
||||
<div class="login-page">
|
||||
<div class="content">
|
||||
<div class="back-button" @click="goBack">
|
||||
<SvgIcon name="left" size="50" color="#fff" />
|
||||
<SvgIcon name="left" size="50" color="#fff" />
|
||||
</div>
|
||||
|
||||
<div class="header">
|
||||
<div class="title">Log in.</div>
|
||||
<p class="subtitle">Redefine the styling experience with AI.</p>
|
||||
<p class="subtitle">Use Styling Angel to speed up your fashion journey.</p>
|
||||
<div class="title">Staff Login.</div>
|
||||
<p class="subtitle">
|
||||
<span>Experience our personalised styling journey with</span>
|
||||
<br />
|
||||
<span>Lane Crawford.</span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="login-container">
|
||||
@@ -32,7 +35,11 @@
|
||||
<img :src="google" class="google-icon" />
|
||||
Sign in with Google
|
||||
</div> -->
|
||||
<GoogleLogin @googelLogin="handleGoogleLogin" ref="googleLoginRef" @click="clickGooleLogin"></GoogleLogin>
|
||||
<GoogleLogin
|
||||
@googelLogin="handleGoogleLogin"
|
||||
ref="googleLoginRef"
|
||||
@click="clickGooleLogin"
|
||||
></GoogleLogin>
|
||||
<div class="sign-up-button" @click="handleSignup">Don’t have an account? Sign Up</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -183,7 +190,7 @@ const handleSignup = () => {
|
||||
cursor: pointer;
|
||||
z-index: 3;
|
||||
font-size: 3.4rem;
|
||||
.c-svg{
|
||||
.c-svg {
|
||||
width: initial;
|
||||
height: initial;
|
||||
}
|
||||
@@ -191,12 +198,14 @@ const handleSignup = () => {
|
||||
|
||||
.header {
|
||||
margin-top: 1.42rem;
|
||||
padding-left: 15.5rem;
|
||||
padding-left: 14.5rem;
|
||||
padding-right: 14.3rem;
|
||||
color: white;
|
||||
font-family: 'satoshiRegular';
|
||||
.title {
|
||||
font-size: 11rem;
|
||||
font-weight: bold;
|
||||
font-weight: 700;
|
||||
margin-bottom: 0.8rem;
|
||||
color: white;
|
||||
font-family: 'satoshiBold';
|
||||
@@ -226,11 +235,7 @@ const handleSignup = () => {
|
||||
position: relative;
|
||||
width: calc(100% - 28.4rem);
|
||||
height: 107.8rem;
|
||||
background: radial-gradient(
|
||||
100% 100% at 0% 0%,
|
||||
rgba(0, 0, 0, 0.4) 0%,
|
||||
rgba(0, 0, 0, 0.2) 100%
|
||||
);
|
||||
background: radial-gradient(100% 100% at 0% 0%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%);
|
||||
backdrop-filter: blur(35px);
|
||||
-webkit-backdrop-filter: blur(35px);
|
||||
-moz-backdrop-filter: blur(35px);
|
||||
|
||||
Reference in New Issue
Block a user