Commit 50721d63 authored by 前端-许佳敏's avatar 前端-许佳敏

style:优化登录页布局

parent 77e00537
......@@ -8,6 +8,9 @@
position: relative;
background: @white;
}
.loginWrap {
padding: 141px 0 102px;
}
.loginMain {
background: @white;
padding: 64px 56px 0;
......@@ -27,4 +30,29 @@
}
.loginVerBtn {
background: #EBF7F2;
}
// register
.register {
width: 100%;
&>h3 {
padding: 40px 0;
text-align: center;
font-size: 32px;
margin-bottom: 0;
}
}
.registerBox {
width: 100%;
height: 700px;
background: #fff;
}
.stepWrap {
height: 72px;
background: #FAFBFC;
padding: 0 115px;
display: flex;
align-items: center;
}
\ No newline at end of file
......@@ -12,6 +12,10 @@ interface CssExports {
'loginItem': string;
'loginMain': string;
'loginVerBtn': string;
'loginWrap': string;
'register': string;
'registerBox': string;
'stepWrap': string;
'thirdLogin': string;
}
export const cssExports: CssExports;
......
......@@ -10,7 +10,7 @@ import LoginWrap from './components/loginWrap';
const User: React.FC = () => {
return (
<Row className={cx(globalStyles.lingxiBusinessContent1024)}>
<Row className={cx(styles.loginWrap, globalStyles.lingxiBusinessContent1024)}>
<Col className={cx(styles.loginItem, styles.loginDesc)}>
left
</Col>
......
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