• 小米商城头部


    <!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>
  • 相关阅读:
    解决execjs 调用js 问题
    处理 get请求套字典问题
    js2py js逆向
    前端页面自适应
    newspaper抓新闻
    easygui
    pycharm 安装插件
    scrapy_代理使用
    SQLAlchemy 介绍,建表,及表的操作 (增 删 改 查)
    数据分析之pandas模块下
  • 原文地址:https://www.cnblogs.com/bk134/p/12882783.html
Copyright © 2020-2023  润新知