Andy 胡

导航

仿百度

<!DOCTYPE html>
<html>

    <head>
        <meta charset="utf-8" />
        <title>百度一下,你就知道</title>
        <style>
            
            /*logo和二维码都是居中的*/
            img{
                display: block;
                margin: 0px auto;
            }
    
            /*↓↓↓首航目录*/
            .menu{
                text-align: right;
            }
            .menu a:link{
                color: black;
            }
            .more_prod{
                padding: 10px;
                width: 100px;
                height: 20px;
                text-align: center;
                background-color: #38f;
                display: inline-block;
            }
            .more_prod a{
                color: white;
                text-decoration: none;
            }
            /*↑↑↑首航目录*/
            .logo{

                width: 300px;
            }
            /*↓↓↓输入*/
            .input_div{
                /*margin: 0px auto;*/
                text-align: center;
            }
            
            .baidu_input{
                width: 540px;
                height: 33px;
                border-color: #999;
            }
            .baidu_button{
                width: 100px;
                height: 36px;
                background: #3385ff;
                border: 1px solid #2d78f4;
                font-size: 15px;
                color: white;
            }


            /*↑↑↑输入*/
            .bottom_style{
                color: #999;
            }
            .bottom_style a{
                color: #999;
            }
            /*↓第一行底部链接,隔得开,特殊对待*/
            .link_line_1 a{
                padding: 20px;
            }
            /*↑第一行底部链接,隔得开,特殊对待*/
            .last-icon1{
                background-image: url(img/icons_5859e57.png);
                
                background-position-x: -600px;
                background-position-y: -95px;
                /*border: 1px red solid;*/
                display: inline-block;
                width: 14px;
                height: 17px;
            }
            .last-icon2{
                background-image: url(img/icons_5859e57.png);
                
                background-position-x: -622px;
                background-position-y: -95px;
                /*border: 1px red solid;*/
                display: inline-block;
                width: 14px;
                height: 17px;
            }
        </style>
    </head>

    <body>
        <div class="menu">
            <b>
            <a href="#">新闻</a>
            <a href="#">hao123</a>
            <a href="#">地图</a>
            <a href="#">视频</a>
            <a href="#">贴吧</a>
            <a href="#">学术</a>
            </b>
            <a href="#">登录</a>
            <a href="#">设置</a>
            <div class="more_prod">
                <a href="#">更多产品</a>
            </div>
        </div>
        <div style="height: 50px;">

        </div>
        <div>
            <img class="logo" src="img/bd_logo1.png" />
        </div>
        <div class="input_div">
            <input type="text" class="baidu_input" />
            <input type="submit" class="baidu_button" value="百度一下" />
        </div>
        <div style="height: 200px;">

        </div>
        <div style="text-align: center;">
            <img src="img/zbios_efde696.png" />
            <b>手机百度</b>
            <div class="bottom_style link_line_1">
                <a href="#">把百度设为主页</a>
                <a href="#">关于百度</a>
                <a href="#">About Baidu</a>
                <a href="#">百度推广</a>
            </div>
            <div class="bottom_style">©2017 Baidu 
                <a href="#" >使用百度前必读</a>
                <a href="#">意见反馈</a>
                京ICP证030173号
                <div class="last-icon1"></div>
                <a href="#">京公网安备11000002000001号</a>
                <div class="last-icon2"></div>
                <!--<img src="img/icons_5859e57.png"  />-->
            </div>
        </div>
    </body>
</html>

posted on 2017-09-20 14:32  talkwah  阅读(237)  评论(0编辑  收藏  举报