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

web前端日常更新 8.8

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

web前端日常更新 8.8

还是分享一下自己写过的东西吧:

代码段:

HTML:


  
    
    
    
    
    
            
          
          
              
            

    Bootstrap中文文档
  • 入门
  • 全局css样式
  • 组件
  • JavaScript插件
  • 定制
  • 网站实例
  1. v3
  2. 优站精选
  3. 官方博客
  4. 返回Bootstrap中文网

css:

body {
    height: 2000px;
}

.nav-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.nav {
    padding: 0 15px;
    color: #523e78;
    height: 50px;
    line-height: 50px;
}

.nav>.title {
    margin: 0 auto;

}

.title>h2 {
    float: left;
}

.title>.titleIcon {
    float: right;

}

.title>.titleIcon>i {
    color: #523e78;
    font-size: 14px;
    height: 34px;
    line-height: 20px;
    padding: 9px 10px;
    border-radius: 5px;
}

.title>.titleIcon>i:hover {
    background-color: #ccc;
}

.title>.titleIcon>i:active {
    background-color: #ccc;

}

.clearfix::after {
    content: '';
    display: table;
    clear: both;
}


.nav-list {
    margin: 0 -15px;
    display: none;
}

.nav-list li:hover {
    background-color: #f9f9fa;
}

.nav-list a {
    color: #523e78;
    padding: 10px 15px;
}

.background-pic {
   padding-top: 50px;
}


img {
    width: 100%;
}



@media all and (min-width:768px) {
    .nav{
        width: 720px;
        margin: 0 auto;
        padding: 0 40px;
    }
    
    .title{
        display: none;
    } 

    .nav-list{
        display: block;
    }
    .nav-listH2{
        display: block;
    }
    .nav-list-right{
        display: none;
    }
    .nav-list li,.nav-list h2{
        float: left;
    }
    .navList >ul>li{
        font-size: 14px;
        font-weight: bold;
    }
    
}
@media all and (min-width:968px) {
    .nav{
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
    }
    .nav-list-right{
        display: block;
        float: right;
    }
    .navList >ol>li{
        font-size: 14px;
        font-weight: bold;
    }
}

效果图:

 

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

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

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