zoukankan      html  css  js  c++  java
  • 淘宝界面(后续将补充)

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <title>Title</title>
    <style>
    .pg-header{
    height: 38px;
    line-height: 38px;
    background-color: #dddddd;
    }
    .se-header{
    height: 50px;
    line-height: 50px;
    }


    </style>
    </head>
    <body style="margin: 0 auto">
    <div class=pg-header>
    <div style="margin:0 auto; 970px;">
    <div style ="float: left">收藏本站</div>
    <div style= "float: right">
    <a>注册</a>
    <a>登录</a>
    </div>
    </div>
    </div>
    <div class="se-header">
    <div style="margin: 0 auto; 970px;">
    <!--<div style="float: left; 20%; left: 20px; top: 50px;">感恩中秋</div>-->
    <div style=" 20%; left: 20px;top: 50px; float: left">感恩中秋</div>
    <div style="float: right; 60%; right: 20px; top: 50px; margin: 0 auto">
    <input type="text" name="alex"/>

    </div>
    </div>
    </div>
    <div class="se-header">
    <div style="margin: 0 auto; 970px;">
    <!--<div style="float: left; 20%; left: 20px; top: 50px;">感恩中秋</div>-->

    <div style="float: right; 60%; right: 20px; margin-top: 0; ">
    热门搜索


    </div>
    </div>
    </div>

    </body>
    </html>
  • 相关阅读:
    加载与隐藏显示
    Task 自我总结认知
    修复SDF数据库引擎C#代码
    Windows防火墙开启后 ping不通了 的解决方案
    C# 串口
    WPF DataGrid中单元格运用Combobox的示例
    组合模式
    适配器模式
    【转载】.net 动态代理
    python数组操作
  • 原文地址:https://www.cnblogs.com/my-love-is-python/p/9264211.html
Copyright © 2011-2022 走看看