您好,登錄后才能下訂單哦!
這篇文章將為大家詳細(xì)講解有關(guān)jQuery Easyui實(shí)現(xiàn)登陸框界面的示例分析,小編覺得挺實(shí)用的,因此分享給大家做個(gè)參考,希望大家閱讀完這篇文章后可以有所收獲。
效果圖
CSS
a{ text-decoration:none; } body{ margin:0px; } #header{ width:100%; height:30px; background-color:#E0EFFF; padding-top: 5px; padding-bottom: 10px; } #header .logo{ margin-left: 50px; font-size: 24px; font-family: 微軟雅黑; } #picture{ width:100%; height:750px; } .panel-title { text-align: center; font-size: 16px; } #bootom{ padding-top:50px; width:100%; height:100px; background: #eaf2ff; } #bootom_content{ margin-left:100px; width:80%; text-align: center; font-size:0.8em; } p{ line-height:20px; }
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <!-- 引用的css --> <link rel="stylesheet" type="text/css" href="themes/default/easyui.css" rel="external nofollow" > <link rel="stylesheet" type="text/css" href="themes/default/panel.css" rel="external nofollow" > <link rel="stylesheet" type="text/css" href="themes/icon.css" rel="external nofollow" > <link rel="stylesheet" type="text/css" href="css/index.css" rel="external nofollow" > <script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/jquery.easyui.min.js"></script> <title>系統(tǒng)首頁(yè)</title> </head> <script type="text/javascript"> console.info("==================") $('#p').panel('move',{ left:100, top:100 }); </script> <body> <div id="header" > <div class="logo" onclick="window.location.href='index.html'"> <strong信息系統(tǒng)</strong> </div> </div> <div id="picture" > <div data-options=" region:'east',split:true,style:{position:'absolute',right:50,top:150}" class="easyui-panel " title="用戶登錄" > <div > <form id="ff" class="easyui-form" method="post" data-options="novalidate:true"> <table cellpadding="5"> <tr> <td><input class="easyui-textbox" data-options="prompt:'賬號(hào)',validType:'name'" iconCls="icon-man" iconAlign=left /></td> </tr> <tr> <td><input class="easyui-textbox" data-options="prompt:'密碼',validType:'password'" iconCls="icon-lock" iconAlign=left ></input></td> </tr> <tr> <td><input class="easyui-textbox" data-options="prompt:'驗(yàn)證碼',validType:'validate'" iconCls="icon-filter" iconAlign=left /> <img src="" alt="" width="56" height="32" align='absMiddle' /> </td> </tr> </table> </form> <div > <a href="#" rel="external nofollow" rel="external nofollow" class="easyui-linkbutton" >登錄</a> <a href="#" rel="external nofollow" rel="external nofollow" class="easyui-linkbutton" >注冊(cè)</a> </div> </div> </div> </div> <div id="bootom"> <div id="bootom_content"> <p><strong>關(guān)于我們 法律聲明 服務(wù)條款 聯(lián)系我們</strong></p> <p> 地址:江西省南昌市經(jīng)濟(jì)開發(fā)區(qū)天祥大道 郵箱:330000 Copyright © 2017 - 2018 hacker_pangdaxing@qq.com 版權(quán)所有 </p> <p> 建議使用IE8以上版本瀏覽器 E-mail:hacker_pandaxing@qq.com </p> </div> </div> </body> <script> function submitForm(){ $('#ff').form('submit',{ onSubmit:function(){ return $(this).form('enableValidation').form('validate'); } }); } function clearForm(){ $('#ff').form('clear'); } </script> </html>
關(guān)于“jQuery Easyui實(shí)現(xiàn)登陸框界面的示例分析”這篇文章就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,使各位可以學(xué)到更多知識(shí),如果覺得文章不錯(cuò),請(qǐng)把它分享出去讓更多的人看到。
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。