polo360

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>polo</title>
    <style type="text/css">
        body{
            background: url(beij.png) repeat-x;
        }

        /*解决高度塌陷clearfix*/
        .clearfix:before,
        .clearfix:after{
            content: "";
            display: table;
            clear: both;
        }
        .clearfix{
            zoom:1;
        }

        .w{
            width: 940px;
            margin: 0 auto;
        }

        .header{
            padding-top: 37px;
            padding-bottom: 46px;
        }
        .logo{
            margin-left: 15px;
        }

        /*设置导航条*/
        .nav{
            float: right;
            margin-top: 22px;
        }

        .nav li{
            float: left;
            padding: 0 10px 8px;
            border-left: 1px #d6d6d6 dotted;
        }

        /*设置导航条中的超链接*/
        .nav a{
            color: #666;
            font: bold 15px Georgia;
            text-decoration: none;
        }

        .nav a:hover{
            color: #a1a1a1;
            text-decoration: underline;
        }

        .nav p{
            color: #b7b7b7;
            font: 11px tahoma;
        }
        .banner{
            height: 356px;
            background: url(2bj.png) no-repeat bottom center;
            position: relative;
        }
        .pointerDiv{
            position: absolute;

            top: 314px;
            left: 15px;
        }

        .pointerDiv a{
            
            float: left;
            width: 17px;
            height: 17px;
            margin-left: 4px;
            
            background:url(www.png) no-repeat;
        }

        .pointerDiv .active,
        .pointerDiv a:hover{
            background:url(www.png) no-repeat -27px 0px;
        }

        .content h1{
            text-align: center;
            font: bold 24px Georgia;
            padding: 6px 0 20px 0;
            margin-bottom: 38px;
            background: url(8.png) no-repeat bottom center;
        }

        .content .pl, .content .cs, .content .uc,
        .contact .sc, .contact .co, .contact .nu{
            float: left;
            width: 300px;
        }

        .content .cs, .contact .co{
            margin: 0 20px;
        }

        .content h2{
            color: #11719e;
            font: 21px Georgia;
        }

        .content .p1{
            color: #8c8c8c;
            font: 12px Helvetica;
        }

        .content .imgDiv{
            width: 299px;
            height: 190px;
            background: url(zhi.png) no-repeat;
            margin: 16px 0px 10px 0px;
            text-align: center;
            padding-top: 12px;
        }
        .content .p2{
            height: 92px;
            color: #3e3e3e;
            font: 13px Helvetica;
            word-spacing: 2px;
        }
        .content .lm{
            display: block;
            width: 163px;
            height: 40px;
            background: url(www.png) no-repeat 0px -70px;
            color: #016999;
            font: 12px/40px Helvetica;
            text-indent: 1em;
            margin-bottom: 35px;
        }

        .contact{
            background: url(8.png) no-repeat top center;
        }

        .contact .txt{
            width: 276px;
            height: 33px;
            line-height: 33px;
            background: url(9.png) no-repeat;
            _background-attachment: fixed;
            
            border: none;
            padding: 0 10px;
            margin: 0px 0px 16px;
        }

        @media screen and (-webkit-min-device-pixel-ratio:0) {
            .contact .tarea{
                display: block;
            } 
        }
        .contact .tarea{
            width: 276px;
            height: 114px;
            background: url(10.png) no-repeat;
            _background-attachment: fixed;
            border: none;
            overflow: auto;
            resize: none;
            padding: 10px;
            margin: 0;
        }

        .contact .btn{
            width: 163px;
            height: 32px;
            background: url(www.png) no-repeat 0px -27px;
            border: none;
            padding: 0;
            margin: 11px 0 23px;
            color: white;
            font: 13px Georgia;
            text-align: left;
            text-indent: 1em;
            cursor: pointer;
        }

        /*设置标题*/
        .contact h2{
            color: #444;
            font: 18px/1 georgia;
            border-bottom: 1px dashed #d3d3d3;
            padding: 44px 0px 10px;
            margin-bottom: 15px;
        }
        .sc .p1{
            color: #444;
            font: 12px/1 Helvetica;
        }
        .sc .icon{
            font-size: 0;
            margin-top: 4px;
        }

        .sc .icon a{
            margin-right: 4px;
        }
        .sc .nl{
            font: bold 18px/1 "gill sans mt";
            padding: 34px 0px 10px;
        }

        .sc .txt{
            margin-top: 15px;
            _margin-top: 18px;
            margin-bottom: 0px;
        }
        .nu p{
            color: #444;
            font: 12px/1 helvetica;
            height: 58px;
            _height: 60px;
            border-bottom: 1px dashed #d3d3d3;
            margin-bottom: 14px;
            padding-bottom: 9px;
        }

        .nu .no-margin{
            margin-bottom: 0px;
        }

        .nu img{
            float: left;
            margin-right: 8px;
        }

        .nu .btn{
            _margin-left: -1em;
        }
        .footer{
            height: 173px;
            background: #333;
            border-top: 10px solid #4c4c4c;
        }

        .footer a , .footer p{
            color: #999;
            font: 11px Helvetica;
            text-decoration: none;
        }


        .footer a:hover{
            color: #cccaca;
            text-decoration: underline;
        }

        .footer p{
            margin-left: 8px;
            margin-right: 23px;
            margin-bottom: 8px;
        }

        .footer .w{
            padding-top: 18px;
            background-color: rgb(51,51,51);
        }

        .footer .copy{
            float: right;
            display: inline;
        }
    </style>
