.app-main .main-header{
position: relative;
display: flex;
height: 70px;
background-color: #f5f5f7;
box-sizing: border-box;
border-bottom: 1px solid #cdd0d1;
cursor: pointer;
}
.app-main .main-header .header-dialog{
display: none;
position: absolute;
top: 80px;
left: 45px;
width: 120px;
height: 135px;
padding: 25px;
background-color: #fff;
box-sizing: border-box;
z-index: 1000;
box-shadow:1px 1px 5px 5px rgba(6, 15, 24, 0.1)
}
hoverFn()
function hoverFn(){
$('.app-main .main-header .header-left').hover(function(){
$('.app-main .main-header .header-dialog').fadeToggle();
})
}
拉丁的传说
四季花海
隔江千里
慕神8447489
相关分类