修改样式问题

This commit is contained in:
何童崇 2022-03-31 10:39:31 +08:00
parent b138d774fc
commit 1162d7e7f4
2 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
.qz2022Container{
padding-top:0;
padding-top:0 !important;
background:#fff ;
}
.qz-login{
position: absolute;
right: 20px;
top: 20px;
right: 70px;
top: 0;
color: #fff;
.login-box{
a:hover{

View File

@ -33,7 +33,7 @@ function Chat({ form, showNotification, match, history }) {
</div>
{/* style={{display:'flex', width: '1200px', margin:'30px auto',padding: '0 120px',justifyContent: 'space-between', background: 'white'}} */}
{/* style={{display:'flex',alignItems: 'center'}} */}
<div className="links">
<div className="links qz_main">
<div onClick={() => { window.open('https://fc.osredm.com/forums/theme/107') }}>
<img src={chat1}></img>
<div>参赛咨询</div>