zoukankan      html  css  js  c++  java
  • 前端注册html

    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>美乐乐注册页面</title>
        <style>
            .top{
                background-color: gainsboro;
                height: 30px;
                /*float: top;*/
            }
            .shoucang{
                float: left;
                color: black;
                list-style: none;
                margin: 10px;
                /* 20px;*/
                /* 20px;*/
            }
            /*.denglu{*/
                /*float: right;*/
                /* 40%;*/
    
            /*}*/
            /*.zhuce{*/
                /*!*float: left;*!*/
                /*!* 70%;*!*/
                /*!*color: black;*!*/
                /*!*display:inline-block; 150px; height:200px; border:1px solid #0a0*!*/
                /*float: right;*/
            /*}*/
            /*.kehu{*/
                /* 50%;*/
            /*}*/
            /*.vip{*/
                /* 60%;*/
            /*}*/
    
            #two,#three,#four,#five,#six{
                list-style: none;
                color: black;
                float: right;
                margin: 10px;
                /*75%;*/
                /*100px;*/
                /*padding: 10px;*/
            }
            .mod_copyright_info{
                text-align: center;
                font-size: 12px;
            }
            .header_id{
                /*margin:40px;*/
                width: 80%;
            }
            .Blok_info{
                margin:0 auto;
                width: 80%;
                height: 500px;
                border: 1px solid bisque;
            }
            .zuobian{
                float: left;
            }
            .youbian{
                float: right;
            }
        </style>
    </head>
    <body>
    <div class="top">
        <ul >
            <li class="shoucang" id="one">*收藏本站</li>
        </ul>
        <ul>
            <a href="http://crm.oldboyedu.com/stu/" class="denglu" id="two">客户服务</a>
        </ul>
        <!--<div>-->
            <!--<a href="http://www.oldboyedu.com/shizi.php" class="zhuce">免费注册</a>-->
        <!--</div>-->
        <ul>
            <a href="http://www.oldboyedu.com/shizi.php" class="zhuce" id="three">vip俱乐部</a>
        </ul>
        <ul>
            <li class="dingdan" id="four">我的订单</li>
        </ul>
        <ul>
            <li class="vip" id="five">免费注册</li>
        </ul>
        <ul>
            <li class="kehu" id="six">登录</li>
        </ul>
    
    
        <!--<a href="http://crm.oldboyedu.com/stu/" class="shoucang">收藏本站</a>-->
    </div>
    <div class="header_id">
        <img src="mll_logo.gif" alt="公司logon走丢了">
    </div>
    <div class="Blok_info">
        <div class="zuobian">
            <div>
            <h1>注册新用户</h1>
            </div>
        <from action="" method="psot">
        <p>
            <label for="user">用户名:</label>
            <input type="text" name="username" id="user" tabindex="1" autocomplete="off" placeholder="用户名:">
        </p>
    
        <p>
            <label for="shoujihao">手机号:</label>
            <input type="text" name="shoujihao" id="shoujihao" tabindex="2" autocomplete="off" placeholder="手机号:">
        </p>
            <p>
                <label for="denglumima">登录密码</label>
                <input type="password" name="denglumima" id="denglumima" tabindex="3" autocomplete="off" placeholder="登录密码">
            </p>
            <p>
                <label for="querendenglumima">确认登录密码</label>
                <input type="password" name="querendenglumima" id="querendenglumima" tabindex="4" autocomplete="off" placeholder="确认登录密码">
            </p>
        <p>
            <label for="yanzhengma">验证码:</label>
            <input type="text" name="pwd" id="yanzhengma" tabindex="5" autocomplete="off" placeholder="验证码:">
        </p>
        <p>
            <input type="radio" value="" tabindex="6">我已阅读并同意<a href="http://crm.oldboyedu.com/stu/"><用户注册协议></a>
        </p>
        <p style="text-align: center" class="last">
            <a href="http://crm.oldboyedu.com/stu/">&nbsp;&nbsp;&nbsp;&nbsp;</a>
             <!--<input type="submit" value="登&nbsp;&nbsp;&nbsp;&nbsp;录" tabindex="4">-->
        </p>
            <!--<a href="http://www.oldboyedu.com/"  class="send"><b></b>免费注册</a>-->
        </from>
    
        </div>
    
        <div class="youbian">
            <div>
            我已经注册,现在就&nbsp;<a href="http://www.oldboyedu.com/">登录</a>
            </div>
             <div>
            <img src="hongbao.jpg" alt="此处已经有张红包大战的图片,没显示的话,可能是被打死了">
            </div>
        </div>
    
    </div>
    <div class="mod_copyright_info" >
        <p>
            <span>
                Copyright&nbsp;&Theta;&nbsp;2004&nbsp;-&nbsp;2015&nbsp;www.oldboyedu.com&nbsp;All Rights Reserved&nbsp;老男孩&nbsp;&copy;版权所有
            </span>
        </p>
    </div>
    </body>
    </html>
  • 相关阅读:
    数据类型
    java基础
    Codeforces Round #655 (Div. 2) B. Omkar and Last Class of Math(数论)
    Codeforces Round #655 (Div. 2) A. Omkar and Completion(构造)
    LibreOJ
    QT入门-QMainWindow类
    WCF 请求与响应参数大小设置
    Python 代码性能优化技巧
    lists,tuples and sets of Python
    SQL Language
  • 原文地址:https://www.cnblogs.com/Bruce-yin/p/7220771.html
Copyright © 2011-2022 走看看