样式微调

This commit is contained in:
王东 2023-11-08 17:31:50 +08:00
parent 22db8d373d
commit 78dc34b2f8
4 changed files with 6 additions and 4 deletions

View File

@ -34,7 +34,7 @@
}
// 顶部信息
.homepageMsg {
height: 102px;
height: 80px;
display: flex;
justify-content: space-around;
align-content: center;
@ -43,6 +43,7 @@
border-radius: 10px 10px 10px 10px;
opacity: 1;
z-index: 99;
border-bottom: 1px solid rgba(0,0,0,0.1);
}
.homepageMsgItem {
display: flex;

View File

@ -189,12 +189,13 @@ body {
// header
#header {
width: 100%;
height: 69px;
height: 60px;
background: #FFFFFF;
opacity: 1;
padding: 22px 68px;
position: relative;
z-index: 999;
border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header-left {
float: left;

View File

@ -91,7 +91,7 @@ function Login (e) {
</Form.Item> */}
<Form.Item style={{marginTop: '68px'}}>
<Button type="primary" htmlType="submit" style={{height: '72px'}} block>密码登录</Button>
<Button type="primary" htmlType="submit" style={{height: '60px'}} block>密码登录</Button>
<a className='new-user' href='/register'>新用户注册</a>
</Form.Item>
</Form>

View File

@ -116,7 +116,7 @@ function VerificationCodeLogin (e) {
}}
style={{marginTop: '68px'}}
>
<Button type="primary" htmlType="submit" style={{height: '72px'}} block>
<Button type="primary" htmlType="submit" style={{height: '60px'}} block>
验证码登录
</Button>
<a className='new-user'>新用户注册</a>