调整营销系统导航栏样式
This commit is contained in:
parent
8e018a51cc
commit
f1b1a35601
|
@ -63,7 +63,7 @@ export default class MouseMenu extends React.Component {
|
|||
})
|
||||
}
|
||||
</div>
|
||||
<Icon type="close" className="closeMenu" onClick={this.closeMenuMask.bind(this)} />
|
||||
{/* <Icon type="close" className="closeMenu" onClick={this.closeMenuMask.bind(this)} /> */}
|
||||
</div>
|
||||
</div>)
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
.menuBody {
|
||||
width: 60vw;
|
||||
margin-left: 287px;
|
||||
background: #f1f2f3;
|
||||
background: #fff;
|
||||
position: relative;
|
||||
.first_menu {
|
||||
display: flex;
|
||||
|
|
|
@ -155,7 +155,7 @@
|
|||
.moveMenu{
|
||||
width: 100%;
|
||||
// height: 400px;
|
||||
background: #f1f2f3;
|
||||
background: #fff;
|
||||
position: fixed;
|
||||
top: 54px;
|
||||
z-index: 9;
|
||||
|
@ -167,6 +167,6 @@
|
|||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: rgba(0,0,0,0.8);
|
||||
background: rgba(0,0,0,0.2);
|
||||
z-index: 5;
|
||||
}
|
Loading…
Reference in New Issue