</head>
<body>
    <div class="header w">
        <ul class="nav">
            <li>
                <a href="#">HOME</a>
                <p>Back to home</p>
            </li>
            <li>
                <a href="#">PRODUCTS</a>
                <p>What we have for you</p>
            </li>
            <li>
                <a href="#">SERVICES</a>
                <p>Things we do</p>
            </li>
            <li>
                <a href="#">BLOG</a>
                <p>Follow our updates</p>
            </li>
            <li>
                <a href="#">CONTACT</a>
                <p>Ways to reach us</p>
            </li>
        </ul>
        <div class="logo">
            <a href="#" title="polo网站">
                <img src="4.png" alt="polo360">
            </a>
        </div>
    </div>
    <div class="banner w">
        <img src="tu3.png" alt="这是banner图片">
        <div class="pointerDiv">
            <a href="#"></a>
            <a class="active" href="#"></a>
            <a href="#"></a>
            <a href="#"></a>
            <a href="#"></a>
        </div>
    </div>
    <div class="content w clearfix">
        <h1>Lorem ipsum dolor sit amet, consectetur adipisicing elit</h1>
        <div class="pl">
            <h2>Perfect Logic</h2>
            <p class="p1">All you want your website to do.</p>
            <div class="imgDiv">
                <img src="1.png" alt="小男孩" />
            </div>
            <p class="p2">
                Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
            </p>
            <a class="lm" href="#">Learn More</a>
        </div>

        <div class="cs">
            <h2>Complete Solution</h2>
            <p class="p1">A tool anything and everything you can think</p>
            <div class="imgDiv">
                <img src="6.png" alt="小女孩" />
            </div>
            <p class="p2">
                Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciun tdolore magnam aliquam quaerat voluptatem.
            </p>
            <a class="lm" href="#">Learn More</a>
        </div>

        <div class="uc">
            <h2>Uber Culture</h2>
            <p class="p1">Fresh. Modern and ready for future</p>
            <div class="imgDiv">
                <img src="7.png" alt="大绿球" />
            </div>
            <p class="p2">
                Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.
            </p>
            <a class="lm" href="#">Learn More</a>
        </div>
    </div>
    <div class="contact w clearfix">
        <div class="sc">
            <h2>Social Connection</h2>
            <p class="p1">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium</p>
            <div class="icon">
                <a href="#"><img src="rss.png" /></a>
                <a href="#"><img src="fb.png" /></a>
                <a href="#"><img src="in.png" /></a>
                <a href="#"><img src="yt.png" /></a>
                <a href="#"><img src="tw.png" /></a>
            </div>

            <h2 class="nl">Newsletter</h2>

            <p class="p1">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium</p>
            <form action="#">
                <input class="txt" type="text" placeholder="your email address" />
                <button class="btn">Subscribe</button>
            </form>
        </div>
        <div class="co">
            <h2>Contact</h2>
            <form action="#">
                <input class="txt" type="text" placeholder="your name" />
                <input class="txt" type="text" placeholder="your email address" />
                <textarea class="tarea" placeholder="message"></textarea>
                <button class="btn">Send it</button>
            </form>
        </div>

        <div class="nu">
            <h2>News Updates</h2>
            <p>
                <img src="1.gif"/>
                Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
            </p>
            <p>
                <img src="2.gif"/>
                Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.
            </p>
            <p class="no-margin">
                <img src="3.gif"/>
                At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium.
            </p>
            <button class="btn">Visit our Blog</button>
        </div>
    </div>

    <div class="footer">
        <div class="w">
            <p class="copy">Copyright 2010. Studio VIVROCKS. All Rights Reserved.</p>
            <p>Site Powered by Wordpress. Design and Developed by VIVROCKS.</p>
            <p><a href="#">Home</a>  | <a href="#">About</a> | <a href="#">Products</a> | <a href="#">Services</a> | <a href="#">Contact</a></p>
            <p><a href="#">Privacy Policy</a> | <a href="#">Terms of use</a></p>
        </div>
    </div>
</body>
</html>

效果·如下

QQ图片20180610200631.png

QQ图片20180610200707.png

QQ图片20180610200734.png
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

  • Android 自定义View的各种姿势1 Activity的显示之ViewRootImpl详解 Activity...
    passiontim阅读 176,564评论 25 709
  • 一、变量变量的命令和使用(2018-04-26) 变量名只能包含字母、 数字和下划线。 变量名可以字母或下划线打头...
    南风nanfeng阅读 3,621评论 0 3
  • 我年龄也大了,我妈也开始催我该结婚了。我有幸认识一位我喜欢的女孩子,不过,她暗示我得有车房子。 自从我学会贴砖技术...
    李武_四川阅读 2,338评论 1 6
  • 我讨厌热闹也不喜欢孤独, 我总是熬夜,会一个人听着歌,想着自己做过的事,没有一个爱我爱到心里的人,我没有面包,也没...
    蜜0110阅读 1,603评论 0 0
  • 大三上 欲辨已忘言 晚上跟薇薇打电话,听说小丫头还是每天六点不到就起床了,于是我再次信誓旦旦保证我一定会做到早睡早...
    zijing0709阅读 3,304评论 0 0

友情链接更多精彩内容