2023年6月21日发(作者:)

jquery如何设计弹出注册页⾯表单如何⽤JQuery弹出⼩窗⼝(是注册页⾯)提交表单form ⽤JQuery弹出⼩窗⼝主要⽤来做注册页⾯,就是⼩窗⼝时可写的。⽹页其他部分是灰⾊的不可写,这个效果怎么来实现。可以dreamweaver cc来实现。 添加代码:amp;$nbsp;amp;$nbsp; 弹出提⽰</title$amp;>amp;$nbsp; <style$amp;>amp;$nbsp; *{margin:0;padding:0;font-size:12px;} html,body {height:100%;width:100%;} #content{background:#f8f8f8;padding:30px;height:100%;} #content a {font-size:30px;color:#369;font-weight:700;} #alert{border:1px solid #369;width:300px;height:150px;background:#e2ecf5;z-index:1000;position:absolute;display:none;} #alerth4 {height:20px;background:#369;color:#fff;padding:5px 0 0 5px;} #alert h4 span {float:left;} #alert h4 span#close{margin-left:210px;font-weight:500;cursor:pointer;} #alert p {padding:12px 0 0 30px;} #alert p input {width:120px;margin-left:20px;} #alert p {border:1px solid #ccc;height:16px;} #alert p {width:60px;margin-left:30px;}</style></head><body$amp;>amp;$nbsp;<div id="content"$amp;>amp;$nbsp; <a href="#">注册</a$amp;>amp;$nbsp; </div$amp;>amp;$nbsp; <divid="alert"$amp;>amp;$nbsp; <h4$amp;>amp;$lt;span>现在注册</span$amp;>amp;$lt;span id="close">关闭</span$amp;>amp;$lt;/h4$amp;>amp;$nbsp; <p$amp;>amp;$lt;label>⽤户名</label$amp;>amp;$lt;input type="text"class="myinp" οnmοuseοver="='1px solid #f60'" onfoucs="='1px solid #f60'"οnblur="='1px solid #ccc'" /$amp;>amp;$lt;/p$amp;>amp;$nbsp; <p$amp;>amp;$lt;label>密 码</label$amp;>amp;$lt;input type="password" class="myinp" οnmοuseοver="='1px solid #f60'"onfoucs="='1px solid #f60'" οnblur="='1px solid #ccc'"/$amp;>amp;$lt;/p$amp;>amp;$nbsp; <p$amp;>amp;$lt;input type="submit" value="注册" class="sub" /$amp;>amp;$lt;inputtype="reset" value="重置" class="sub" /$amp;>amp;$lt;/p$amp;>amp;$nbsp; </div$amp;>amp;$nbsp; <scripttype="text/javascript"$amp;>amp;$nbsp; var myAlert = mentById("alert"); var reg =mentById("content").getElementsByTagName("a")[0]; var mClose = mentById("close");k = function() { y = "block"; on = "absolute"; = "50%"; = "50%"; Top = "-75px"; Left = "-150px";mybg = Element("div");ribute("id","mybg");ound = "#000"; = "100%"; = "100%";on = "absolute"; = "0"; = "0"; = "500";y = "0.3"; = "Alpha(opacity=30)";Child(mybg);ow = "hidden";}k = function(){y = "none"; end,代码编写完毕</p><p><p></p></img></p><p>2023年6月21日发(作者:)</p><p></p><p></img></p><p>jquery如何设计弹出注册页⾯表单如何⽤JQuery弹出⼩窗⼝(是注册页⾯)提交表单form ⽤JQuery弹出⼩窗⼝主要⽤来做注册页⾯,就是⼩窗⼝时可写的。⽹页其他部分是灰⾊的不可写,这个效果怎么来实现。可以dreamweaver cc来实现。 添加代码:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ";$amp;>amp;$nbsp;<html xmlns=";$amp;>amp;$nbsp; <head$amp;>amp;$nbsp; <meta http-equiv="Content-Type" content="text/html;charset=gb2312" /$amp;>amp;$nbsp; <title>弹出提⽰</title$amp;>amp;$nbsp; <style$amp;>amp;$nbsp; *{margin:0;padding:0;font-size:12px;} html,body {height:100%;width:100%;} #content{background:#f8f8f8;padding:30px;height:100%;} #content a {font-size:30px;color:#369;font-weight:700;} #alert{border:1px solid #369;width:300px;height:150px;background:#e2ecf5;z-index:1000;position:absolute;display:none;} #alerth4 {height:20px;background:#369;color:#fff;padding:5px 0 0 5px;} #alert h4 span {float:left;} #alert h4 span#close{margin-left:210px;font-weight:500;cursor:pointer;} #alert p {padding:12px 0 0 30px;} #alert p input {width:120px;margin-left:20px;} #alert p {border:1px solid #ccc;height:16px;} #alert p {width:60px;margin-left:30px;}</style></head><body$amp;>amp;$nbsp;<div id="content"$amp;>amp;$nbsp; <a href="#">注册</a$amp;>amp;$nbsp; </div$amp;>amp;$nbsp; <divid="alert"$amp;>amp;$nbsp; <h4$amp;>amp;$lt;span>现在注册</span$amp;>amp;$lt;span id="close">关闭</span$amp;>amp;$lt;/h4$amp;>amp;$nbsp; <p$amp;>amp;$lt;label>⽤户名</label$amp;>amp;$lt;input type="text"class="myinp" οnmοuseοver="='1px solid #f60'" onfoucs="='1px solid #f60'"οnblur="='1px solid #ccc'" /$amp;>amp;$lt;/p$amp;>amp;$nbsp; <p$amp;>amp;$lt;label>密 码</label$amp;>amp;$lt;input type="password" class="myinp" οnmοuseοver="='1px solid #f60'"onfoucs="='1px solid #f60'" οnblur="='1px solid #ccc'"/$amp;>amp;$lt;/p$amp;>amp;$nbsp; <p$amp;>amp;$lt;input type="submit" value="注册" class="sub" /$amp;>amp;$lt;inputtype="reset" value="重置" class="sub" /$amp;>amp;$lt;/p$amp;>amp;$nbsp; </div$amp;>amp;$nbsp; <scripttype="text/javascript"$amp;>amp;$nbsp; var myAlert = mentById("alert"); var reg =mentById("content").getElementsByTagName("a")[0]; var mClose = mentById("close");k = function() { y = "block"; on = "absolute"; = "50%"; = "50%"; Top = "-75px"; Left = "-150px";mybg = Element("div");ribute("id","mybg");ound = "#000"; = "100%"; = "100%";on = "absolute"; = "0"; = "0"; = "500";y = "0.3"; = "Alpha(opacity=30)";Child(mybg);ow = "hidden";}k = function(){y = "none"; end,代码编写完毕</p><p><p></p></img></p></div></article></div><div class="torson info"><div><span>本文发布于:2023-06-21,感谢您对本站的认可!</span></div><div><span>本文链接:</span><a href="http://torson.com.cn/chengxu/1687318228a1806.html" title="jquery如何设计弹出注册页面表单">http://torson.com.cn/chengxu/1687318228a1806.html</a></div><div><span>版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。</span></div></div><span class="tag"><i class="iconfont icon-discount" style="font-size:12px;font-weight:bold;opacity:.7;">本文标签:</i><a href="/tag/12.html" target="_blank">jquery表单验证</a></span></div><div class="torson post_comments" id="comments"><div id="comt-respond" class="commentpost"><h4>发布评论 <span><a rel="nofollow" id="cancel-reply" href="#comment" style="display:none;"><small>取消回复</small></a></span></h4><form action="/comment/create/1806.html?safe_token=y6ulBhCaVn2tos_2BpBDH_2FOb_2FQxnODHOn_2FAfXaTnBZDIV_2BXyuOpdjKDvObYY3_2FGXqpAgvwAfeWIK7XiM_2Bz_2FtU3XA_3D_3D" method="post" name="saypl" id="frmSumbit"><input type="hidden" name="doctype" value="1" /><input type="hidden" name="quotepid" value="0" /><div id="comment-tools"><div class="torson tools_text"><textarea placeholder="请在这里留言..." name="message" id="txaArticle" class="text input-block-level comt-area" cols="50" rows="4" tabindex="5"></textarea></div></div><div class="torson psumbit"><input name="sumbit" type="submit" tabindex="6" value="发布" class="button" /></div></form></div><div class="torson commentlist"><div class="torson comment-tab"><div class="torson come-comt">评论列表<span id="comment_count">(有<span id="infocommentnumarea" style="color:#c81111">0</span>条评论)</span></div></div><ul class="diy-comment"></ul></div></div></div><div class="torson mainr"><div class="widget widget_previous"><h4 class="bar">最近发表</h4><ul><li><a href="/chengxu/1687259396a347.html"title='自定义表单select元素样式' aria-label='自定义表单select元素样式'>自定义表单select元素样式</a></li><li><a href="/chengxu/1687259508a351.html"title='css知识点总结' aria-label='css知识点总结'>css知识点总结</a></li><li><a href="/chengxu/1687265267a535.html"title='Java程序员必看的14本Java书籍!' aria-label='Java程序员必看的14本Java书籍!'>Java程序员必看的14本Java书籍!</a></li><li><a href="/chengxu/1687269141a648.html"title='前端拖拽自动生成代码_程序员用软件生成前端代码,前端程序媛不知道怎...' aria-label='前端拖拽自动生成代码_程序员用软件生成前端代码,前端程序媛不知道怎...'>前端拖拽自动生成代码_程序员用软件生成前端代码,前端程序媛不知道怎...</a></li><li><a href="/chengxu/1687270620a697.html"title='2023JAVA程序员求职信' aria-label='2023JAVA程序员求职信'>2023JAVA程序员求职信</a></li><li><a href="/chengxu/1687273282a794.html"title='java流程代码怎么写_Java程序员必备基础:Java代码是怎么运行的?' aria-label='java流程代码怎么写_Java程序员必备基础:Java代码是怎么运行的?'>java流程代码怎么写_Java程序员必备基础:Java代码是怎么运行的?</a></li><li><a href="/chengxu/1687290957a1212.html"title='安卓手机恢复出厂设置方法' aria-label='安卓手机恢复出厂设置方法'>安卓手机恢复出厂设置方法</a></li><li><a href="/chengxu/1687309773a1553.html"title='雷达图分析法' aria-label='雷达图分析法'>雷达图分析法</a></li><li><a href="/chengxu/1687310989a1586.html"title='矿产资源潜在价值计算方法' aria-label='矿产资源潜在价值计算方法'>矿产资源潜在价值计算方法</a></li><li><a href="/chengxu/1687311758a1610.html"title='常用的绩效考核方法及其优缺点' aria-label='常用的绩效考核方法及其优缺点'>常用的绩效考核方法及其优缺点</a></li><li><a href="/chengxu/1687325389a2051.html"title='操作系统兼容性测试' aria-label='操作系统兼容性测试'>操作系统兼容性测试</a></li><li><a href="/chengxu/1687325719a2062.html"title='我所碰到的面试题之---前端常见浏览器兼容性问题解决方案---' aria-label='我所碰到的面试题之---前端常见浏览器兼容性问题解决方案---'>我所碰到的面试题之---前端常见浏览器兼容性问题解决方案---</a></li><li><a href="/chengxu/1687328911a2182.html"title='98、解决vue-cli3项目运行时sockjs报错问题' aria-label='98、解决vue-cli3项目运行时sockjs报错问题'>98、解决vue-cli3项目运行时sockjs报错问题</a></li><li><a href="/chengxu/1687329072a2188.html"title='整理前端面试题(十三):兼容性问题面试题合集' aria-label='整理前端面试题(十三):兼容性问题面试题合集'>整理前端面试题(十三):兼容性问题面试题合集</a></li><li><a href="/chengxu/1687335529a2366.html"title='VS.NET开发环境操作小技巧' aria-label='VS.NET开发环境操作小技巧'>VS.NET开发环境操作小技巧</a></li><li><a href="/chengxu/1687337487a2432.html"title='使用批处理命令清除远程系统日志文件的方法' aria-label='使用批处理命令清除远程系统日志文件的方法'>使用批处理命令清除远程系统日志文件的方法</a></li><li><a href="/chengxu/1687340022a2631.html"title='SQL入门经典(第5版)' aria-label='SQL入门经典(第5版)'>SQL入门经典(第5版)</a></li><li><a href="/chengxu/1687346131a3069.html"title='sql语言的使用方式' aria-label='sql语言的使用方式'>sql语言的使用方式</a></li><li><a href="/chengxu/1687348937a3251.html"title='kingroot支持机型一览' aria-label='kingroot支持机型一览'>kingroot支持机型一览</a></li><li><a href="/chengxu/1687350689a3408.html"title='mysql查询二维数组_sql数据库查询结果存入二维数组,结果都是0?求帮助...' aria-label='mysql查询二维数组_sql数据库查询结果存入二维数组,结果都是0?求帮助...'>mysql查询二维数组_sql数据库查询结果存入二维数组,结果都是0?求帮助...</a></li></ul></div><section id="aside_about" class="widget widget_aside_about sb br mb"><div class="avatar"><img class="img" src="/view/template/mitiqin/img/tx.jpg" alt="拓祥电子编程网"/></div><div class="wrap pd"><p class="title">拓祥电子编程网</p><p class="info">拓祥电子编程提供编程程序员技术分享技术,经验代码。</p><ul class="ul clearfix"></ul></div></section><div class="torson clear"></div><div class="torson widgets"><h4 class="bar">相关推荐</h4><div class="torson hot-post"><ul class="clearfix"><li><a href="/chengxu/1687317472a1776.html"title='TinyMCE汉化及本地上传图片功能实例详解' aria-label='TinyMCE汉化及本地上传图片功能实例详解'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0448.jpg" alt="TinyMCE汉化及本地上传图片功能实例详解"/></span><span class="sptit">TinyMCE汉化及本地上传图片功能实例详解</span></a></li><li><a href="/news/1687317496a1777.html"title='人工智能培训课程大纲' aria-label='人工智能培训课程大纲'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0448.jpg" alt="人工智能培训课程大纲"/></span><span class="sptit">人工智能培训课程大纲</span></a></li><li><a href="/news/1687317669a1782.html"title='jquery之获取form表单数据的两种方式,提交方式为post' aria-label='jquery之获取form表单数据的两种方式,提交方式为post'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0707.jpg" alt="jquery之获取form表单数据的两种方式,提交方式为post"/></span><span class="sptit">jquery之获取form表单数据的两种方式,提交方式为post</span></a></li><li><a href="/wangzhan/1687317808a1788.html"title='jquery使用ajax提交form表单' aria-label='jquery使用ajax提交form表单'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0519.jpg" alt="jquery使用ajax提交form表单"/></span><span class="sptit">jquery使用ajax提交form表单</span></a></li><li><a href="/chengxu/1687317878a1791.html"title='jQuery操作HTML元素和属性的方法' aria-label='jQuery操作HTML元素和属性的方法'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0671.jpg" alt="jQuery操作HTML元素和属性的方法"/></span><span class="sptit">jQuery操作HTML元素和属性的方法</span></a></li><li><a href="/news/1687317901a1792.html"title='使用jQuery.form.serialize()获取表单数据后转成json' aria-label='使用jQuery.form.serialize()获取表单数据后转成json'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0551.jpg" alt="使用jQuery.form.serialize()获取表单数据后转成json"/></span><span class="sptit">使用jQuery.form.serialize()获取表单数据后转成json</span></a></li><li><a href="/chengxu/1687317970a1795.html"title='10款基于HTML5+CSS3实现的超酷源码动画' aria-label='10款基于HTML5+CSS3实现的超酷源码动画'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0644.jpg" alt="10款基于HTML5+CSS3实现的超酷源码动画"/></span><span class="sptit">10款基于HTML5+CSS3实现的超酷源码动画</span></a></li><li><a href="/chengxu/1687317994a1796.html"title='基于jQuery框架的Ajax应用开发' aria-label='基于jQuery框架的Ajax应用开发'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0252.jpg" alt="基于jQuery框架的Ajax应用开发"/></span><span class="sptit">基于jQuery框架的Ajax应用开发</span></a></li><li><a href="/news/1687318018a1797.html"title='基于bootstrap表单登录(带验证码)' aria-label='基于bootstrap表单登录(带验证码)'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0151.jpg" alt="基于bootstrap表单登录(带验证码)"/></span><span class="sptit">基于bootstrap表单登录(带验证码)</span></a></li><li><a href="/chengxu/1687318136a1802.html"title='jquery获取元素值的方法(常见的表单元素)' aria-label='jquery获取元素值的方法(常见的表单元素)'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0432.jpg" alt="jquery获取元素值的方法(常见的表单元素)"/></span><span class="sptit">jquery获取元素值的方法(常见的表单元素)</span></a></li><li><a href="/chengxu/1687318159a1803.html"title='jQuery实现form表单reset按钮重置清空表单功能' aria-label='jQuery实现form表单reset按钮重置清空表单功能'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0600.jpg" alt="jQuery实现form表单reset按钮重置清空表单功能"/></span><span class="sptit">jQuery实现form表单reset按钮重置清空表单功能</span></a></li><li><a href="/news/1687318250a1807.html"title='BootStrap4登录表单验证示例' aria-label='BootStrap4登录表单验证示例'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0668.jpg" alt="BootStrap4登录表单验证示例"/></span><span class="sptit">BootStrap4登录表单验证示例</span></a></li><li><a href="/news/1687318478a1816.html"title='jquery改变form属性,提交表单' aria-label='jquery改变form属性,提交表单'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0884.jpg" alt="jquery改变form属性,提交表单"/></span><span class="sptit">jquery改变form属性,提交表单</span></a></li><li><a href="/wangzhan/1687318746a1826.html"title='jquery超全基础实例练习' aria-label='jquery超全基础实例练习'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0009.jpg" alt="jquery超全基础实例练习"/></span><span class="sptit">jquery超全基础实例练习</span></a></li><li><a href="/chengxu/1687318792a1828.html"title='常见的js插件库收藏分享' aria-label='常见的js插件库收藏分享'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0144.jpg" alt="常见的js插件库收藏分享"/></span><span class="sptit">常见的js插件库收藏分享</span></a></li><li><a href="/news/1687319012a1835.html"title='jQuery学习笔记' aria-label='jQuery学习笔记'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0986.jpg" alt="jQuery学习笔记"/></span><span class="sptit">jQuery学习笔记</span></a></li><li><a href="/wangzhan/1687319451a1850.html"title='使用jquery提交form表单并自定义action的方法' aria-label='使用jquery提交form表单并自定义action的方法'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0074.jpg" alt="使用jquery提交form表单并自定义action的方法"/></span><span class="sptit">使用jquery提交form表单并自定义action的方法</span></a></li><li><a href="/news/1687319724a1860.html"title='2022年jQuery面试题答案' aria-label='2022年jQuery面试题答案'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0176.jpg" alt="2022年jQuery面试题答案"/></span><span class="sptit">2022年jQuery面试题答案</span></a></li><li><a href="/chengxu/1687319812a1863.html"title='JqueryAjax请求文件下载操作失败的原因分析及解决办法' aria-label='JqueryAjax请求文件下载操作失败的原因分析及解决办法'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0690.jpg" alt="JqueryAjax请求文件下载操作失败的原因分析及解决办法"/></span><span class="sptit">JqueryAjax请求文件下载操作失败的原因分析及解决办法</span></a></li><li><a href="/news/1687320108a1875.html"title='微信小程序开发之表单验证WxValidate使用' aria-label='微信小程序开发之表单验证WxValidate使用'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0599.jpg" alt="微信小程序开发之表单验证WxValidate使用"/></span><span class="sptit">微信小程序开发之表单验证WxValidate使用</span></a></li></ul></div></div><div class="torson clear"></div><div class="widget widget_tags"><h4 class="bar">标签列表</h4><ul><li class="submenu"><a target="_blank" href="/tag/617759.html">为什么一用微信就无服务器</a></li><li class="submenu"><a target="_blank" href="/tag/617750.html">易人社登录服务器异常是什么情况</a></li><li class="submenu"><a target="_blank" href="/tag/617713.html">苹果x手机服务器是什么问题怎么解决</a></li><li class="submenu"><a target="_blank" href="/tag/617682.html">服务器pid运算出来的值是什么</a></li><li class="submenu"><a target="_blank" href="/tag/617674.html">泰拉瑞亚为什么连不进队友服务器</a></li><li class="submenu"><a target="_blank" href="/tag/617647.html">网址的服务器主机名称是什么</a></li><li class="submenu"><a target="_blank" href="/tag/617629.html">ps4为什么连不上2k服务器</a></li><li class="submenu"><a target="_blank" href="/tag/617624.html">监控服务器一般是什么操作系统</a></li><li class="submenu"><a target="_blank" href="/tag/617562.html">打印机服务器的使用方法是什么</a></li><li class="submenu"><a target="_blank" href="/tag/617558.html">高温服务器奔溃的原因是什么</a></li><li class="submenu"><a target="_blank" href="/tag/617538.html">魔域为什么总是和服务器联结中断</a></li><li class="submenu"><a target="_blank" href="/tag/617510.html">光网络服务器一套是什么</a></li><li class="submenu"><a target="_blank" href="/tag/617497.html">玩cs阻止了vac服务器是什么意思</a></li><li class="submenu"><a target="_blank" href="/tag/617493.html">为什么荒野行动pc版连接不上服务器</a></li><li class="submenu"><a target="_blank" href="/tag/617473.html">为什么用5e无法连接服务器</a></li><li class="submenu"><a target="_blank" href="/tag/617426.html">艾尔登法环服务器有什么用</a></li><li class="submenu"><a target="_blank" href="/tag/617419.html">戴尔服务器是干什么用的软件</a></li><li class="submenu"><a target="_blank" href="/tag/617409.html">九十年代服务器叫什么电脑</a></li><li class="submenu"><a target="_blank" href="/tag/617365.html">抖音上下载的是原神什么服务器</a></li><li class="submenu"><a target="_blank" href="/tag/617325.html">抖音下载的空之要塞是什么服务器</a></li></ul></div><div class="torson clear"></div></div></div><footer id="footer"><div class="footer container-w cl"><div class="fnav"></div><div align="center"><span class="copy"> CopyRight © 2022 All Rights Reserved <a href="/" title="拓祥电子编程网" target="_blank">拓祥电子编程网</a><p><a target="_blank" rel="nofollow" href="https://beian.miit.gov.cn/" style="font-size: 12px;">豫ICP备2022026798号-7</a></p><p>友情链接:<a href="https://www.815494.com/biancheng/">编程日记</a>|<a href="https://www.dn580.com/">电脑我帮您</a>|<a href="https://www.loghao.com/">网站日志分析</a>|<a href="https://www.sxydy.com/post/">数学伊甸园</a>|<a href="https://www.lxlong.com/">小龙励志网</a>|<a href="https://www.roclinux.cn/">Linux大棚</a>|<a href="https://www.dn580.com/">电脑知识</a></p></span></div></div></footer><script src="/view/template/mitiqin/js/common.min.js?2.3.0"></script><script src="/view/js/xiuno.js"></script><script src="/view/template/mitiqin/js/app.js?2.3.0"></script><div id="gotop"><div style="display: none; margin-bottom:5px;" id="goTopBtn"><a title="返回顶部" class="gotopa"><span class="iconfont icon-rocket-fill"></span></a></div><div align="center"></div></div></body></html>