no message
Former-commit-id: dd28267f37471fe7fac69985fbc9483ff388d3f2 Former-commit-id: 97ba0a6a8a0c1a6a90997dbe087a7ce838b205ab Former-commit-id: e3e61e68f951891ab379f7cd99c1f0ce250a1408
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="login" id="login"></div>
|
<div class="login-page">
|
||||||
|
<div class="layer bg" id="login"></div>
|
||||||
|
<div class="layer">
|
||||||
|
<el-card class="form-group"></el-card>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@@ -16,14 +21,28 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.login {
|
.login-page {
|
||||||
background-color: #EDF4FA;
|
background-color: #EDF4FA;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
position: relative;
|
||||||
|
// 层
|
||||||
|
.layer {
|
||||||
|
position: absolute;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
// 登陆表单
|
||||||
|
.form-group {
|
||||||
|
box-shadow: 0 0 8px 0 rgba(232,237,250,.6), 0 2px 4px 0 rgba(232,237,250,.5);
|
||||||
|
}
|
||||||
|
// 背景
|
||||||
|
.bg {
|
||||||
canvas {
|
canvas {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user