forked from Gitlink/forgeplus-react
修改样式问题
This commit is contained in:
parent
b138d774fc
commit
1162d7e7f4
|
|
@ -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{
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue