专题文章
时长:00:00更新时间:2020-11-27 18:51:44
下拉菜单模拟效果图。CSS3。;<;style>;#box{width:200px;height:50px;overflow:hidden;cursor: pointer;transition: all 0.35s;} #box:hover{height:250px;} #box ul{list-style:none;margin:0;padding:0;} #box ul li{width:198px;height:48px;line-height: 50px;text-align: center;border:1px red solid;background:#000000;color:white;} <;/style>。HTML。
查看详情