栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > Web开发 > JavaScript

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

JavaScript 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

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;
    }
    
  
  
  
    
      罗兰首页
      歌曲专栏
 
  • 流行
  • 摇滚
  • 蓝调
  • 民谣
音乐人专栏
  • 内地
  • 欧美
  • 日韩
  • 港台
乐器专栏
  • 钢琴
  • 小提琴
  • 吉他
  • 架子鼓
戏曲专栏
  • 京剧
  • 话剧
  • 豫剧
  • 黄梅戏
魅力ROLAND体验区
  • 新曲
  • 唱片
  • MV

登录注册弹窗效果



  
    
    
    
      * {
 margin: 0px;
 padding: 0px;
      }
      
      .login {
 width: 100px;
 height: 30px;
 font-size: 25px;
 line-height: 30px;
 border: 1px solid black;
 text-align: center;
 background-color: darkcyan;
 color: white;
      }
      
      .login:hover {
 cursor: pointer;
 background-color: greenyellow;
      }
      
      .mask {
 width: 100%;
 background-color: black;
 opacity: 0.5;
 position: absolute;
 top: 0px;
 left: 0px;
 z-index: 90;
      }
      
      .log-div {
 width: 500px;
 height: 300px;
 background-color: white;
 position: fixed;
 z-index: 99;
      }
    
  

  
    
    
    登 录
    

123

123

123

123

123

123

123

123

123

123

123

123

123

123

123

123

123

123

123

123

123

123

123

123

123

123

123

以上这篇JS实现下拉菜单列表与登录注册弹窗效果就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持考高分网。

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/85747.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号