建设中html网站源码—html源码怎么搭建网站

分类:SEO教程 时间:2025-10-06 09:24 浏览:0 评论:0
0

1、建设中html网站源码

在互联网时代,建设一个个性化的网站已经变得越来越普遍。特别是在商业领域,建设网站已经成为了一项基本的业务操作。而如何建设一个html网站也成为了很多初学者的疑惑。

建设中html网站源码—html源码怎么搭建网站

建设一个html网站需要了解基本的技术知识。HTML是网页编程的基础语言,全称为Hyper Text Markup Language,即超文本标记语言。通过HTML语言,我们可以将文本、图片、音频、视频等信息在网页上进行排版和展示,实现网站的全面展示。

需要确定网站的设计风格和页面布局。网站的设计风格直接影响到访问用户的视觉体验和印象。在选择设计风格时,可以参考现有网站的优秀案例,或者请专业的网站设计师进行设计。

在页面布局方面,可以采用响应式设计的方式,使得网站能够适应不同的设备和屏幕大小。也可以采用流式布局或者固定宽度布局等其他方式,具体选择要根据实际情况进行考虑。

接着,需要确定网站的内容结构和功能模块。根据网站的主题和用户需求,制定网站的内容结构,包括首页、栏目、文章等。考虑网站的功能需求,如登录注册、文章评论、搜索等。

进行页面代码编写和网站发布操作。在代码编写方面,可以使用 Sublime Text、Visual Studio Code 等编辑器进行代码编辑,保证代码的规范和可读性。而在网站发布方面,可以选择云服务商提供的虚拟主机等服务,或者选择自己架设服务器进行网站发布。

总体来说,建设一个html网站需要综合考虑技术、设计、内容和发布等多个方面。对于初学者来说,可以通过学习相关的网站建设教程和案例,结合自己的实际经验进行操作。也可以请专业的网站建设公司进行网站建设,以达到更好的效果。

2、建设中html网站源码在哪

随着互联网和信息化技术的不断发展,网站已成为现代社会中不可或缺的组成部分。而HTML作为最基础、最核心的网站制作语言,也受到了广泛关注和使用。那么如何找到建设中HTML网站的源码呢?

在建设HTML网站的过程中,我们需要用到各种编辑软件或工具。比如常用的Dreamweaver、Sublime Text、Notepad++等,这些软件都可以帮助我们更加快速简便地编写HTML网页代码。如果你对编程有一定的了解,可以使用开源编辑软件例如Visual Studio Code等。

在网站建设前,你需要先明确自己的网站需求。根据你的实际需要,选择合适的网站模板,并进行相应的修改和定制。目前,市场上存在大量优秀的网站模板,如果你不想从头开始设计,可以直接使用和调整这些模板,以达到你想要的效果。

当你在建设HTML网站时,可以使用一些在线资源帮助你查找相关的HTML代码片段,来满足你的网站需求,例如CSS样式、JavaScript脚本等。这些代码片段可以在许多开源代码分享平台上找到,例如GitHub、Gitee等。

你还可以通过阅读一些HTML网站建设的教程学习相关知识,这将有助于你更好地理解HTML的基本原理和核心技术。一些大型的技术社区和博客,例如博客园、掘金等,都可以提供优质的HTML网站建设教程。

网站建设需要不断学习,靠经验和积累来不断提高自己。建议在学习和使用HTML网站源码时,尽量保持代码规范和架构清晰,从而实现高效、可靠的网站建设。

3、html源码怎么搭建网站

HTML源码怎么搭建网站

HTML,全称Hyper Text Markup Language,是构成网页的基本语言。学习 HTML,能够帮助我们了解网页的构成和创建网页的过程。如何利用HTML搭建一个网站呢?

我们需要在电脑上安装一个文本编辑器,比如Windows自带的记事本、Sublime Text、Notepad++等。这些编辑器可以让我们编辑HTML代码并保存为后缀名为.html的文件,以便在浏览器上打开。

然后,我们可以在编辑器中编写HTML代码。HTML代码由标签组成,标签由尖括号包围。标签中包含元素,元素可以是文本、图片、链接等内容。例如,下面的代码表示一个标题为“我的网站”的网页:

```html

我的网站

欢迎来到我的网站

这是我的第一个网页。

```

