0
点赞
收藏
分享

微信扫一扫

河北银行的项目

木樨点点 2022-03-13 阅读 32
*{
    margin: 0 auto;
    padding: 0;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
.nav-top{
    width: 1200px;
    height: 30px;
    line-height: 30px;
}
.nav-top>.list{
    float: right;
}
.nav-top>.search{
    text-align: right;
    clear: both;
}
.nav-top .keywords{
    border: 0;
    background: #EEEEEE;
    height: 25px;
    line-height: 25px;
    border-radius: 15px;
}
.nav-top .img{
    height: 30px;
}
.nav-top .text{
    color: #E94017;

}
.nav-top li{
    float: left;
    margin-right: 8px;
}
.nav-top a{
    color: #959595;
    font-size: 14px;
}
.nav-bottom{
    width: 1200px;
    
}
.nav-bottom a{
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #959595;
    font-style: 14px;
    margin-right: 15px;
    vertical-align: middle;
    text-align: center;
}
.nav-bottom a:hover{
    color: #fff;
    background: #E94017;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.banner{
    width: 1349px;
    height: 300px;
    background-image: no-repeat url(img/banner.jpg);

}
举报

相关推荐

0 条评论