update ui

This commit is contained in:
weichengwu 2025-11-23 11:06:28 +08:00
parent cd4f2f593c
commit 4089e5763c
6 changed files with 5 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

BIN
src/assets/v2/login-bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
src/assets/v2/rule.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 KiB

View File

@ -518,7 +518,7 @@ input {
no-repeat; no-repeat;
font-weight: bold; font-weight: bold;
font-size: 0.3rem; font-size: 0.3rem;
color: #97221a; color: #E8424D;
line-height: 0.53rem; line-height: 0.53rem;
text-align: center; text-align: center;
margin: 0 auto 0; margin: 0 auto 0;
@ -529,9 +529,9 @@ input {
background-color: #F9E9EA; background-color: #F9E9EA;
border-top-left-radius: 0.2rem; border-top-left-radius: 0.2rem;
border-top-right-radius: 0.2rem; border-top-right-radius: 0.2rem;
font-weight: bold; font-weight: 400;
font-size: 0.3rem; font-size: 0.3rem;
color: #97221a; color: #E8424D;
line-height: 0.53rem; line-height: 0.53rem;
text-align: center; text-align: center;
margin: 0.28rem auto 0; margin: 0.28rem auto 0;

View File

@ -149,7 +149,7 @@ onMounted(() => {});
.login_box { .login_box {
width: 100%; width: 100%;
min-height: 15.22rem; min-height: 15.22rem;
background: url("@/assets/img/login-bg.png") top center / 100% 15.22rem background: url("@/assets/v2/login-bg.jpg") top center / 100% 15.22rem
no-repeat; no-repeat;
overflow: hidden; overflow: hidden;
position: relative; position: relative;

View File

@ -1,12 +1,11 @@
<template> <template>
<div class="rule"> <div class="rule">
<img class="rule-img" src="@/assets/img/rule.jpg" alt="" /> <img class="rule-img" src="@/assets/v2/rule.jpg" alt="" />
</div> </div>
</template> </template>
<style scoped lang="scss"> <style scoped lang="scss">
.rule-img{ .rule-img{
width: 100vw; width: 100vw;
height: 100vh;
} }
</style> </style>