css美化登陆窗口效果,这个登陆表单窗口带又半透明和箭头指向特效,您也可以自定义样式。
<!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content="武鸣人网站,武鸣信息网,武鸣本地网,武鸣信息资源平台,减肥,健身,励志,励志语录,js特效,网页特效,www.wuming.ren"> <meta name="description" content="欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。"> <title>参考美化过的漂亮登录框效果_武鸣人</title> <style type="text/css"> #www_wuming_ren{ font-size:12px; } #www_wuming_ren label{width:55px;height:24px;display:block;float:left;background:url(/img/20240327_www_wuming_ren_5.png) no-repeat left top;line-height:22px;color:#999;padding-left:18px;} * html #www_wuming_ren label{float:none;display:inline;padding:5px 15px 10px 18px;margin-right:10px;vertical-align:middle;} #www_wuming_ren input{height:20px;width:220px;border:1px solid #EEE;padding:4px 4px 0 4px;} #www_wuming_ren p.input:hover label,#www_wuming_ren p.input:active label,#www_wuming_ren p.input:focus label{ background:url(/img/20240327_www_wuming_ren_5.png) no-repeat left -40px;color:#000; } #www_wuming_ren input#submit{width:82px;height:24px;background:url(/img/20240327_www_wuming_ren_6.png) no-repeat left top;margin-left:73px;color:#999;border:0 none;line-height:100%;display:block;padding:0;cursor:pointer;} #www_wuming_ren input#submit:hover,#www_wuming_ren input#submit:active,#www_wuming_ren input#submit:focus{background:url(/img/20240327_www_wuming_ren_6.png) no-repeat left bottom;color:#000;} </style> </head> <body> <a href="https://www.wuming.ren">武鸣人</a>,各种信息资源免费发布,分享励志语录经典短句,减肥健身常识,各种js特效代码。网站很好记住,wuming.ren(武鸣拼音.ren域名后缀)<hr> <!--欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。--> <script type="text/javascript" src="https://www.wuming.ren/ad/tc.js"></script> <script type="text/javascript" src="https://www.wuming.ren/ad/a.js"></script> <form id="www_wuming_ren" method="post" action="https://www.wuming.ren"> <p class="input"><label for="author">用户名</label><input type="text" aria-required="true" tabindex="1" size="12" value="" id="author" name="author"></p> <p class="input"> <label for="email">密码</label><input type="text" aria-required="true" tabindex="2" size="12" value="" id="email" name="email"></p> <p><input type="submit" value="登录" tabindex="5" id="submit" name="submit"></p> </form> </body> </html>
本文来自武鸣人网站,转载请注明出处