login页面
This commit is contained in:
parent
9d77f08b83
commit
12d3276679
|
@ -36,6 +36,11 @@
|
||||||
登录
|
登录
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-form>
|
</el-form>
|
||||||
|
<div class="icp">
|
||||||
|
鲁ICP备
|
||||||
|
<s>1145141919号-810</s>
|
||||||
|
</div>
|
||||||
|
<div class="copyright">© 2024 洛洛希雅Lolosia</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -166,8 +171,8 @@ $light_gray: #eee;
|
||||||
background-image: url('./1712042358737.jpg');
|
background-image: url('./1712042358737.jpg');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position-x: right;
|
background-position-x: 65%;
|
||||||
background-position-y: center;
|
background-position-y: 75%;
|
||||||
|
|
||||||
.login-form {
|
.login-form {
|
||||||
width: 360px;
|
width: 360px;
|
||||||
|
@ -195,6 +200,20 @@ $light_gray: #eee;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icp {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0.5em;
|
||||||
|
left: 2em;
|
||||||
|
color: #fffb;
|
||||||
|
}
|
||||||
|
|
||||||
|
.copyright {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0.5em;
|
||||||
|
right: 2em;
|
||||||
|
color: #fffb;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-hero {
|
.login-hero {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user