Merge branch 'addMenu' of codeup.aliyun.com:5f9118049cffa29cfdd3be1c/marketing/frontend into addMenu

This commit is contained in:
wangsongsole 2022-06-13 18:05:56 +08:00
commit 853706ba2f
3 changed files with 4 additions and 4 deletions

View File

@ -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>)
}

View File

@ -2,7 +2,7 @@
.menuBody {
width: 60vw;
margin-left: 287px;
background: #f1f2f3;
background: #fff;
position: relative;
.first_menu {
display: flex;

View File

@ -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;
}