基于jQuery Easyui实现登陆框界面

时间:2021-05-25

效果图

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:// </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>

以上所述是小编给大家介绍的基于jQuery Easyui实现登陆框界面,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对网站的支持!

声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。

相关文章