zoukankan      html  css  js  c++  java
  • 小米商城头部

    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8">
            <title></title>
            <style type="text/css">
                *{
                    margin: 0;
                    padding: 0;
                }
                .herder{
                    width: 100%;
                    height: 40px;
                    background: #333;
                    font-size: 12px;
                }
                .herder a{
                    text-decoration: none;
                    color: #b0b0b0;
                    display: inline-block;    
                }
                .herder a:hover{
                    color: white;
                }
                .herder-conent{
                    width: 1235px;
                    margin-right: auto;
                    margin-left: auto;                
                }
                .herder-left,.herder-right{
                    height: 40px;
                    line-height: 40px;
                    float: left;
                }
                .sep{
                    margin: 0 .3em;
                    color: #424242;
                    font-family: sans-serif;
                }
                .herder-shopping{
                    background: #424242;
                    float: right;
                    height: 40px;
                    line-height: 40px;
                    width: 120px;
                    text-align: center;
                    margin-left: 40px;
                }
                .herder-right{
                    float: right;
                }
                
            </style>
            
        </head>
        <body>
            <div class="herder">
                <div class="herder-conent">
                    <div class="herder-left">
                        <a href="">小米商城</a>
                        <span class="sep">|</span>
                        <a href="">MUUI</a>
                        <span class="sep">|</span>
                        <a href="">loT</a>
                        <span class="sep">|</span>
                        <a href="">云服务</a>
                        <span class="sep">|</span>
                        <a href="">金融</a>
                        <span class="sep">|</span>
                        <a href="">有品</a>
                        <span class="sep">|</span>
                        <a href="">小米开放平台</a>
                        <span class="sep">|</span>
                        <a href="">企业团购</a>
                        <span class="sep">|</span>
                        <a href="">资质证照</a>
                        <span class="sep">|</span>
                        <a href="">协议规则</a>
                        <span class="sep">|</span>
                        <a href="">下载app</a>
                        <span class="sep">|</span>
                        <a href="">SelectLocation</a>
                    </div>
                    <div class="herder-shopping">
                        <a href="">购物车 (0)</a>
                    </div>
                    <div class="herder-right">
                        <a href="">登入</a>
                        <span class="sep">|</span>
                        <a href="">注册</a>
                        <span class="sep">|</span>
                        <a href="">消息通知</a>
                    </div>
                </div>
            </div>
        </body>
    </html>
  • 相关阅读:
    ajax传json
    JSON 转 VO
    字符串转数组
    "No 'Access-Control-Allow-Origin' header"跨域问题CROS
    jdbc连接SQLServer
    Jquery判断checkbox选中状态
    JSON与null
    点击劫持
    Eclipse 入手配置
    SQL练习(一)
  • 原文地址:https://www.cnblogs.com/bk134/p/12882783.html
Copyright © 2011-2022 走看看