Vue如何进行SEO优化,vue如何进行seo优化

分类:SEO教程 时间:2025-10-05 07:38 浏览:0 评论:0
0

Vue是一种流行的JavaScript框架,用于构建现代化的单页应用程序。由于其特殊的渲染方式,Vue应用在搜索引擎优化,SEO方面可能面临一些挑战。本文将探讨如何优化Vue应用的SEO,包括使用预渲染、动态渲染和合理的路由设计等技术,以确保搜索引擎能够正确地索引和显示Vue应用的内容,从而提高网站的可见性和排名。

1、Vue如何进行SEO优化

Vue如何进行SEO优化

Vue是一种流行的JavaScript框架,用于构建现代化的单页应用程序。由于Vue应用程序通常是在客户端渲染的,搜索引擎可能无法正确地索引和排名这些页面。进行Vue的SEO优化是至关重要的。

一个重要的步骤是使用服务端渲染,SSR来生成Vue应用程序的初始HTML。通过使用SSR,服务器可以在发送响应之前将Vue组件渲染为HTML。这样,搜索引擎爬虫就可以正确地解析和索引页面的内容。

另一个关键的优化技术是使用合适的元标记。搜索引擎爬虫通常会查找页面的标题标签,和描述标签,<meta name="description">。确保为每个页面设置唯一且相关的标题和描述,以便搜索引擎正确地理解页面的内容。</p><p>使用合适的URL结构也是重要的。确保每个页面都有一个描述性的URL,并使用适当的关键字。这有助于搜索引擎理解页面的主题,并提高排名。</p><p>为了确保搜索引擎能够正确地索引Vue应用程序的内容,还可以使用预渲染技术。预渲染是在构建过程中生成静态HTML文件的过程。这些文件可以直接提供给搜索引擎爬虫,以便它们能够正确地索引和排名页面。</p><p>使用合适的内部链接结构也是重要的。确保在Vue应用程序中使用适当的内部链接,以便搜索引擎可以轻松地浏览和索引整个网站。这有助于提高整个网站的可见性和排名。</p><p>确保Vue应用程序的加载速度尽可能快也是重要的。搜索引擎通常会考虑网站的加载速度作为排名因素之一。通过使用代码分割和懒加载等技术,可以减少初始加载的代码量,从而提高页面的加载速度。</p><p>Vue应用程序的SEO优化是确保搜索引擎能够正确地索引和排名页面的关键。通过使用服务端渲染、合适的元标记、合适的URL结构、预渲染、合适的内部链接结构和快速加载速度等技术,可以提高Vue应用程序在搜索引擎中的可见性和排名。</p><h3>2、vue如何进行seo优化</h3><p style="text-align: center;"><img src="/uploadfile/202510/39b4a7046ea2306f182691c3efebf2dc.jpg" alt="vue如何进行seo优化" title="vue如何进行seo优化"></p><p>Vue是一种流行的JavaScript框架,用于构建现代化的Web应用程序。由于Vue是一种单页面应用程序,SPA框架,它在默认情况下对搜索引擎优化,SEO不太友好。我们将探讨一些Vue进行SEO优化的方法。</p><p>为了使Vue应用程序对搜索引擎友好,我们需要确保搜索引擎可以正确地索引我们的页面。由于Vue应用程序是在客户端渲染的,搜索引擎在爬取页面时无法获取到完整的HTML内容。为了解决这个问题,我们可以使用服务器端渲染,SSR来生成静态HTML页面。Vue提供了一个名为Nuxt.js的框架,它可以帮助我们实现服务器端渲染。</p><p>我们需要确保每个页面都有唯一的URL,并且每个URL都可以通过直接访问而不是通过JavaScript的路由来访问。这是因为搜索引擎爬虫无法执行JavaScript代码,所以无法获取通过JavaScript路由生成的内容。为了解决这个问题,我们可以使用Nuxt.js的动态路由功能来生成静态页面,并确保每个页面都有一个唯一的URL。</p><p>我们还可以使用预渲染来提高Vue应用程序的SEO。预渲染是指在构建过程中生成静态HTML文件,并将这些文件作为服务器响应返回给搜索引擎。这样,搜索引擎爬虫就可以直接获取到完整的HTML内容,从而提高页面的可索引性。Vue提供了一个名为Prerender SPA Plugin的插件,可以帮助我们实现预渲染。</p><p>我们还可以优化页面的元数据,包括页面的标题、描述和关键字。这些元数据可以提供给搜索引擎更好地理解页面的内容,并在搜索结果中显示。Vue提供了一个名为Vue Meta的插件,可以帮助我们动态地设置页面的元数据。</p><p>我们还可以通过优化页面的加载速度来提高Vue应用程序的SEO。搜索引擎对页面加载速度非常敏感,加载速度较慢的页面往往会排名较低。为了优化页面的加载速度,我们可以使用代码分割和懒加载来减少初始加载的资源量,并使用缓存来提高页面的响应速度。</p><p>要使Vue应用程序对搜索引擎友好,我们可以使用服务器端渲染、动态路由、预渲染、优化元数据和页面加载速度等方法。通过这些方法的结合,我们可以提高Vue应用程序在搜索引擎中的可见性和排名,从而吸引更多的访问者和流量。</p><h3>3、vue怎么优化seo</h3><p style="text-align: center;"><img src="/uploadfile/202510/db6f8f3f0c55358b8001e8fbd8217591.jpg" alt="vue怎么优化seo" title="vue怎么优化seo"></p><p>Vue是一种流行的JavaScript框架,用于构建现代化的Web应用程序。由于Vue是一个单页面应用程序,SPA,它在搜索引擎优化,SEO方面可能会面临一些挑战。我们将讨论如何优化Vue应用程序的SEO,以提高网站在搜索引擎结果页面,SERP中的排名。</p><p>1. 使用预渲染,Prerendering</p><p>预渲染是一种技术,可以在构建过程中将Vue应用程序的静态HTML生成并保存到服务器上。这样,搜索引擎爬虫可以直接获取到完整的HTML内容,从而更好地理解和索引您的网站。您可以使用工具如Prerender SPA Plugin来实现预渲染。</p><p>2. 优化页面标题和描述</p><p>搜索引擎通常会根据页面标题和描述来确定网页的主题和内容。在Vue应用程序中,您可以使用Vue Router来设置每个页面的标题和描述。确保标题和描述准确地描述了页面内容,并包含相关关键字,以提高页面在搜索结果中的可见性。</p><p>3. 提供静态页面链接</p><p>由于Vue应用程序是一个单页面应用程序,页面之间的导航是通过JavaScript路由来实现的。搜索引擎爬虫通常不会执行JavaScript,因此无法正确地索引通过路由加载的内容。为了解决这个问题,您可以在网站上提供静态页面链接,这样搜索引擎爬虫可以直接访问和索引每个页面。</p><p>4. 使用合适的URL结构</p><p>使用有意义的URL结构可以帮助搜索引擎和用户更好地理解您的网站。在Vue应用程序中,您可以使用Vue Router来设置URL结构。确保URL包含关键字,并且易于阅读和理解。</p><p>5. 使用合适的标签和元数据</p><p>在Vue应用程序中,您可以使用Vue Meta来设置页面的标签和元数据。标签和元数据对于搜索引擎来说非常重要,因为它们提供了关于页面内容的关键信息。确保标签和元数据准确地描述了页面内容,并包含相关关键字。</p><p>6. 提供高质量的内容</p><p>无论您是使用Vue还是其他技术,提供高质量的内容始终是优化SEO的关键。搜索引擎更喜欢有价值和有意义的内容,并将其视为排名因素之一。确保您的网站提供有用的信息,并定期更新和优化内容。</p><p>通过预渲染、优化页面标题和描述、提供静态页面链接、使用合适的URL结构、使用合适的标签和元数据以及提供高质量的内容,您可以优化Vue应用程序的SEO,提高网站在搜索引擎结果页面中的排名。记住,SEO是一个长期的过程,需要不断地优化和改进。祝您在优化Vue应用程序的SEO方面取得成功!</p><p>Vue在进行SEO优化时需要注意几个关键点。合理使用Vue的路由功能,确保每个页面都有独立的URL地址,方便搜索引擎抓取和索引。使用预渲染或服务端渲染的方式,将Vue应用转化为静态HTML页面,提高页面的可读性和被搜索引擎收录的机会。合理设置页面的meta标签,包括title、description和keywords等,以便搜索引擎了解页面的内容和关键信息。优化网站的加载速度,减少页面的加载时间,提升用户体验和搜索引擎的排名。综合考虑以上因素,可以有效地提升Vue应用的SEO效果,让网站在搜索引擎中获得更好的曝光和流量。</p> </div> <div class="entry-tags"> <a href="/index.php?s=jiaocheng&c=search&keyword=Vue" rel="category"><i class="dot"></i>Vue</a> <a href="/index.php?s=jiaocheng&c=search&keyword=如何" rel="category"><i class="dot"></i>如何</a> <a href="/index.php?s=jiaocheng&c=search&keyword=进行" rel="category"><i class="dot"></i>进行</a> <a href="/index.php?s=jiaocheng&c=search&keyword=SEO" rel="category"><i class="dot"></i>SEO</a> <a href="/index.php?s=jiaocheng&c=search&keyword=优化" rel="category"><i class="dot"></i>优化</a> <a href="/index.php?s=jiaocheng&c=search&keyword=vue" rel="category"><i class="dot"></i>vue</a> <a href="/index.php?s=jiaocheng&c=search&keyword=seo" rel="category"><i class="dot"></i>seo</a> <a href="/index.php?s=jiaocheng&c=search&keyword=Vue" rel="category"><i class="dot"></i>Vue</a> <a href="/index.php?s=jiaocheng&c=search&keyword=一种" rel="category"><i class="dot"></i>一种</a> <a href="/index.php?s=jiaocheng&c=search&keyword=流" rel="category"><i class="dot"></i>流</a> <a href="/index.php?s=jiaocheng&c=search&keyword=" rel="category"><i class="dot"></i></a> </div> <div class="article-copyright">1. 本站所有资源来源于用户上传或网络,仅作为参考研究使用,如有侵权请邮件联系站长! <br/>2. 本站积分货币获取途径以及用途的解读,想在本站混的好,请务必认真阅读! <br/>3. 本站强烈打击盗版/破解等有损他人权益和违法作为,请各位会员支持正版! <br/>4. <a href="/seojiaocheng.html">SEO教程</a> <small>></small> <a href="https://www.hailuo.cc/seojiaocheng/8505.html" title="Vue如何进行SEO优化,vue如何进行seo优化">Vue如何进行SEO优化,vue如何进行seo优化</a> </div> <div class="article-footer"> <div class="author-box"> <div class="author-image"> <img alt="海螺主题" data-src="https://www.hailuo.cc/uploadfile/member/000/00/00/1.jpg?time=" class="avatar avatar-140 photo gravatar lazyload" height="140" width="140"> </div> <div class="author-info"> <h4 class="author-name"> <a>海螺主题</a> <span class="label"><img align="absmiddle" src="https://www.hailuo.cc/uploadfile/202309/bcea7227e84f.png" style="width: 55px;margin: -4px 0 0 0;"></span> </h4> </div> </div> <div class="shares" data-initialized="true"> <strong>分享到:</strong> <span class="share-popover"><span class="share-popover-inner" id="weixin-qrcode"><canvas width="80" height="80"></canvas></span></span> <a class="share-weixin icon-wechat" title="分享到微信"><i class="fa fa-weixin"></i></a> <a class="share-tsina icon-weibo" title="分享到微博"><i class="fa fa-weibo"></i></a> <a class="share-sqq icon-qq" title="分享到QQ好友"><i class="fa fa-qq"></i></a> <a class="share-qzone icon-qzone" title="分享到QQ空间"><i class="fa fa-star"></i></a> <a class="share-twitter icon-twitter" title="分享到Twitter"><i class="fa fa-twitter"></i></a> <a class="share-facebook icon-facebook" title="分享到Facebook"><i class="fa fa-facebook"></i></a> <a class="share-linkedin icon-linkedin" title="分享到领英职场"><i class="fa fa-linkedin"></i></a> </div> </div> </div> </div> </article> <div class="entry-navigation"> <nav class="article-nav"> <span class="article-nav-prev">上一篇<br> <a href="/seojiaocheng/8504.html" rel="prev">齐齐哈尔网站建设推广,齐齐哈尔市互联网+电子政务服务平台建设</a></span> <span class="article-nav-next">下一篇<br> <a href="/seojiaocheng/8506.html" rel="next">山东SEO优化排行榜:山东SEO首页关键词优化推荐</a></span> </nav> </div> <div class="entry-navigation"> <h3 class="entry-title">用户评论</h1> <div id="dr_module_comment_8505"></div><script type="text/javascript"> function dr_ajax_module_comment_8505(type, page) { var index = layer.load(2, { time: 10000 });$.ajax({type: "GET", url: "/index.php?s=jiaocheng&c=comment&m=index&id=8505&&type="+type+"&page="+page+"&"+Math.random(), dataType:"jsonp", success: function (data) { layer.close(index); if (data.code) { $("#dr_module_comment_8505").html(data.msg); } else { dr_tips(0, data.msg); } }, error: function(HttpRequest, ajaxOptions, thrownError) { layer.closeAll(); var msg = HttpRequest.responseText; alert("评论调用函数返回错误:"+msg); } }); } dr_ajax_module_comment_8505(0, 1); </script> </div> </main> </div> </div> <div class="sidebar-column col-lg-3"> <aside class="fixed-right widget-area"> <div class="side-box-dw"></div> <div class="side-fixed-box"> <div class="side-fixed-con"> <div class="widget"> <div class="content-list" style="margin-bottom: 0px;"> <ul> <li style="margin-right: 1px;"><a style="line-height: 18px;border: 1px solid #38c3f433;" class="" href="/jishu.html">全部文章</a></li> <li style="margin-right: 1px;"><a style="line-height: 18px;border: 1px solid #38c3f433;" class="" href="/jzjc.html">建站教程</a></li> <li style="margin-right: 1px;"><a style="line-height: 18px;border: 1px solid #38c3f433;" class="" href="/spjc.html">视频教程</a></li> <li style="margin-right: 1px;"><a style="line-height: 18px;border: 1px solid #38c3f433;" class="on" href="/seojiaocheng.html">SEO教程</a></li> </ul> </div> </div> <div class="widget cao-widget-posts"> <h5 class="widget-title"><i class="fa fa-mouse-pointer" aria-hidden="true"></i> 点击排行</h5> <div class="posts"> <div class="uposts"> <div class="hentry"> <h2 class="title"><span class="post-num num-1">1</span> <a href="/seojiaocheng/1823.html" title="关键词组合的SEO优化策略">关键词组合的SEO优化策略</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-2">2</span> <a href="/jzjc/1759.html" title="关于出现“对不起,您安装的不是正版应用..”的解决办法">关于出现“对不起,您安装的不是正版应用..”的解决办法</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-3">3</span> <a href="/seojiaocheng/16963.html" title="如何利用论坛和社区提升网站流量">如何利用论坛和社区提升网站流量</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-4">4</span> <a href="/seojiaocheng/16908.html" title="什么是内容优化,怎么做">什么是内容优化,怎么做</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-5">5</span> <a href="/seojiaocheng/16833.html" title="如何制定有效的市场营销策略">如何制定有效的市场营销策略</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-6">6</span> <a href="/seojiaocheng/16828.html" title="内容更新的最佳实践是什么">内容更新的最佳实践是什么</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-7">7</span> <a href="/seojiaocheng/16761.html" title="如何使用ChatGPT生成商业计划书">如何使用ChatGPT生成商业计划书</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-8">8</span> <a href="/seojiaocheng/16513.html" title="如何为新产品选择关键词进行优化">如何为新产品选择关键词进行优化</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-9">9</span> <a href="/seojiaocheng/16409.html" title="关键词排名快照的分析工具有哪些">关键词排名快照的分析工具有哪些</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-10">10</span> <a href="/seojiaocheng/16384.html" title="如何通过内链优化提高关键词排名">如何通过内链优化提高关键词排名</a> </h2> </div> </div> </div> </div> <div class="widget widget-adss"> <div class="adsbg"> </div> </div><div class="widget widget_tag_cloud"> <h5 class="widget-title"><i class="fa fa-tags" aria-hidden="true"></i> 标签</h5> <div class="tagcloud"> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="bottlecms" href="/tag/bottlecms.html">bottlecms</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="一周" href="/tag/yizhou.html">一周</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="销售额" href="/tag/xiaoshoue.html">销售额</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="爆炸" href="/tag/baozha.html">爆炸</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="摩托车跑车" href="/tag/motuochepaoche.html">摩托车跑车</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="手绘图" href="/tag/shouhuitu.html">手绘图</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="太阳的" href="/tag/taiyangde.html">太阳的</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="少女插画" href="/tag/shaonuchahua.html">少女插画</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="宜兴" href="/tag/yixing.html">宜兴</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="仙鹤" href="/tag/xianhe.html">仙鹤</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="头部特写" href="/tag/toubutexie.html">头部特写</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="古董" href="/tag/gudong.html">古董</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="陀螺" href="/tag/tuoluo.html">陀螺</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="自己的" href="/tag/zijide.html">自己的</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="武昌" href="/tag/wuchang.html">武昌</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="香槟色" href="/tag/xiangbinse.html">香槟色</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="数码产品" href="/tag/shumachanpin.html">数码产品</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="植树节" href="/tag/zhishujie.html">植树节</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="群辉里" href="/tag/qunhuili.html">群辉里</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="卡纸" href="/tag/kazhi.html">卡纸</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="可爱小萝莉" href="/tag/keaixiaoluoli.html">可爱小萝莉</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="护士" href="/tag/hushi.html">护士</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="戴眼镜帅哥" href="/tag/daiyanjingshuaige.html">戴眼镜帅哥</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="detube" href="/tag/detube.html">detube</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="帆船" href="/tag/fanchuan.html">帆船</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="金色长发" href="/tag/jinsechangfa.html">金色长发</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="黑色小狗" href="/tag/heisexiaogou.html">黑色小狗</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="一个" href="/tag/yige.html">一个</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="施工公司" href="/tag/shigonggongsi.html">施工公司</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="大丽花" href="/tag/dalihua.html">大丽花</a> </div> </div> </div> </div> </aside> </div> </div> <div class="main-box-dw"></div> </div> </div> <div class="footer hidden-sm" id="footer"> <div class="container"> <div class="row"> <ul class="item clearfix"> <li class="col-md-6 left" style="float: left;"> <h2 style="margin-top: 0;margin-bottom: 3px;" class="footer-logo"><img src="/uploadfile/202204/5bb546b8cddb16b.png"></h2> <p class="desc" style="margin-bottom: 20px;"> 海螺主题设计作为高端的网页主题模板产品定制专家,业务覆盖各大开源系统主题,可一站式在线选购高品质主题模板,极致助力您的企业品牌成为行业标杆。 </p> <p class="copy margin-0"> Copyright © 2016 - 2025 | 海螺主题模板 <a class="hidden-xss">•</a><a class="hidden-xss"> 版权所有 </a><a class="hidden-xss">|</a> <a class="hidden-xss">www.hailuo.cc</a><a class="hidden-xss">|</a> <a class="hidden-xss" target="_blank" href="http://beian.miit.gov.cn"> 蜀ICP备2025160319号</a> </p> </li> <li class="col-md-2 text-center hidden-xs" style="float: left;"> <h4 style="margin-bottom: 15px;">关于我们</h4> <p> <a href="/copyright.html">免责声明</a> </p> <p> <a href="/about.html">海螺模板</a> </p> <p> <a href="/contact.html">联系我们</a> </p> <p> <a href="/gbook.html">留言反馈</a> </p> </li> <li class="col-md-2 text-center hidden-xs" style="float: left;"> <h4 style="margin-bottom: 15px;">常见问题</h4> <p> <a href="javascript:;" onclick="dr_html_show('常见问题','<div class=\'p20\'>本站已经开发注册,您需要填写用户名和正确的常用邮箱即可,邮箱需要通过验证后才可以正常使用相关功能。</div>','300px','300px')">如何注册</a> </p> <p> <a href="javascript:;" onclick="dr_html_show('常见问题','<div class=\'p20\'>找到对应商品后点击页面的“立即购买”按钮下单即可,本站商品支持自助下单,无需联系客服干预操作</div>','300px','300px')">怎么购买</a> </p> <p> <a href="javascript:;" onclick="dr_html_show('常见问题','<div class=\'p20\'>目前我们支持两种方式<br>1.在线支付,仅支持支付宝在线支付实时交易,完全自助完成交易流程<br>2.转账充值,支持任意付款方式,需要客服给您充值到余额在进行交易</div>','300px','300px')">支付方式</a> </p> <p> <a href="javascript:;" onclick="dr_html_show('常见问题','<div class=\'p20\'>虚拟商品购买后可返回至商品详情页获得对应的素材或下载文件<br>实物商品将以快递、物流等方式寄送到您的手中</div>','300px','300px')">发货方式</a> </p> </li> <li class="col-md-2 text-right hidden-xs" style="float: left;right: -5px;"> <h4 style="margin-bottom: 15px;">扫一扫加入Q群 ⠀</h4> <p><img src="/uploadfile/202204/wap.png" alt="海螺主题模板" width="120"></p> </li> </ul> <div class="col-md-12 hidden-xs"> <div class="link"> <a href="http://www.hailuo.cc" target="_blank">海螺主题</a> <a href="/link.html">+申请友链</a> <a class="qq float-border float-text" style="float: right;text-align: center;margin-right: 2px;" href="javascript:void(0);"> <i class="fa fa-envelope" style="color: #fcb900;"></i><br> 邮箱 <div class="float-alert-box float-radius float-qq-box" style="display: none;"> <h6>工作时间</h6> <p> 工作日:9:00 - 22:00<br> 节假日:9:00 - 18:00 </p> <div class="float-qq-btn float-radius" onclick="window.open('tencent://message/?uin=','_blank')"> qiye @ vip.qq.com </div> </div> </a> <a class="weixin float-border float-text" style="float: right;text-align: center;" href="javascript:void(0);"> <i class="fa fa-weixin" style="color: #00d084;"></i><br> 微信 <div class="float-alert-box float-radius float-weixin-box"> <p> 扫一扫添加客服微信 </p> <img src="/uploadfile/202204/wx.png" width="120" height="120" alt="微信二维码"> </div> </a> <a class="weixin float-border float-text" style="float: right;text-align: center;" href="javascript:void(0);"> <i class="fa fa-qq" style="color: #0693e3;"></i><br> 客服 <div class="float-alert-box float-radius float-weixin-box"> <p> 扫一扫添加客服QQ </p> <img src="/uploadfile/202204/qq.png" width="120" height="120" alt="QQ 二维码"> </div> </a> </div> </div> </div> </div> </div> <script> var _mtj = _mtj || []; (function () { var mtj = document.createElement("script"); mtj.src = "https://node94.aizhantj.com:21233/tjjs/?k=7bapoq19e1n"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(mtj, s); })(); </script> <div class="float-box hidden-xs"> <ul class="float-ul float-radius float-text"> <li> <a class="fankui float-border float-text" href="/gbook.html"> <i class="fa fa-pencil-square-o"></i><br> 反馈 </a> </li> <li> <a class="jq float-border float-text" href="/contact.html"> <i class="fa bi-headset"></i><br> 客服 </a> </li> </ul> <br> <ul class="float-ul float-radius float-text"> <li> <a class="top float-border float-text" href="javascript:void(0);" etap="to_top" title="返回顶部"> <i class="fa fa-chevron-up"></i><br> </a> </li> </ul> </div> <div class="dimmer"></div> <div id="popup-signup" class="popup-signup fade" style="display: none;"> <div class="register-login-modal" role="document"> <div class="modal-content"> <div class="modal-body"> <!-- Nav tabs --> <ul class="nav nav-tabs"> <li class="active"><a href="#login" data-toggle="login">登录</a></li> <li><a href="#signup" data-toggle="signup">注册</a></li> </ul> <!-- Tab panes --> <div class="tab-content"> <div class="tab-pane fade in active" id="login"> <div class="signup-form-container text-center"> <form class="mb-0" id="myforml" method="post" novalidate="novalidate"> <div class="form-group"> <input type="text" class="form-control" name="data[username]" placeholder="*用户名"> </div> <div class="form-group"> <input type="password" class="form-control" name="data[password]" placeholder="*密码"> </div> <div class="form-group"> <input class="form-control" type="text" autocomplete="off" placeholder="*验证码" name="code" /><img align="absmiddle" style="cursor:pointer;" onclick="this.src='/index.php?s=api&c=api&m=captcha&width=120&height=35&'+Math.random();" src="/index.php?s=api&c=api&m=captcha&width=120&height=35" /> </div> <input class="btn change-color-lv btn--block login-loader" type="button" value="安全登录" onclick="dr_ajax_member('https://www.hailuo.cc/index.php?s=member&c=login&m=index', 'myforml');" /> </form> <div class="or-text"> <span>or</span> </div> <div class="open-oauth text-center"> </div> <a href="https://www.hailuo.cc/index.php?s=member&c=login&m=find" class="forget-password">忘记密码?</a> <!-- form end --> </div> <!-- .signup-form end --> </div> <div class="tab-pane fade in" id="signup"> <form class="mb-0" method="post" id="myformr"> <div class="form-group"> <input type="text" class="form-control" name="data[username]" placeholder="输入账号(字母+数字/5-10位)"> </div> <div class="form-group"> <input type="email" class="form-control" name="data[email]" placeholder="绑定邮箱"> </div> <div class="form-group"> <input type="password" class="form-control" name="data[password]" placeholder="密码最小长度为6"> </div> <div class="form-group"> <input type="password" class="form-control" name="data[password2]" placeholder="再次输入密码"> </div> <div class="form-group"> <input class="form-control" type="text" autocomplete="off" placeholder="*验证码" name="code" /><img align="absmiddle" style="cursor:pointer;" onclick="this.src='/index.php?s=api&c=api&m=captcha&width=120&height=35&'+Math.random();" src="/index.php?s=api&c=api&m=captcha&width=120&height=35" /> </div> <input type="hidden" name="action" value="WPAY_register"> <input class="btn change-color-lv btn--block register-loader" type="button" onclick="dr_ajax_member('https://www.hailuo.cc/index.php?s=member&c=register&m=index', 'myformr');" value="立即注册" /> <div class="or-text"> <span>or</span> </div> <div class="open-oauth text-center"> </div> <label class="mt-checkbox mt-checkbox-outline" style="margin-left:20px;"> <input type="checkbox" name="is_protocol" value="1" checked> 我已阅读并同意 <span></span> </label> <label> <a href="javascript:dr_show_protocol();">《用户注册协议》</a> </label> </form> <!-- form end --> </div> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> </div> <!-- 侧边栏 --> <div class="off-canvas"> <div class="canvas-close"> <i class="fa fa-close"></i> </div> <div class="logo-wrapper"> <img class="logo regular" src="https://www.hailuo.cc/uploadfile/202204/56f11599575e9f7.png" alt="海螺主题模板"> </div> <div class="mobile-menu hidden-lg hidden-xl"></div> <aside class="widget-area"> <div class="widget widget-adss"> <div class="adsbg"> </div> </div> <div class="widget widget_tag_cloud"> <h5 class="widget-title"><i class="fa fa-tags" aria-hidden="true"></i> 标签</h5> <div class="tagcloud"> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="亚洲女神" href="/tag/yazhounushen.html">亚洲女神</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="疫苗" href="/tag/yimiao.html">疫苗</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="八块腹肌" href="/tag/bakuaifuji.html">八块腹肌</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="美女骑马" href="/tag/meinuqima.html">美女骑马</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="会议" href="/tag/huiyi.html">会议</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="黑皮肤" href="/tag/heipifu.html">黑皮肤</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="签" href="/tag/qian160315.html">签</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="普洱茶" href="/tag/puercha.html">普洱茶</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="榛子" href="/tag/zhenzi.html">榛子</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="橘子树" href="/tag/juzishu.html">橘子树</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="冬天雪景" href="/tag/dongtianxuejing.html">冬天雪景</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="安全" href="/tag/anquan.html">安全</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="交通" href="/tag/jiaotong.html">交通</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="浦东" href="/tag/pudong.html">浦东</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="胶片" href="/tag/jiaopian.html">胶片</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="wpf" href="/tag/wpf.html">wpf</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="虚拟微信用户" href="/tag/xuniweixinyonghu.html">虚拟微信用户</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="晚上" href="/tag/wanshang.html">晚上</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="更具" href="/tag/gengju.html">更具</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="海边美女" href="/tag/haibianmeinu.html">海边美女</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="皮肤" href="/tag/pifu.html">皮肤</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="局限性" href="/tag/juxianxing.html">局限性</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="跻身" href="/tag/jishen.html">跻身</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="字典" href="/tag/zidian.html">字典</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="楼房" href="/tag/loufang.html">楼房</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="火龙果" href="/tag/huolongguo.html">火龙果</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="三旗" href="/tag/sanqi.html">三旗</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="冰饮料" href="/tag/bingyinliao.html">冰饮料</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="电动摩托车" href="/tag/diandongmotuoche.html">电动摩托车</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="结束" href="/tag/jieshu.html">结束</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="插入" href="/tag/charu.html">插入</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="粉红" href="/tag/fenhong.html">粉红</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="电脑显示器" href="/tag/diannaoxianshiqi.html">电脑显示器</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="螺纹" href="/tag/luowen.html">螺纹</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="蹲坐" href="/tag/dunzuo.html">蹲坐</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="安丘" href="/tag/anqiu.html">安丘</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="挖掘机" href="/tag/wajueji.html">挖掘机</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="市内" href="/tag/shinei1.html">市内</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="夜空中" href="/tag/yekongzhong.html">夜空中</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="面试" href="/tag/mianshi1.html">面试</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="划算" href="/tag/huasuan.html">划算</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="身高" href="/tag/shengao.html">身高</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="户型" href="/tag/huxing.html">户型</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="毛毛虫" href="/tag/maomaochong.html">毛毛虫</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="老街" href="/tag/laojie.html">老街</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="高端名贵" href="/tag/gaoduanminggui.html">高端名贵</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="雪橇" href="/tag/xueqiao.html">雪橇</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="潍城" href="/tag/weicheng.html">潍城</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="写意" href="/tag/xieyi.html">写意</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="温柔" href="/tag/wenrou.html">温柔</a> </div> </div> <div class="widget conch-widget-posts"> <h5 class="widget-title"><i class="fa fa-area-chart" aria-hidden="true"></i> 热门资源</h5> <div class="posts"> <div class="left"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="https://www.hailuo.cc/qywz/1443.html"> <img class="lazyload" data-src="/uploadfile/202412/f2371a32c8d3f61.jpg" alt="响应式车行汽车租赁网站pbootcms模板(自适应)"> </a> </div> </div> <a href="https://www.hailuo.cc/qywz/1443.html" rel="bookmark" style="display: block;height: 1.6rem;margin-top: 3px;">响应式车行汽车租赁网站pbootcms模板(自适应)</a> <br><time><i class="fa fa-clock-o" aria-hidden="true"></i> 2025-08-16 </time><a> <i class="fa fa-eye font-blue"></i> 63</a> </div> <div class="left"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="https://www.hailuo.cc/qywz/1451.html"> <img class="lazyload" data-src="/uploadfile/202412/32d953e34ff0408.jpg" alt="搬家快递家政公司Pbootcms自适应网站模板"> </a> </div> </div> <a href="https://www.hailuo.cc/qywz/1451.html" rel="bookmark" style="display: block;height: 1.6rem;margin-top: 3px;">搬家快递家政公司Pbootcms自适应网站模板</a> <br><time><i class="fa fa-clock-o" aria-hidden="true"></i> 2024-12-22 </time><a> <i class="fa fa-eye font-blue"></i> 51</a> </div> <div class="left"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="https://www.hailuo.cc/qywz/1448.html"> <img class="lazyload" data-src="/uploadfile/202412/6afd42c16ab2eb.jpg" alt="HTML5黑色炫酷建筑装饰公司pbootcms自适应模板"> </a> </div> </div> <a href="https://www.hailuo.cc/qywz/1448.html" rel="bookmark" style="display: block;height: 1.6rem;margin-top: 3px;">HTML5黑色炫酷建筑装饰公司pbootcms自适应模板</a> <br><time><i class="fa fa-clock-o" aria-hidden="true"></i> 2024-12-22 </time><a> <i class="fa fa-eye font-blue"></i> 36</a> </div> <div class="left"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="https://www.hailuo.cc/jxsb/1449.html"> <img class="lazyload" data-src="/uploadfile/202412/9758d35b36c4525.jpg" alt="简繁双语轴承齿轮机械制造企业pbootcms自适应模板"> </a> </div> </div> <a href="https://www.hailuo.cc/jxsb/1449.html" rel="bookmark" style="display: block;height: 1.6rem;margin-top: 3px;">简繁双语轴承齿轮机械制造企业pbootcms自适应模板</a> <br><time><i class="fa fa-clock-o" aria-hidden="true"></i> 2024-12-22 </time><a> <i class="fa fa-eye font-blue"></i> 18</a> </div> <div class="left"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="https://www.hailuo.cc/qywz/1450.html"> <img class="lazyload" data-src="/uploadfile/202412/60f8acbb4c9e314.jpg" alt="仪表容器制造公司自适应网站pbootcms模板"> </a> </div> </div> <a href="https://www.hailuo.cc/qywz/1450.html" rel="bookmark" style="display: block;height: 1.6rem;margin-top: 3px;">仪表容器制造公司自适应网站pbootcms模板</a> <br><time><i class="fa fa-clock-o" aria-hidden="true"></i> 2024-12-22 </time><a> <i class="fa fa-eye font-blue"></i> 94</a> </div> <div class="left"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="https://www.hailuo.cc/qywz/1453.html"> <img class="lazyload" data-src="/uploadfile/202412/9f1532534a3b6.jpg" alt="软件开发网络公司pbootcms模板"> </a> </div> </div> <a href="https://www.hailuo.cc/qywz/1453.html" rel="bookmark" style="display: block;height: 1.6rem;margin-top: 3px;">软件开发网络公司pbootcms模板</a> <br><time><i class="fa fa-clock-o" aria-hidden="true"></i> 2024-12-22 </time><a> <i class="fa fa-eye font-blue"></i> 40</a> </div> <div class="left"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="https://www.hailuo.cc/bkdh/1442.html"> <img class="lazyload" data-src="/uploadfile/202412/5330a9f42d6907d.jpg" alt="响应式个人博客自媒体自适应pbootcms模板"> </a> </div> </div> <a href="https://www.hailuo.cc/bkdh/1442.html" rel="bookmark" style="display: block;height: 1.6rem;margin-top: 3px;">响应式个人博客自媒体自适应pbootcms模板</a> <br><time><i class="fa fa-clock-o" aria-hidden="true"></i> 2024-12-22 </time><a> <i class="fa fa-eye font-blue"></i> 93</a> </div> <div class="left"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="https://www.hailuo.cc/qywz/1455.html"> <img class="lazyload" data-src="/uploadfile/202412/ce4f86e0f531667.jpg" alt="响应式营销型运动健身器材pbootcms模板"> </a> </div> </div> <a href="https://www.hailuo.cc/qywz/1455.html" rel="bookmark" style="display: block;height: 1.6rem;margin-top: 3px;">响应式营销型运动健身器材pbootcms模板</a> <br><time><i class="fa fa-clock-o" aria-hidden="true"></i> 2024-12-22 </time><a> <i class="fa fa-eye font-blue"></i> 69</a> </div> <div class="left"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="https://www.hailuo.cc/qywz/1444.html"> <img class="lazyload" data-src="/uploadfile/202412/84387b0d6b29a2.jpg" alt="互联网企业网络公司pbootcms自适应网站模板"> </a> </div> </div> <a href="https://www.hailuo.cc/qywz/1444.html" rel="bookmark" style="display: block;height: 1.6rem;margin-top: 3px;">互联网企业网络公司pbootcms自适应网站模板</a> <br><time><i class="fa fa-clock-o" aria-hidden="true"></i> 2024-12-22 </time><a> <i class="fa fa-eye font-blue"></i> 79</a> </div> <div class="left"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="https://www.hailuo.cc/wlwm/1440.html"> <img class="lazyload" data-src="/uploadfile/202412/6ec59cd328ae012.jpg" alt="响应式LED灯具网站pbootcms外贸英文模板"> </a> </div> </div> <a href="https://www.hailuo.cc/wlwm/1440.html" rel="bookmark" style="display: block;height: 1.6rem;margin-top: 3px;">响应式LED灯具网站pbootcms外贸英文模板</a> <br><time><i class="fa fa-clock-o" aria-hidden="true"></i> 2024-12-22 </time><a> <i class="fa fa-eye font-blue"></i> 43</a> </div> </div> </div> </aside> </div> <style> .filter-items { overflow-x: auto; white-space: nowrap; } .conchs-list { overflow-x: auto; white-space: nowrap; } .slt { position: relative; bottom: 55px; } .slt1 { position: relative; bottom: 90px; } .slt2 { position: relative; bottom: 20px; } @media (max-width: 767px) { .slt { position: relative; bottom: 36px; } .slt1 { position: relative; bottom: 68px; } .entry-header .entry-meta { margin-bottom: 0px; } .entry-header .entry-title { padding-bottom: 0px; } .entry-header .entry-meta .meta-category a:nth-child(3) { display: none !important; } } @keyframes move { 0% { background-position: 300% 0; } 100% { background-position: -300% 0; } } </style> <!-- 侧边栏 --> <script type="text/javascript" src="/static/conch/layui/layui.all.js"></script> <script type="text/javascript" src="/static/conch/js/plugins.js"></script> <script type="text/javascript" src="/static/conch/js/common.js"></script> <script type="text/javascript" src="/static/conch/js/sweetalert.min.js"></script> <script type="text/javascript" src="/static/conch/js/app.js"></script> <!-- 分享 --> <script type="text/javascript" src="/static/conch/js/social-share.min.js"></script> <!-- 滚动 --> <script type="text/javascript" src="/static/conch/js/jquery.waypoints.min.js"></script> <script type="text/javascript" src="/static/conch/js/jquery.countup.min.js"></script> <script type="text/javascript" src="/static/conch/js/conch.js"></script> <script> console.log("\n%c Conch Theme https://www.hailuo.cc \n", "color: #fff;background: linear-gradient(55deg, #212121 0%, #212121 40%, #323232 calc(40% + 1px), #323232 60%, #250095 calc(60% + 1px), #950090 70%, #ff14ed calc(70% + 1px), #6414ff 100%);padding:5px; border-radius: 5px;" ); console.log("%c如果您通过控制台的方式获取CSS样式或者其他东东,相信您可能也看到本说明。 如果您想一声不吭的拿走,请把所有涉及到的链接图片保存到本地及保留海螺主题版权来源,谢谢!", "color: #fff;background: linear-gradient(55deg, #212121 0%, #212121 40%, #323232 calc(40% + 1px), #323232 60%, #250095 calc(60% + 1px), #950090 70%, #ff14ed calc(70% + 1px), #6414ff 100%);padding:5px; border-radius: 5px;line-height: 18px;" ); </script> <script> // 动态标题 var OriginTitile = document.title, titleTime; document.addEventListener("visibilitychange", function() { if (document.hidden) { document.title = "海螺主题模板-您的模板定制专家!"; clearTimeout(titleTime) } else { document.title = "海螺网-欢迎您回家!" ; titleTime = setTimeout(function() { document.title = OriginTitile }, 2000) } }); </script> <script> document.addEventListener("copy", function(e) { new Vue({ data: function() { if ((window.getSelection ? window.getSelection() : document.selection.createRange() .text) != '') { this.$notify({ title: "叮!复制成功", message: "若要转载请务必保留原文链接!谢谢~", position: 'bottom-right', offset: 50, showClose: true, type: "success" }); } else { this.$notify({ title: "咦?复制失败", message: "啊噢...你没还没选择内容呢!", position: 'bottom-right', offset: 50, showClose: true, type: "success" }); } return { visible: false } } }) }) </script> <script> document.oncontextmenu = function () { new Vue({ data:function(){ this.$notify({ title: "嗯?没有右键菜单", message: "复制请用键盘快捷键[Ctrl+C]", position: 'bottom-right', offset: 50, showClose: false, type:"warning" }); return{visible:false} } }) return false; } </script> <script> document.onkeydown = function(event) { if (event.ctrlKey && event.keyCode == 83) { // Ctrl + S event.preventDefault(); new Vue({ data: function() { this.$notify({ title: "哎!你瞧瞧你", message: "网页得换方法保存哦~", position: 'bottom-right', offset: 50, showClose: true, type: "error" }); return { visible: false } } }) return false; } if (event.ctrlKey && event.keyCode == 85) { // Ctrl + U event.preventDefault(); new Vue({ data: function() { this.$notify({ title: "嘿!Brother", message: "老弟,源码得换方式获取哦~", position: 'bottom-right', offset: 50, showClose: true, type: "error" }); return { visible: false } } }) return false; } if (event.ctrlKey && event.shiftKey && event.keyCode == 73) { // Ctrl + Shift + I event.preventDefault(); new Vue({ data:function(){ this.$notify({ title:"呐!这个也不行", message:"还是按点别的吧!", position: 'bottom-right', offset: 50, showClose: false, type:"error" }); return{visible:false} } }) return false; } if (event.keyCode == 123) { // F12 event.preventDefault(); new Vue({ data:function(){ this.$notify({ title:"呃!别瞎按", message:"你按这个想干嘛!再按就找不到我咯", position: 'bottom-right', offset: 50, showClose: false, type:"error" }); return{visible:false} } }) return false; } }; </script> <!--劝退魔法--> <script type="module"> import devtools from '/f12/js/moukey.js'; if (devtools.isOpen) { window.location.href = "/f12"}; window.addEventListener('devtoolschange', event => { if (event.detail.isOpen) { window.location.href = "/f12"}; }); </script> <!-- 引入VUE --> <script src="/f12/js/vue.min.js" defer></script> <!-- 引入样式 --> <script src="/f12/js/component_library.js" defer></script> <link rel="stylesheet" href="/f12/css/component_library.css"> <!--劝退魔法---> <script> // 模块支持反对 function dr_app_digg(id, value) { $.get("https://www.hailuo.cc/index.php?is_ajax=1&s=api&app=jiaocheng&c=module&m=digg&id="+id+'&value='+value, function(data) { dr_cmf_tips(data.code, data.msg); if (data.code) { $('#module_digg_'+id+'_'+value).html(data.data); } }, 'json'); } </script> <script> // 模块收藏 function dr_app_favorite(id) { $.get("https://www.hailuo.cc/index.php?is_ajax=1&s=api&app=jiaocheng&c=module&m=favorite&id="+id, function(data){ dr_cmf_tips(data.code, data.msg); if (data.code) { $('#module_favorite_'+id).html(data.data); } }, 'json'); } $(function() { $.get("/index.php?is_ajax=1&s=favorite&mid=jiaocheng&id=8505", function(data){ if (data.code) { var s = data.data; $('#module_favorite_8505_0').html(s.a); $('#module_favorite_8505_1').html(s.b); } }, 'json'); }); </script> <script type="text/javascript"> $('.counter').countUp({ delay: 10, time: 2000 }); $(".vip").hover(function () { $(this).children(".float-vip-box").show() }, function () { $(this).children(".float-vip-box").hide() }); $(".qq").hover(function () { $(this).children(".float-qq-box").show() }, function () { $(this).children(".float-qq-box").hide() }); $(".weixin").hover(function () { $(this).children(".float-weixin-box").show() }, function () { $(this).children(".float-weixin-box").hide() }); </script> <link href="/static/assets/global/plugins/bootstrap-touchspin/bootstrap.touchspin.css" rel="stylesheet" type="text/css" /> <script src="/static/assets/global/plugins/fuelux/js/spinner.min.js" type="text/javascript"></script> <script src="/static/assets/global/plugins/bootstrap-touchspin/bootstrap.touchspin.js" type="text/javascript"></script> <script type="text/javascript" src="/static/assets/js/sku.js"></script> <script type="text/javascript"> $(function () { order_moban_select_sku_price(); order_moban_get_sku_price(); $("#dr_buy_num").TouchSpin({ step: 1, min: 1, max: 0 }); }) // 加入购物车 function order_moban_add_cart(){ $.get("/index.php?is_ajax=1&s=order&c=cart&m=add&mid=jiaocheng&num="+$('#dr_buy_num').val()+"&id=8505&sku="+$('#dr_sku_value').val(), function(data){ dr_cmf_tips(data.code, data.msg); if (data.code) { // 存储购物车数量 $('#dr_order_moban_cart_nums').html(data.data); } }, 'json'); } // 购买地址 function order_moban_add_buy() { var url = "https://www.hailuo.cc/index.php?s=order&c=order&m=buy&mid=jiaocheng&id=8505"; url+= "&sku="+$('#dr_sku_value').val(); url+= "&num="+$('#dr_buy_num').val(); window.location.href = url; } // 组合价格选择 function order_moban_select_sku_price() { $('.fc-sku-select-price .fc-sku-value').click(function () { $(this).parent('.fc-sku-select-price').find('.fc-sku-value').removeClass('red'); $(this).addClass('red'); order_moban_get_sku_price(); }); } function order_moban_get_sku_price() { var oname = new Array(); $('.fc-sku-select-price').each(function () { oname.push($(this).find('.red').attr('fvalue')); }); var k = oname.join("_"); $('#dr_sku_value').val(k); $('#dr_sku_price').html($('#dr_sku_price_' + k).val()); $('#dr_sku_quantity').html($('#dr_sku_quantity_' + k).val()); $('#dr_sku_sn').html($('#dr_sku_sn_' + k).val()); } </script> <style> @media (min-width: 768px) .o-poptips-wrap { width: 320px; } .o-pops-bg { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 999995; display: none; width: 100%; height: 100%; background-color: rgba(0,0,0,.6); opacity: 0; } .o-pops-bg.o-pops-bg-active { display: block; opacity: 1; } .o-bg-site { background-color: #fff; color: #222; } .o-poptips-wrap { position: fixed; top: 50%; left: 50%; z-index: 999998; width: 380px; border-radius: 4px; transform: translate(-50%,-50%); } .o-poptips-title { margin-top: 25px; padding: 0 25px; text-align: center; line-height: 26px; } .o-poptips-content { overflow-x: hidden; overflow-y: auto; margin: 25px 0; padding: 0 25px; max-height: 200px; line-height: 22px; -webkit-overflow-scrolling: touch; } .o-text-conch { color: #008aff; } .o-bg-conch { color: #fff; } .o-poptips-btn { margin-bottom: 25px; padding: 0 25px; } .o-poptips-btn a { display: inline-block; width: 46%; border-radius: 40px; text-align: center; line-height: 40px; text-decoration: none; } .o-poptips-btn a.no { margin-right: 4%; } .o-bg-conch { background: #008aff; } .o-bg-subs { background-color: #dcdada; color: #222; } </style> <script>Conch.Alert.Notice();</script></body> </html>