<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>美樂樂login頁面</title> <style> .header_id{ margin:auto; width:80%; } .mod_copyright_info{ text-align: center; font-size: 12px; } .Blok_info{ margin:0 auto; width: 80%; height: 500px; border: 1px solid bisque; } .validation{ margin:80px 80px; /*background: url("i_name.jpg")no-repeat ;*/ float: right; padding-left:10px; } .activer{ margin:20px 80px; float: left; /*width:60%;*/ } .last{ background-color: red; } .send{ float: left; } </style> </head> <body> <div class="header_id"> <img src="mll_logo.gif" alt="公司logon走丟了"> </div> <div class="Blok_info"> <div class="activer"> <img src="login_logo.png" alt="很差意思,美樂樂公司的活動圖片跑丟了"> </div> <div class="validation"> <from action="" method="psot"> <p> <sup> <label for="user">用戶名:</label> <input type="text" name="username" id="user" tabindex="1" autocomplete="off" placeholder="用戶名:"> </p> <p> <label for="pwd">密碼:</label> <input type="password" name="pwd" id="pwd" tabindex="2" autocomplete="off" placeholder="密碼:"> </p> <p> <label for="yanzhengma">驗證碼:</label> <input type="text" name="pwd" id="yanzhengma" tabindex="3" autocomplete="off" placeholder="驗證碼:"> </p> <p> <input type="radio" value="">自動登陸 <a href="http://crm.oldboyedu.com/stu/">忘記密碼?</a> </p> <p style="text-align: center" class="last"> <a href="http://crm.oldboyedu.com/stu/">登 錄</a> <!--<input type="submit" value="登 錄" tabindex="4">--> </p> <a href="http://www.oldboyedu.com/" class="send"><b></b>免費註冊</a> </from> </div> </div> <!--<div class="validation">--> <!--<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="pwd">密碼:</label>--> <!--<input type="password" name="pwd" id="pwd" tabindex="2" autocomplete="off" placeholder="密碼:">--> <!--</p>--> <!--<p>--> <!--<label for="yanzhengma">驗證碼:</label>--> <!--<input type="text" name="pwd" id="yanzhengma" tabindex="3" autocomplete="off" placeholder="驗證碼:">--> <!--</p>--> <!--<p>--> <!--<input type="submit" value="登陸" tabindex="4">--> <!--</p>--> <!--</from>--> <!--</div>--> <!--<div class="activer">--> <!--<img src="login_logo.png" alt="很差意思,美樂樂公司的活動圖片跑丟了">--> <!--</div>--> <div class="mod_copyright_info" > <p> <span> Copyright Θ 2004 - 2015 www.oldboyedu.com All Rights Reserved 老男孩 ©版權全部 </span> </p> </div> </body> </html>