Commit b2948971 by wufan

style:登录页高度超出隐藏

parent 8a1eb9c9
......@@ -153,7 +153,7 @@ function Login(props) {
<div className="login-page" >
<div className="login-main">
<div className="left-banner">
<div className="img-box"><img src="https://image.xiaomaiketang.com/xm/tFsjQktcQh.png" alt="" /></div>
<div className="img-box"><img src="https://image.xiaomaiketang.com/xm/CDCcdAdaPs.png" alt="" /></div>
</div>
<div className="login-box">
<div className="left-top-block color-block"></div>
......
......@@ -6,6 +6,7 @@
min-width: 1200px;
background: #F4F6FA;
height: 100%;
overflow-y: hidden;
.login-main {
min-width: 1200px;
display: flex;
......@@ -455,7 +456,7 @@
text-align:center;
&:hover {
opacity: 0.7;
background: linear-gradient(90deg, #2966FF 0%, #ffad34 100%);
background: #5C8AFF;
}
}
}
......
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