基本信息
源码名称:手机注册登录代码
源码大小:0.40M
文件格式:.zip
开发语言:CSS
更新时间:2019-02-10
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 5 元 
   源码介绍

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8" />
    <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
    Remove this if you use the .htaccess -->
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
    <title>橙色边框注册页面html5手机注册界面源代码模板免费下载【http://www.lanrenmb.com/zt/zhuce/】</title>
    <meta name="description" content="" />
    <meta name="author" content="Administrator" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
    <!-- Replace favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
    
    <link rel="shortcut icon" href="../../../../favicon.ico" />
    <link rel="apple-touch-icon" href="../../../../apple-touch-icon.png" />
    <link rel="stylesheet" href="style/base.css" type="text/css" media="screen" title="no title" charset="utf-8"/>
    <link rel="stylesheet" href="style/common.css" type="text/css" media="screen" title="no title" charset="utf-8"/>
    <link rel="stylesheet" href="style/device.css" type="text/css" media="screen" title="no title" charset="utf-8"/>
    <link rel="stylesheet" href="style/jquery.bxslider.css" type="text/css" media="screen" title="no title" charset="utf-8"/>
           
    <script src="js/jquery-1.7.2.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="js/jquery.bxslider.min.js" type="text/javascript" charset="utf-8"></script>
    <!--[if IE]>
    <script src="js/html5.js"></script>
    <![endif]-->
    <script>
        $(document).ready(function() {
            $('.bxslider').bxSlider({
                auto : true,
                controls : false,
                touchEnabled : true,
            });
        });
    </script>
    
</head>
<body>
<!--Begin Header Begin-->
<div class="back_bg">
    <table border="0" style="width:92%; color:#FFF; margin:0 auto;" cellspacing="0" cellpadding="0">
      <tr>
        <td style="text-align:left;"><a href="#">取消</a></td>
        <td style="text-align:center; font-size:1.2em;">注册</td>
        <td style="text-align:right;"><a href="Login.html">登录</a></td>
      </tr>
    </table>        
</div>        
<!--End Header End-->
<div class="login_bg">
	<form>
        <div class="log_tab">	
            <div class="log_c">
                <table border="0" style="width:100%; font-size:1.4em;" cellspacing="0" cellpadding="0">
                  <tr>
                    <td width="40" class="log_c_img"><img src="images/l_1.png"></td>
                    <td width="65" style="text-indent:8px;">账号:</td>
                    <td><input type="text" value="" placeholder="" class="l_ipt"></td>
                  </tr>
                </table>
            </div>
            <div class="log_c">
                <table border="0" style="width:100%; font-size:1.4em;" cellspacing="0" cellpadding="0">
                  <tr>
                    <td width="40" class="log_c_img"><img src="images/l_2.png"></td>
                    <td width="65" style="text-indent:8px;">密码:</td>
                    <td><input type="password" value="" placeholder="" class="l_ipt"></td>
                  </tr>
                </table>
            </div>
            <div class="log_c">
                <table border="0" style="width:100%; font-size:1.4em;" cellspacing="0" cellpadding="0">
                  <tr>
                    <td width="40" class="log_c_img"><img src="images/l_2.png"></td>
                    <td width="95" style="text-indent:8px;">确认密码:</td>
                    <td><input type="password" value="" placeholder="" class="l_ipt"></td>
                  </tr>
                </table>
            </div>
            <div class="log_c">
                <table border="0" style="width:100%; font-size:1.4em;" cellspacing="0" cellpadding="0">
                  <tr>
                    <td width="40" class="log_c_img"><img src="images/l_3.png"></td>
                    <td width="65" style="text-indent:8px;">邮箱:</td>
                    <td><input type="text" value="" placeholder="" class="l_ipt"></td>
                  </tr>
                </table>
            </div>
            <div class="log_c">
                <table border="0" style="width:100%; font-size:1.4em;" cellspacing="0" cellpadding="0">
                  <tr>
                    <td width="40" class="log_c_img"><img src="images/l_4.png"></td>
                    <td width="135" style="text-indent:8px;">邀请人会员名:</td>
                    <td><input type="text" value="" placeholder="" class="l_ipt"></td>
                  </tr>
                </table>
            </div>
            <div class="log_c">
                <table border="0" style="width:100%; font-size:1.4em;" cellspacing="0" cellpadding="0">
                  <tr>
                    <td width="40" class="log_c_img"><img src="images/l_5.png"></td>
                    <td width="115" style="text-indent:8px;">邀请人ID号:</td>
                    <td><input type="text" value="" placeholder="" class="l_ipt"></td>
                  </tr>
                </table>
            </div>
            <div class="log_c">
                <table border="0" style="width:100%; font-size:1.4em;" cellspacing="0" cellpadding="0">
                  <tr>
                    <td width="40" class="log_c_img"><img src="images/l_6.png"></td>
                    <td width="65" style="text-indent:8px;">手机:</td>
                    <td style="position:relative;"><input type="text" value="" placeholder="" class="l_ipt" style="width:70%;" id="tels">
                    	<span class="l_tel"><a href="#">获取验证码</a></span>
                    </td>
                  </tr>
                </table>
            </div>
            <div class="log_c" style="border-bottom:0;">
                <table border="0" style="width:100%; font-size:1.4em;" cellspacing="0" cellpadding="0">
                  <tr>
                    <td width="40" class="log_c_img"><img src="images/l_7.png"></td>
                    <td width="85" style="text-indent:8px;">验证码:</td>
                    <td><input type="text" value="" placeholder="" class="l_ipt"></td>
                  </tr>
                </table>
            </div>
        </div>   
        <table border="0" style="width:91%; margin:5% auto 0 auto;" cellspacing="0" cellpadding="0">
          <tr height="50">
            <td>
            	<label class="r_rad"><input type="checkbox" value="" checked="checked"></label><label class="r_txt" style="font-size:1.4em;">自动登录</label>
                <span class="fr"><a href="#" style="color:#4ca6e0; font-size:1.3em;">忘记密码?</a></span>
            </td>
          </tr>
          <tr height="60">
            <td><input type="submit" value="注册" class="l_btn"></td>
          </tr>
        </table>
    </form>
</div>

</body>
</html>