Commit f1a05e3b authored by mahui's avatar mahui

init

parent ff1ca48e
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="logo">@浙江丹靓环境工程有限公司</div>
</div> </div>
</template> </template>
...@@ -71,6 +72,7 @@ ...@@ -71,6 +72,7 @@
</script> </script>
<style lang="less"> <style lang="less">
.login{ .login{
position: relative;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url("../assets/img/login-bg.png") no-repeat center 100%/cover; background: url("../assets/img/login-bg.png") no-repeat center 100%/cover;
...@@ -156,6 +158,13 @@ ...@@ -156,6 +158,13 @@
} }
} }
} }
.logo{
position: absolute;
bottom: 22px;
right: 24px;
color: #ccc;
z-index: 10;
}
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment