样式微调

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 { .homepageMsg {
height: 102px; height: 80px;
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
align-content: center; align-content: center;
@ -43,6 +43,7 @@
border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px;
opacity: 1; opacity: 1;
z-index: 99; z-index: 99;
border-bottom: 1px solid rgba(0,0,0,0.1);
} }
.homepageMsgItem { .homepageMsgItem {
display: flex; display: flex;

View File

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

View File

@ -91,7 +91,7 @@ function Login (e) {
</Form.Item> */} </Form.Item> */}
<Form.Item style={{marginTop: '68px'}}> <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> <a className='new-user' href='/register'>新用户注册</a>
</Form.Item> </Form.Item>
</Form> </Form>

View File

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