上面的代码中,``表示当前文档使用的是HTML5标准。``表示HTML文档的开始和结束。``用于定义文档的头部信息,包含了网页的标题``。`<body>`则用于定义文档的正文部分,包含网页的主要内容。</p><p>在编写完HTML代码后,我们可以把保存好的.html文件放在服务器上,通过浏览器访问即可查看网页。如果只是在本地预览,也可以直接在浏览器中打开.html文件。</p><p>要让网站更加丰富和复杂,我们需要学习更多的HTML标签和CSS样式表,以及JavaScript脚本语言等技术。HTML编程是一个快乐而且有趣的过程,希望大家能够喜欢并学以致用。</p> </div> <div class="entry-tags"> <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=html" rel="category"><i class="dot"></i>html</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> <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/10396.html" title="建设中html网站源码—html源码怎么搭建网站">建设中html网站源码—html源码怎么搭建网站</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/10394.html" rel="prev">镇江机械网站建设售后服务中心,镇江机械网站建设售后服务中心地址</a></span> <span class="article-nav-next">下一篇<br> <a href="/seojiaocheng/10398.html" rel="next">网站建设技术文档_网站建设与维护论文</a></span> </nav> </div> <div class="entry-navigation"> <h3 class="entry-title">用户评论</h1> <div id="dr_module_comment_10396"></div><script type="text/javascript"> function dr_ajax_module_comment_10396(type, page) { var index = layer.load(2, { time: 10000 });$.ajax({type: "GET", url: "/index.php?s=jiaocheng&c=comment&m=index&id=10396&&type="+type+"&page="+page+"&"+Math.random(), dataType:"jsonp", success: function (data) { layer.close(index); if (data.code) { $("#dr_module_comment_10396").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_10396(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="呆萌狗狗" href="/tag/daimenggougou.html">呆萌狗狗</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="夜光" href="/tag/yeguang.html">夜光</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="卡通动漫" href="/tag/katongdongman.html">卡通动漫</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="工业" href="/tag/gongye.html">工业</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="男女" href="/tag/nannu.html">男女</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="五大" href="/tag/wuda.html">五大</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="脚部特写" href="/tag/jiaobutexie.html">脚部特写</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="号" href="/tag/hao1.html">号</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="如何得到" href="/tag/ruhededao.html">如何得到</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="渠" href="/tag/qu1.html">渠</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="践新" href="/tag/jianxin.html">践新</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="送礼" href="/tag/songli.html">送礼</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="心形" href="/tag/xinxing.html">心形</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="微胖情侣" href="/tag/weipangqinglu.html">微胖情侣</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="编发发型" href="/tag/bianfafaxing.html">编发发型</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="开心" href="/tag/kaixin.html">开心</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="亮片" href="/tag/liangpian.html">亮片</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="一把" href="/tag/yiba.html">一把</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="易被" href="/tag/yibei.html">易被</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="容桂" href="/tag/ronggui.html">容桂</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="水稻梯田" href="/tag/shuidaotitian.html">水稻梯田</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="冷杉树" href="/tag/lengshanshu.html">冷杉树</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="惠阳" href="/tag/huiyang.html">惠阳</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="西伯利亚" href="/tag/xiboliya.html">西伯利亚</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="公众号" href="/tag/gongzhonghao.html">公众号</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="广告创意" href="/tag/guanggaochuangyi.html">广告创意</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="注释" href="/tag/zhushi.html">注释</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="高清风景" href="/tag/gaoqingfengjing.html">高清风景</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="商务中心" href="/tag/shangwuzhongxin.html">商务中心</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="美容" href="/tag/meirong.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/xiuxian.html">休闲</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="手势" href="/tag/shoushi1.html">手势</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="快速" href="/tag/kuaisu.html">快速</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="泡面卷发" href="/tag/paomianjuanfa.html">泡面卷发</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="微店" href="/tag/weidian.html">微店</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="新城" href="/tag/xincheng.html">新城</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="鲁鲁修" href="/tag/luluxiu.html">鲁鲁修</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="绿色青蛙" href="/tag/luseqingwa.html">绿色青蛙</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="风车" href="/tag/fengche.html">风车</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="解决" href="/tag/jiejue.html">解决</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="建筑工程公司" href="/tag/jianzhugongchenggongsi.html">建筑工程公司</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="最大化" href="/tag/zuidahua.html">最大化</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="唐网" href="/tag/tangwang.html">唐网</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="遵义" href="/tag/zunyi.html">遵义</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="火光" href="/tag/huoguang.html">火光</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="璀璨灯光" href="/tag/cuicandengguang.html">璀璨灯光</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="天门" href="/tag/tianmen.html">天门</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="凉亭" href="/tag/liangting.html">凉亭</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="字体设计" href="/tag/zitisheji.html">字体设计</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="人像摄影艺术" href="/tag/renxiangsheyingyishu.html">人像摄影艺术</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="策划" href="/tag/cehua.html">策划</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="慵懒风" href="/tag/yonglanfeng.html">慵懒风</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="人物特写" href="/tag/renwutexie.html">人物特写</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="子" href="/tag/zi15891.html">子</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="墓园" href="/tag/muyuan.html">墓园</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="预" href="/tag/yu158736.html">预</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="红梅" href="/tag/hongmei.html">红梅</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="花纹素材" href="/tag/huawensucai.html">花纹素材</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="黑丝诱惑" href="/tag/heisiyouhuo.html">黑丝诱惑</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="科学探索" href="/tag/kexuetansuo.html">科学探索</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="行政" href="/tag/xingzheng.html">行政</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="git" href="/tag/git.html">git</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="电影网站" href="/tag/dianyingwangzhan.html">电影网站</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="手机注册" href="/tag/shoujizhuce.html">手机注册</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="马尾辫" href="/tag/maweibian.html">马尾辫</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="深圳" href="/tag/shenchou.html">深圳</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="整版" href="/tag/zhengban1.html">整版</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="GET" href="/tag/get.html">GET</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="bbpress" href="/tag/bbpress.html">bbpress</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="翠鸟" href="/tag/cuiniao.html">翠鸟</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="野生罂粟花" href="/tag/yeshengyingsuhua.html">野生罂粟花</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="靓丽美女" href="/tag/jinglimeinu.html">靓丽美女</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="flask" href="/tag/flask.html">flask</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="紫花" href="/tag/zihua.html">紫花</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="展开" href="/tag/zhankai1.html">展开</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="简明" href="/tag/jianming.html">简明</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="佳节" href="/tag/jiajie.html">佳节</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="红萝卜" href="/tag/hongluobo.html">红萝卜</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="灵宝" href="/tag/lingbao.html">灵宝</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="美丽向日葵" href="/tag/meilixiangrikui.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=10396", function(data){ if (data.code) { var s = data.data; $('#module_favorite_10396_0').html(s.a); $('#module_favorite_10396_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=10396&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=10396"; 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>