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>
  • 相关阅读:
    [POJ3635]Full Tank? 题解
    洪水题解
    [HNOI2009]最小圈 题解
    Grazing on the Run 题解
    [BZOJ4237]稻草人 题解
    [POJ3783]Balls 题解
    [POI2005]Bank notes 题解
    字符串题解
    pyinstaller利用spec文件打包的使用模板
    Pycharm2020 永久激活
  • 原文地址:https://www.cnblogs.com/my-love-is-python/p/9264211.html
Copyright © 2011-2022 走看看