360首页

样式代码:

body{

    background-image: url(../img/polo360.png);

    background-repeat: repeat-x;

}

/*解决高度塌陷*/

.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;

}

.log{

    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 14px Georgia;

    text-decoration: none;

}

.nav a:hover{

    color: #a5a4a4;

}

.nav p{

    color:#b7b7b7;

    font: 11px Tahoma;

}

.banner{

    height: 356px;

    background: url(../img/banner-bg.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(../img/pointer.png) no-repeat;

}

.pointerDiv .active,

.pointerDiv a:hover{

    background: url(../img/pointerHover.png);

}

.content h1{

    text-align: center;

    font:bold 24px Georgia;

    padding: 6px 0 20px 0;

    margin-top: 30px;

    background: url(../img/line.png) no-repeat bottom center;

}

.content .pl, .content .cs, .content .uc,

.contact .sc, .contact .co, .contact .nu {


    width: 300px;

    float: left;

    /*background-color: yellow;*/

}

.content .cs ,.contact .co{

    margin: 0 20px;

}

.content h2{

    color: #11719e;

    font: 21px Georgia;

}

.content p{

    color: #8c8c8c;

    font: 12px Helvetica;

}

.content .imgDiv{

    height: 190px;

    width: 299px;

    margin: 15px 0;

    background: url(../img/img-bg.png);

    padding-top: 12px;

    text-align: center;

}

.content .p2{

    height: 92px;

    color: #3e3e3e;

    font: 13px Helvetica;

}

.content .im{

    display: block;

    width: 168px;

    height: 40px;

    background: url(../img/btn1.png) no-repeat;

    color: #016999;

    font:12px/40px Helvetica;

    text-indent: 1em;

    text-decoration: none;

    margin-bottom: 35px;

}

.contact{

    background: url(../img/line.png) no-repeat top center;

}

/*.contact .sc, .contact .co, .contact .nu{

    height: 500px;

    /*background-color: yellow*/

.contact .txt{

    width: 276px;

    height: 33px;

    line-height: 33px;

    background: url(../img/input.png) no-repeat;

    border: none;

    padding: 0 10px;

    margin:0px 0px 16px;

}

.contact .tarea{

    display: block;

    width: 276px;

    height: 114px;

    background: url(../img/textarea.png) no-repeat;

    border: none;

    overflow: auto;

    /*设置文本域不能调整大小*/

    resize: none;

    padding: 10px;

    margin: 0;

}

.contact .btn{

    width: 163px;

    height: 32px;

    background: url(../img/btn2.png) no-repeat;

    border: none;

    padding: 0px;

    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 0 0 10px;

    padding-bottom: 10px;

}

.sc .p1{

    color: #444;

    font:12px/1 Helvtica;

    margin-bottom: 7px;

}

.sc .icon{

    font-size: 0;

    margin-top: 4px;   

}

.sc .icon a{

    margin-right: 6px;

}

.sc .nl{

    color: #444;

    font:bold 18px/1 "Gill Sans MT";

    padding: 38px 0 10px;

}

.sc .txt{

    margin-top: 18px;

    margin-bottom: 0px;

}

.nu img{

    float: left;

    margin-left: 8px;

}

.nu p{

    height: 58px;

    color: #444;

    font:12px/1 Helvetica;

    border-bottom: 1px dashed #d3d3d3;

    margin-bottom:10px;

    padding-bottom: 8px;

}

.no .no-margin{

    margin-bottom: 0px;

}

.footer{

    height: 173px;

    background: #333;

    border-top: 10px solid #4c4c4c;

}

.footer a, .footer p{

    color: #999;

    font:11px Hlvetica;

    text-decoration:none;

}

.footer a:hover{

    color: #d1d2d2;

    text-decoration: underline;

}

.footer .copy{

    float: right;

}

.footer p{

    margin-left: 8px;

    margin-right: 24px;

    margin-bottom: 10px;

}

.footer .w{

    padding-top:18px;

}



实现代码:
<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <title>360首页</title>

    <link rel="stylesheet" type="text/css" href="css/reset.css">

    <link rel="stylesheet" type="text/css" href="css/360.css">

</head>

<body>

    <!-- header开始 -->

    <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="log">

            <a href="#">

                <img src="img/log.png" alt="网站log">

            </a>

        </div>

    </div>

    <!-- header结束 -->

    <!-- banner开始 -->

    <div class="banner w">

        <img src="img/banner/banner1.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>

    <!-- banner结束 -->

    <!-- continue开始 -->

    <div class="content w clearfix">

        <h1>Lorem ipsum dolor sit amet, consectetur adipisicing elit</h1>

        <dvi class="pl">

            <h2>Perfect Logic</h2>

            <p>All you want your website to do.</p>

            <div class="imgDiv">

                <img src="img/pic/pic1.jpg" 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 href="#" class="im">Learn More</a>

        </dvi>

        <div class="cs">

            <h2>Complete Solution</h2>

            <p>A tool anything and everything you can think</p>

            <div class="imgDiv">

                <img src="img/pic/pic2.jpg" 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 href="#" class="im">Learn More</a>

        </div>

        <div class="uc">

            <h2>Uber Culture</h2>

            <p>Fresh. Modern and ready for future</p>

            <div class="imgDiv">

                <img src="img/pic/pic3.jpg" 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 href="#" class="im">Learn More</a>

        </div>

    </div>

    <!-- content结束 -->

    <!-- contact开始 -->

    <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>

                <div class="icon">

                    <a href="#"><img src="img/t1.png" alt="rss"></a>

                    <a href="#"><img src="img/t2.png" alt="rss"></a>

                    <a href="#"><img src="img/t3.png" alt="rss"></a>

                    <a href="#"><img src="img/t4.png" alt="rss"></a>

                    <a href="#"><img src="img/t5.png" alt="rss"></a>

                </div>

            </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 name">

                <button class="btn">Send it</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="img/pic/1.png" alt="d">

                Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

            </p>

            <p>

                <img src="img/pic/2.png" alt="d">

                Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.

            </p>

            <p class="no-margin"><img src="img/pic/3.png" alt="d">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium.</p>

            <button class="btn">Visit our Blog</button>

        </div>

    </div>

    <!-- contact结束 -->

    <!-- footer开始 -->

    <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</p></a>

            <p><a href="#">Privacy Polic</a> |<a href="#"> Terms of use</a></p>

        </div>

    </div>

    <!-- footer结束 -->

    <!--[if IE 6]>

    <script src="js/DD_belatedPNG_0.0.8a-min.js"></script>

    <script type="text/javascript">DD_belatedPNG.fix('div,img,a,h1');</script>

    <![endif]-->

</body>

</html>



©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 204,684评论 6 478
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 87,143评论 2 381
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 151,214评论 0 337
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,788评论 1 277
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,796评论 5 368
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,665评论 1 281
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 38,027评论 3 399
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,679评论 0 258
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 41,346评论 1 299
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,664评论 2 321
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,766评论 1 331
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,412评论 4 321
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 39,015评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 29,974评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,203评论 1 260
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 45,073评论 2 350
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,501评论 2 343

推荐阅读更多精彩内容

  • 不会用代码框,所以看着有些乱套,,,,html部分 <!DOCTYPE html> 迅雷看看 ...
    这就是个帅气的名字阅读 1,525评论 0 0
  • 1、垂直对齐 如果你用CSS,则你会有困惑:我该怎么垂直对齐容器中的元素?现在,利用CSS3的Transform,...
    kiddings阅读 3,147评论 0 11
  • 第一部分 HTML&CSS整理答案 1. 什么是HTML5? 答:HTML5是最新的HTML标准。 注意:讲述HT...
    kismetajun阅读 27,421评论 1 45
  • 我的公共CSS文件@import "normalize.css";/begin主页面//begin主页面/body...
    蓝色海洋_1982阅读 1,147评论 0 0
  • 夜灯是滋长在眼瞳的野草 每一次梦中的轻叹都燃烧着不祥的焰火 死去的世界睡着黑色的废墟 颤动 颤动着 今日的晨钟 明...
    心种阅读 162评论 0 6