update
This commit is contained in:
parent
11f2487742
commit
7b68534636
@ -139,7 +139,7 @@ export default defineComponent({
|
||||
.login-page {
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
background: linear-gradient(135deg, #fff8e1 0%, #ffe082 100%);
|
||||
background: linear-gradient(135deg, #f0f7ff 0%, #c6e2ff 100%);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
@ -156,7 +156,7 @@ export default defineComponent({
|
||||
|
||||
.login-left {
|
||||
width: 40%;
|
||||
background: linear-gradient(135deg, #FFC300 0%, #e6b000 100%);
|
||||
background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%);
|
||||
color: white;
|
||||
padding: 40px;
|
||||
display: flex;
|
||||
@ -247,14 +247,14 @@ export default defineComponent({
|
||||
.login-button {
|
||||
height: 48px;
|
||||
font-size: 16px;
|
||||
background: #FFC300;
|
||||
border-color: #FFC300;
|
||||
background: #1890ff;
|
||||
border-color: #1890ff;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.login-button:hover {
|
||||
background: #ffcf33;
|
||||
border-color: #ffcf33;
|
||||
background: #40a9ff;
|
||||
border-color: #40a9ff;
|
||||
}
|
||||
|
||||
.login-footer {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user