调整营销系统导航栏样式

This commit is contained in:
Apple 2022-06-13 17:26:57 +08:00
parent 8e018a51cc
commit f1b1a35601
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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