提交 5104f692 authored 作者: lihuihui's avatar lihuihui

修改fd登录页样式

上级 5a001ed0
...@@ -32,16 +32,24 @@ export default { ...@@ -32,16 +32,24 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.wrapper { .wrapper {
// display: flex;
// align-items: center;
// justify-content: center;
// height: 447px;
// margin-left: 200px;
padding: 50px; padding: 50px;
display: flex;
align-items: center;
justify-content: center;
box-flex: 1;
flex: 1;
box-align: center;
box-pack: center;
background: url(https://webapp-pub.ezijing.com/project/fd/bg.png); background: url(https://webapp-pub.ezijing.com/project/fd/bg.png);
background-size: cover; background-size: cover;
} }
.wrapper-box{ .wrapper-box{
display: flex;
flex-direction: column;
box-orient: vertical;
box-direction: normal;
justify-content: center;
min-height: 100vh;
.head-box{ .head-box{
background: rgba(169, 31, 59, 1); background: rgba(169, 31, 59, 1);
} }
...@@ -67,9 +75,10 @@ export default { ...@@ -67,9 +75,10 @@ export default {
} }
.main-box { .main-box {
width: 350px; width: 350px;
transform: translateX(70%);
// min-height: 500px; // min-height: 500px;
padding: 27px 40px 30px; padding: 27px 40px 30px;
margin: 0 auto; // margin: 0 auto;
background-color: #fff; background-color: #fff;
border-radius: 8px; border-radius: 8px;
border: 1px solid #dadce0; border: 1px solid #dadce0;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论