JS实现下拉菜单列表与登录注册弹窗效果

前端之家收集整理的这篇文章主要介绍了JS实现下拉菜单列表与登录注册弹窗效果前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

下拉菜单列表

*{ margin: 0px; padding: 0px; } .menu{ width: 1100px; height: 30px; background-image: url(img/魅力罗兰Music炫图18.jpg); margin-left: 200px; margin-top: 50px; } .btn{ width: 183.3px; height: 30px; float: left; text-align: center; line-height: 30px; font-size: 14px; position: relative; overflow: hidden; transition: 0.5s; } .btn:hover{ cursor: pointer; background-color: burlywood; color: white; max-height: 200px; overflow: visible; } .btn ul{ list-style: none; background-color: #008000; }
  • 流行
  • 摇滚
  • 蓝调
  • 民谣
  • 内地
  • 欧美
  • 日韩
  • 港台
  • 钢琴
  • 小提琴
  • 吉他
  • 架子鼓
  • 京剧
  • 话剧
  • 豫剧
  • 黄梅戏
  • 新曲
  • 唱片
  • MV
  • 登录注册弹窗效果

    <Meta charset="UTF-8">