update ui
This commit is contained in:
parent
cd4f2f593c
commit
4089e5763c
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 9.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 319 KiB |
|
|
@ -518,7 +518,7 @@ input {
|
|||
no-repeat;
|
||||
font-weight: bold;
|
||||
font-size: 0.3rem;
|
||||
color: #97221a;
|
||||
color: #E8424D;
|
||||
line-height: 0.53rem;
|
||||
text-align: center;
|
||||
margin: 0 auto 0;
|
||||
|
|
@ -529,9 +529,9 @@ input {
|
|||
background-color: #F9E9EA;
|
||||
border-top-left-radius: 0.2rem;
|
||||
border-top-right-radius: 0.2rem;
|
||||
font-weight: bold;
|
||||
font-weight: 400;
|
||||
font-size: 0.3rem;
|
||||
color: #97221a;
|
||||
color: #E8424D;
|
||||
line-height: 0.53rem;
|
||||
text-align: center;
|
||||
margin: 0.28rem auto 0;
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@ onMounted(() => {});
|
|||
.login_box {
|
||||
width: 100%;
|
||||
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;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
|
|
|
|||
|
|
@ -1,12 +1,11 @@
|
|||
<template>
|
||||
<div class="rule">
|
||||
<img class="rule-img" src="@/assets/img/rule.jpg" alt="" />
|
||||
<img class="rule-img" src="@/assets/v2/rule.jpg" alt="" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.rule-img{
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue