淘宝导航下拉菜单

原创 2018-11-01 14:58:14 230
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>淘宝布局</title> <style type="text/css"> *{margin: 0px;pa
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>淘宝布局</title>
    <style type="text/css"> * {
        margin: 0px;
        padding: 0px;
    }

    a {
        text-decoration: none;
        color: #6c6c6c;
        font-size: 13px;
    }

    li {
        list-style: none;
    }

    .clear {
        clear: both;
    }

    .header {
        width: 100%;
        background-color: #F5F5F5;
    }

    .header_content {
        width: 1200px;
        margin: 0px auto;
        line-height: 40px;
    }

    .header_content a:hover {
        color: #FF5000;
    }

    .header_left {
        height: 40px;
        float: left;
    }

    .header_left a {
        margin-right: 5px;
    }

    .header_right {
        width: 600px;
        height: 40px;
        float: right;
    }

    .header_a {
        display: inline-block;
        height: 40px;
        width: 90px;
        text-align: center;
        position: relative;
    }

    .header_a:hover {
        background-color: #fff;
    }

    .header_a ul {
        border: 1px solid #F5F5F5;
        display: none;
        border-top: none;
    }

    .header_a:hover ul {
        display: block;
        position: absolute;
        width: 100px;
    }

    .header_a ul li:hover {
        background-color: #F5F5F5;
    }

    .header_a ul li {
        color: #6c6c6c;
        height: 30px;
        line-height: 30px;
        text-align: left;
        padding: 0px 3px;
        margin: 5px 0px;
        padding: 0px 3px;
    } </style>
</head>
<body>
<div class="header">
    <div class="header_content">
        <div class="header_left"><a href="" class="header_a">中国大陆 &nbsp; &nbsp;<i class="fa fa-angle-down"></i></a> <a
                href="" style="color: #FF5000;">亲,请登录</a> <a href="">免费注册</a> <a href="">手机逛淘宝</a></div>
        <div class="header_right"><a href="" class="header_a">我的淘宝&nbsp; &nbsp;<i class="fa fa-angle-down"></i>
            <ul>
                <li>已买到的宝贝</li>
                <li>我的足迹</li>
            </ul>
        </a> <a href=""><span class="fa fa-cart-plus" style="color: #FF5000;"></span>&nbsp;购物车</a> <a href=""
                                                                                                      class="header_a"><span
                class="fa fa-star"></span>&nbsp;收藏夹&nbsp; &nbsp;<i class="fa fa-angle-down"></i>
            <ul>
                <li>收藏的宝贝</li>
                <li>收藏的店铺</li>
            </ul>
        </a> <a href="">商品分类</a> <a href="" class="header_a">卖家中心&nbsp; &nbsp;<i class="fa fa-angle-down"></i></a> <a
                href="" class="header_a">联系客服&nbsp; &nbsp;<i class="fa fa-angle-down"></i></a> <a href=""
                                                                                                  class="header_a">网站导航&nbsp;
            &nbsp;<i class="fa fa-angle-down"></i></a></div>
    </div>
    <div class="clear"></div>
</div>
</body>
</html>


批改老师:韦小宝批改时间:2018-11-02 10:56:49
老师总结:啥情况啊?小宝宝 一遍看直播一遍敲作业么?刚刚下直播就看到你的作业了,很棒啊……学习就是要你这股热情啊,要一直保持下去……有什么不会的及时反馈,我看到的都会及时回复的……一起加油啊……我会默默关注你的

发布手记

热门词条