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://www.torson.com.cn/chengxu/1687318228a1806.html" title="jquery如何设计弹出注册页面表单">http://www.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=yf4g_2BuFjYq3JcpBWAOhKxOM1FDbKhEPxd_2BXvDVg1N8nrYQozgkgwDNmW87_2BEtfKng_2Blg41EcnOUnRnofjl_2FOuA_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/1687259919a369.html"title='关于width=100%时会出现滚动条的情况' aria-label='关于width=100%时会出现滚动条的情况'>关于width=100%时会出现滚动条的情况</a></li><li><a href="/chengxu/1687260067a373.html"title='HTML中限制字数显示' aria-label='HTML中限制字数显示'>HTML中限制字数显示</a></li><li><a href="/chengxu/1687276207a886.html"title='关于ajax动态返回数据css以及js失效问题(动态引入JS)' aria-label='关于ajax动态返回数据css以及js失效问题(动态引入JS)'>关于ajax动态返回数据css以及js失效问题(动态引入JS)</a></li><li><a href="/chengxu/1687292551a1262.html"title='性价比高的1280×720(720P)分辨率安卓智能手机推荐' aria-label='性价比高的1280×720(720P)分辨率安卓智能手机推荐'>性价比高的1280×720(720P)分辨率安卓智能手机推荐</a></li><li><a href="/chengxu/1687294040a1314.html"title='慕课摄影基础单元答案武汉' aria-label='慕课摄影基础单元答案武汉'>慕课摄影基础单元答案武汉</a></li><li><a href="/chengxu/1687310989a1586.html"title='矿产资源潜在价值计算方法' aria-label='矿产资源潜在价值计算方法'>矿产资源潜在价值计算方法</a></li><li><a href="/chengxu/1687317126a1767.html"title='JqueryValidate相关参数及常用的自定义验证规则' aria-label='JqueryValidate相关参数及常用的自定义验证规则'>JqueryValidate相关参数及常用的自定义验证规则</a></li><li><a href="/chengxu/1687318159a1803.html"title='jQuery实现form表单reset按钮重置清空表单功能' aria-label='jQuery实现form表单reset按钮重置清空表单功能'>jQuery实现form表单reset按钮重置清空表单功能</a></li><li><a href="/chengxu/1687320779a1886.html"title='【ThinkPHP】分页写法' aria-label='【ThinkPHP】分页写法'>【ThinkPHP】分页写法</a></li><li><a href="/chengxu/1687322373a1937.html"title='PHP操作Excel插件phpspreadsheet' aria-label='PHP操作Excel插件phpspreadsheet'>PHP操作Excel插件phpspreadsheet</a></li><li><a href="/chengxu/1687322990a1961.html"title='针对JavaScript浏览器兼容性的变异测试方法' aria-label='针对JavaScript浏览器兼容性的变异测试方法'>针对JavaScript浏览器兼容性的变异测试方法</a></li><li><a href="/chengxu/1687324255a2005.html"title='CSS浏览器兼容性的各种代码解决方案' aria-label='CSS浏览器兼容性的各种代码解决方案'>CSS浏览器兼容性的各种代码解决方案</a></li><li><a href="/chengxu/1687324455a2012.html"title='css3兼容问题' aria-label='css3兼容问题'>css3兼容问题</a></li><li><a href="/chengxu/1687331129a2218.html"title='CSS浏览器兼容性与解决方法' aria-label='CSS浏览器兼容性与解决方法'>CSS浏览器兼容性与解决方法</a></li><li><a href="/chengxu/1687331151a2219.html"title='JS兼容性问题汇总(主要针对IE)' aria-label='JS兼容性问题汇总(主要针对IE)'>JS兼容性问题汇总(主要针对IE)</a></li><li><a href="/chengxu/1687332349a2263.html"title='系统 测试报告' aria-label='系统 测试报告'>系统 测试报告</a></li><li><a href="/chengxu/1687334187a2318.html"title='VS2008完整水晶报表发布部署总结' aria-label='VS2008完整水晶报表发布部署总结'>VS2008完整水晶报表发布部署总结</a></li><li><a href="/chengxu/1687342185a2786.html"title='Android学习之SQLite数据库存储' aria-label='Android学习之SQLite数据库存储'>Android学习之SQLite数据库存储</a></li><li><a href="/chengxu/1687343664a2892.html"title='SQL数据库基础语法' aria-label='SQL数据库基础语法'>SQL数据库基础语法</a></li><li><a href="/chengxu/1687349527a3295.html"title='C#通过DataGridView对数据库进行增删改查' aria-label='C#通过DataGridView对数据库进行增删改查'>C#通过DataGridView对数据库进行增删改查</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/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="/news/1687317714a1784.html"title='Vue快速实现通用表单验证功能' aria-label='Vue快速实现通用表单验证功能'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0166.jpg" alt="Vue快速实现通用表单验证功能"/></span><span class="sptit">Vue快速实现通用表单验证功能</span></a></li><li><a href="/chengxu/1687317737a1785.html"title='jQuery.validity.js 使用说明' aria-label='jQuery.validity.js 使用说明'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0571.jpg" alt="jQuery.validity.js 使用说明"/></span><span class="sptit">jQuery.validity.js 使用说明</span></a></li><li><a href="/wangzhan/1687317854a1790.html"title='问卷调查选择题html,jQuery单项选择题问卷调查表单代码' aria-label='问卷调查选择题html,jQuery单项选择题问卷调查表单代码'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0862.jpg" alt="问卷调查选择题html,jQuery单项选择题问卷调查表单代码"/></span><span class="sptit">问卷调查选择题html,jQuery单项选择题问卷调查表单代码</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/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/1687318297a1809.html"title='html表单ui,form表单-H-ui前端框架官方网站' aria-label='html表单ui,form表单-H-ui前端框架官方网站'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0287.jpg" alt="html表单ui,form表单-H-ui前端框架官方网站"/></span><span class="sptit">html表单ui,form表单-H-ui前端框架官方网站</span></a></li><li><a href="/news/1687318321a1810.html"title='多选按钮ajax传值回去,from表单中checkbox的多选,ajax转入后台,后台...' aria-label='多选按钮ajax传值回去,from表单中checkbox的多选,ajax转入后台,后台...'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0223.jpg" alt="多选按钮ajax传值回去,from表单中checkbox的多选,ajax转入后台,后台..."/></span><span class="sptit">多选按钮ajax传值回去,from表单中checkbox的多选,ajax转入后台,后台...</span></a></li><li><a href="/chengxu/1687318385a1812.html"title='jquery实现ajax提交form表单的方法总结' aria-label='jquery实现ajax提交form表单的方法总结'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0847.jpg" alt="jquery实现ajax提交form表单的方法总结"/></span><span class="sptit">jquery实现ajax提交form表单的方法总结</span></a></li><li><a href="/news/1687318523a1818.html"title='使用dreamweaver设计常用注册页面表单验证' aria-label='使用dreamweaver设计常用注册页面表单验证'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0379.jpg" alt="使用dreamweaver设计常用注册页面表单验证"/></span><span class="sptit">使用dreamweaver设计常用注册页面表单验证</span></a></li><li><a href="/wangzhan/1687318546a1819.html"title='《HTML5网页开发实例详解》目录' aria-label='《HTML5网页开发实例详解》目录'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0978.jpg" alt="《HTML5网页开发实例详解》目录"/></span><span class="sptit">《HTML5网页开发实例详解》目录</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/1687319035a1836.html"title='jQuery实现图片渐入渐出切换展示效果' aria-label='jQuery实现图片渐入渐出切换展示效果'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0618.jpg" alt="jQuery实现图片渐入渐出切换展示效果"/></span><span class="sptit">jQuery实现图片渐入渐出切换展示效果</span></a></li><li><a href="/chengxu/1687319117a1838.html"title='jquery中prop的用法' aria-label='jquery中prop的用法'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0003.jpg" alt="jquery中prop的用法"/></span><span class="sptit">jquery中prop的用法</span></a></li><li><a href="/news/1687319295a1844.html"title='使用插件实现下拉框表单验证的三种方式' aria-label='使用插件实现下拉框表单验证的三种方式'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0962.jpg" alt="使用插件实现下拉框表单验证的三种方式"/></span><span class="sptit">使用插件实现下拉框表单验证的三种方式</span></a></li><li><a href="/news/1687319318a1845.html"title='Bootstrap实现登录校验表单(带验证码)' aria-label='Bootstrap实现登录校验表单(带验证码)'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0829.jpg" alt="Bootstrap实现登录校验表单(带验证码)"/></span><span class="sptit">Bootstrap实现登录校验表单(带验证码)</span></a></li><li><a href="/wangzhan/1687319630a1856.html"title='泛微OA流程表单验证附加验证条件-js代码块' aria-label='泛微OA流程表单验证附加验证条件-js代码块'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0637.jpg" alt="泛微OA流程表单验证附加验证条件-js代码块"/></span><span class="sptit">泛微OA流程表单验证附加验证条件-js代码块</span></a></li><li><a href="/chengxu/1687319859a1865.html"title='JQuery遍历DOM节点的方法' aria-label='JQuery遍历DOM节点的方法'><span class="img-box mb5" data-ratio="16:9"><img src="/uploads/image/0264.jpg" alt="JQuery遍历DOM节点的方法"/></span><span class="sptit">JQuery遍历DOM节点的方法</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/617802.html">文件服务器中的DFS全名是什么</a></li><li class="submenu"><a target="_blank" href="/tag/617800.html">微信设置服务器ip地址是什么情况</a></li><li class="submenu"><a target="_blank" href="/tag/617798.html">服务器数据库学什么好一点</a></li><li class="submenu"><a target="_blank" href="/tag/617782.html">点歌机的服务器是什么样子的</a></li><li class="submenu"><a target="_blank" href="/tag/617694.html">怎么知道第五人格是什么服务器</a></li><li class="submenu"><a target="_blank" href="/tag/617670.html">三战里什么是主要参战服务器</a></li><li class="submenu"><a target="_blank" href="/tag/617661.html">什么情况下需要手动设置DNS服务器</a></li><li class="submenu"><a target="_blank" href="/tag/617638.html">ff14服务器不同有什么区别吗</a></li><li class="submenu"><a target="_blank" href="/tag/617635.html">按区突围服务器是干什么的</a></li><li class="submenu"><a target="_blank" href="/tag/617623.html">服务器厂家一般用什么牌子的ssd</a></li><li class="submenu"><a target="_blank" href="/tag/617615.html">客户端服务器模式简称为什么</a></li><li class="submenu"><a target="_blank" href="/tag/617596.html">审判之投为什么打崩虎扑服务器</a></li><li class="submenu"><a target="_blank" href="/tag/617562.html">打印机服务器的使用方法是什么</a></li><li class="submenu"><a target="_blank" href="/tag/617560.html">为什么会出现无法解析服务器的dns地址</a></li><li class="submenu"><a target="_blank" href="/tag/617477.html">ipv4服务器停用是什么情况</a></li><li class="submenu"><a target="_blank" href="/tag/617448.html">qq炫舞为什么显示无法连接版本服务器</a></li><li class="submenu"><a target="_blank" href="/tag/617395.html">普通电脑和普通服务器有什么区别</a></li><li class="submenu"><a target="_blank" href="/tag/617384.html">为什么会出现服务器似乎开小差了</a></li><li class="submenu"><a target="_blank" href="/tag/617347.html">万全T260是什么级别服务器</a></li><li class="submenu"><a target="_blank" href="/tag/617326.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>