HTML代码如下:




  百度一下,你就知道
  


  
  
  
二维码

下载百度App

有事搜一搜 没事看一看

CSS代码如下:

*{
    padding: 0;
    margin: 0px;
}

.header{
    height: 60px;
    line-height: 60px;
}

.header .nav{
    list-style: none;
}

.header .nav li{
    float: right;
    margin-right: 20px;
}

.header .nav li a{
    color: #333;
    font-size: 13px;
    font-weight: 700;
}

.header .nav .more a{
    background-color: #38f;
    text-decoration: none;
    font-weight: normal;
    color: #fff;
    padding: 4px;
}

/* search style*/

.search{
    margin-top: 40px;
}

.search .logo{
    text-align: center;
}

.search .logo img{
    width: 270px;
    height: 129px;
}

.search .keyword{
    margin-top: 20px;
    text-align: center;
}

.search .keyword form div{
    display: inline-block;
}

.search .keyword form .inpWrapper input{
    width: 539px;
    height: 34px;
    border: 1px solid #b6b6b6;
}

.search .keyword form .btnWrapper input{
    width: 100px;
    height: 36px;
    background-color: #38f;
    color: #fff;
    font-size: 15px;
    border: none;
}

/*info style*/

.info{
    margin-top: 270px;
    text-align: center;
}

.info .weixin img{
    width: 60px;
    height: 60px;
}

.info .weixin p{
    margin-top: 4px
    font-weight: 600;
    font-size: 12px;
    color: #999;
}

.info .message{
    margin-top: 15px;
}

.info .message p{
    padding: 5px 0px;
}

.info .message p a, span{
    color: #999;
    font-size: 12px;
    margin-left: 10px;
}

.info .message .lineTwo .icon2{
    display: inline-block;
    background-position: -623px -96px;
    width: 14px;
    height: 17px;
    background-image: url('https://ss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/global/img/icons_5859e57.png');
}