前端
This commit is contained in:
parent
3fcb1adda3
commit
e13bc1e727
Binary file not shown.
Before Width: | Height: | Size: 226 KiB After Width: | Height: | Size: 748 KiB |
@ -69,7 +69,7 @@
|
|||||||
:loading="loading"
|
:loading="loading"
|
||||||
size="medium"
|
size="medium"
|
||||||
type="primary"
|
type="primary"
|
||||||
style="width:100%;line-height: 24px;font-size: 16px;"
|
style="width:100%;line-height: 24px;font-size: 16px;background: linear-gradient( 90deg, #FF8646 0%, #FFA360 100%); border: none "
|
||||||
@click.native.prevent="handleLogin"
|
@click.native.prevent="handleLogin"
|
||||||
>
|
>
|
||||||
<span v-if="!loading">立即登录</span>
|
<span v-if="!loading">立即登录</span>
|
||||||
@ -121,7 +121,7 @@
|
|||||||
:loading="loading"
|
:loading="loading"
|
||||||
size="medium"
|
size="medium"
|
||||||
type="primary"
|
type="primary"
|
||||||
style="width:100%;line-height: 24px;font-size: 16px;"
|
style="width:100%;line-height: 24px;font-size: 16px;background: linear-gradient( 90deg, #FF8646 0%, #FFA360 100%);border: none"
|
||||||
@click.native.prevent="posttelcode()"
|
@click.native.prevent="posttelcode()"
|
||||||
>
|
>
|
||||||
<span v-if="!loading">立即登录</span>
|
<span v-if="!loading">立即登录</span>
|
||||||
@ -298,9 +298,11 @@ export default {
|
|||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
background-image: url("../assets/images/backbbj.png");
|
background: url("../assets/images/loginback.png") no-repeat;
|
||||||
|
background-size:100% 100%;
|
||||||
|
background-attachment:fixed;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-size: cover;
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
.box-center{
|
.box-center{
|
||||||
|
Loading…
Reference in New Issue
Block a user