Merge branch 'addMenu' of codeup.aliyun.com:5f9118049cffa29cfdd3be1c/marketing/frontend into addMenu
This commit is contained in:
commit
853706ba2f
|
@ -63,7 +63,7 @@ export default class MouseMenu extends React.Component {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
<Icon type="close" className="closeMenu" onClick={this.closeMenuMask.bind(this)} />
|
{/* <Icon type="close" className="closeMenu" onClick={this.closeMenuMask.bind(this)} /> */}
|
||||||
</div>
|
</div>
|
||||||
</div>)
|
</div>)
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
.menuBody {
|
.menuBody {
|
||||||
width: 60vw;
|
width: 60vw;
|
||||||
margin-left: 287px;
|
margin-left: 287px;
|
||||||
background: #f1f2f3;
|
background: #fff;
|
||||||
position: relative;
|
position: relative;
|
||||||
.first_menu {
|
.first_menu {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -155,7 +155,7 @@
|
||||||
.moveMenu{
|
.moveMenu{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
// height: 400px;
|
// height: 400px;
|
||||||
background: #f1f2f3;
|
background: #fff;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 54px;
|
top: 54px;
|
||||||
z-index: 9;
|
z-index: 9;
|
||||||
|
@ -167,6 +167,6 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
background: rgba(0,0,0,0.8);
|
background: rgba(0,0,0,0.2);
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
}
|
}
|
Loading…
Reference in New Issue