When the mouse points up, the page slowly pulls down. How to do this?
叄贰壹
叄贰壹 2020-02-05 23:23:56
0
0
1292


.nav-item:hover .mi_phone{    display: block;}
/*下拉*/

.mi_phone{    margin-top: 40px;    border-top: 1px solid #aaa;    box-shadow: 0px 3px 10px 0px #909090;    height: 230px;    width: 200%;    position: absolute;    background: #fff;    z-index: 22;    left: -300px;    display: none;}

叄贰壹
叄贰壹

reply all(0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template