草稿

<style>
		.layui-layout-admin .layui-body {
			top: 5px !important;
			bottom: 44px;
			z-index: 201
		}
		.topLevelMenus>li:hover .divMenu{
			display: block;
		}
		.topLevelMenus>li::before{
			content: '';
			display: block;
			border-style: solid; 
			border-width: 10px 100px; 
			border-color:  transparent;
			position: absolute; left: 0; top: 45px;
			z-index: 2001;
		}
		.divMenu {
			position: absolute;
			top: 55px;
			left: 0px;
			width: 800px;
			height: 300px;
			background-color: rgb(194, 200, 218);
			display: none;
			padding: 5px;
			box-shadow: 0 2px 4px rgba(0,0,0,.12);
			border: 1px solid #d2d2d2;
			z-index: 100;
			border-radius: 5px;
		}
		
	</style>
posted @ 2019-02-21 11:02  深蓝卷墨  阅读(110)  评论(0编辑  收藏  举报