更新登录页面和访问图标
parent
be3e482df7
commit
497e1fa1c1
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 480 KiB |
|
@ -179,14 +179,14 @@
|
||||||
height: 60px;
|
height: 60px;
|
||||||
padding-left: 56px;
|
padding-left: 56px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: -webkit-gradient(
|
//background: -webkit-gradient(
|
||||||
linear,
|
// linear,
|
||||||
right top,
|
// right top,
|
||||||
left top,
|
// left top,
|
||||||
from(rgba(67, 147, 250, 0.5)),
|
// from(rgba(67, 147, 250, 0.5)),
|
||||||
to(rgba(133, 182, 252, 0.5))
|
// to(rgba(133, 182, 252, 0.5))
|
||||||
);
|
//);
|
||||||
background: linear-gradient(120deg, rgb(255 255 255 / 90%), rgba(255, 255, 255, 0));
|
//background: linear-gradient(120deg, rgb(255 255 255 / 90%), rgba(255, 255, 255, 0));
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-image: url(/img/login_background.png);
|
background-image: url('@/assets/images/login_home.jpg');
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.login_background_front {
|
.login_background_front {
|
||||||
|
@ -130,7 +130,7 @@
|
||||||
height: 60px;
|
height: 60px;
|
||||||
padding-left: 56px;
|
padding-left: 56px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: linear-gradient(120deg, rgb(255 255 255 / 90%), rgba(255, 255, 255, 0));
|
//background: linear-gradient(120deg, rgb(255 255 255 / 90%), rgba(255, 255, 255, 0));
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<div class="login-wrapper">
|
<div class="login-wrapper">
|
||||||
<div class="login_background">
|
<div class="login_background">
|
||||||
<div class="logo_background">
|
<div class="logo_background">
|
||||||
<a
|
<!-- <a
|
||||||
:class="{ 'no-link': !sysBaseConfig.SNOWY_SYS_COPYRIGHT_URL }"
|
:class="{ 'no-link': !sysBaseConfig.SNOWY_SYS_COPYRIGHT_URL }"
|
||||||
:href="sysBaseConfig.SNOWY_SYS_COPYRIGHT_URL"
|
:href="sysBaseConfig.SNOWY_SYS_COPYRIGHT_URL"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
>
|
>
|
||||||
<img :alt="sysBaseConfig.SNOWY_SYS_NAME" :src="sysBaseConfig.SNOWY_SYS_LOGO" />
|
<img :alt="sysBaseConfig.SNOWY_SYS_NAME" :src="sysBaseConfig.SNOWY_SYS_LOGO" />
|
||||||
<label>{{ sysBaseConfig.SNOWY_SYS_NAME }}</label>
|
<label>{{ sysBaseConfig.SNOWY_SYS_NAME }}</label>
|
||||||
</a>
|
</a>-->
|
||||||
</div>
|
</div>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
<p>{{ sysBaseConfig.SNOWY_SYS_DEFAULT_DESCRRIPTION }}</p>
|
<p>{{ sysBaseConfig.SNOWY_SYS_DEFAULT_DESCRRIPTION }}</p>
|
||||||
|
@ -99,11 +99,11 @@
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-form>
|
</a-form>
|
||||||
</a-tab-pane>
|
</a-tab-pane>
|
||||||
<a-tab-pane key="userSms" :tab="$t('login.phoneSms')" force-render>
|
<!-- <a-tab-pane key="userSms" :tab="$t('login.phoneSms')" force-render>
|
||||||
<phone-login-form />
|
<phone-login-form />
|
||||||
</a-tab-pane>
|
</a-tab-pane>-->
|
||||||
</a-tabs>
|
</a-tabs>
|
||||||
<three-login />
|
<!-- <three-login />-->
|
||||||
</a-card>
|
</a-card>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue