Files
BlackFruit-UI/icp.html
yiqiu 60ebfede6c
All checks were successful
continuous-integration/drone/push Build is passing
修复图片路径问题:删除 /web/BlackFruit-web/ 前缀
- 批量删除所有文件中的 /web/BlackFruit-web/ 前缀
- 将相对路径改为绝对路径(以 / 开头)
- 修改范围:
  - /assets/ 资源路径
  - /css/ 样式文件路径
  - /js/ 脚本文件路径
  - /common/ 公共资源路径
  - /vender/ 第三方库路径
- 解决部署后所有静态资源 404 的问题

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-25 15:40:46 +08:00

293 lines
11 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{include file="header"}
<link rel="stylesheet" href="/css/product.css">
</head>
<body>
<header>{include file="public/header"}</header>
<section class="section server-banner banner-icp product-banner">
<div class="section-content">
<h1>ICP办理</h1>
<p class="server-banner-desc">ICPInternet Content
Provider电信与信息服务业务经营许可证国家对提供互联网信息服务的经营性网站实行许可证制度主题云提供全行业ICP许可证辅助申请服务。</p>
{if ( isset($data.icp_product_id) ) }
<a href="/cart/goods.htm?id={$data.icp_product_id}">
<div class="btn btn-normal ">立即购买</div>
</a>
{else /}
<div class="btn btn-normal ">立即购买</div>
{/if}
</div>
</section>
<!-- ICP申请 -->
<section class="section product-apply product-icp">
<div class="section-content">
<div class="section-title">
<h2>ICP申请</h2>
</div>
<div class="apply fboxRow">
<div class="apply-left"><img src="/assets/img/icp/banner2.svg" alt=""></div>
<div class="apply-right">
<div class="layout-paragraph">
<h5 class="layout-title">应用场景</h5>
<div class="layout-paragraph-s">
<p>提供互联网有偿信息服务实现在线盈利</p>
<p class="layout-desc">企业通过网站从事有偿信息服务根据相关部门规定需要办理经营性ICP许可证。</p>
</div>
<div class="layout-paragraph-s">
<p>开展经营性网站、APP、小程序等业务</p>
<p class="layout-desc">信息流广告投放、会员管理、在线销售、在线支付、企业合作、项目投标等线上业务。</p>
</div>
</div>
<div class="layout-paragraph">
<h5 class="layout-title">证书有效期</h5>
<p class="layout-desc">ICP经营许可证有效期为5年5年后需要办理续期每年需要做年检</p>
</div>
<div class="layout-paragraph">
<h5 class="layout-title">办理周期</h5>
<p class="layout-desc">一般为官方受理后20-60个工作日部分地区有差异。</p>
</div>
<div class="layout-paragraph">
<h5 class="layout-title">服务优势</h5>
<p class="mt-20 layout-icon"><span class="iconfont icon-right"></span>免费申请咨询</p>
<p class="layout-icon"><span class="iconfont icon-right"></span>专业顾问全程代办</p>
<p class="layout-icon"><span class="iconfont icon-right"></span>标准服务流程,快速办理</p>
</div>
<div class="fboxRow Xend">
<div class="money-box">
<span class="money"><span class="font24 font-weight">1200</span></span>
{if ( isset($data.icp_product_id) ) }
<a href="/cart/goods.htm?id={$data.icp_product_id}">
<div class="btn btn-normal btn-s ">免费咨询</div>
</a>
{else /}
<div class="btn btn-normal btn-s ">免费咨询</div>
{/if}
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ICP拓展服务 -->
<section class="section product-standards ">
<div class="section-content">
<div class="section-title">
<h2>ICP拓展服务</h2>
<div class="section-desc">1V1专业顾问为您提供高性价比商标服务方案</div>
</div>
<div class="standards extend mt-20 fboxRow">
{if ( isset($data.product) ) }
{foreach $data.product as $key=>$value}
<div class="standards-box">
<h4>{$value.title}</h4>
{$value.description|raw}
<div class="money-box">
<span class="money">{$data.currency_prefix}<span class="font24 font-weight">{$value.price}</span></span>
<a href="/cart/goods.htm?id={$value.product_id}">
<div class="btn btn-normal ">立即购买</div>
</a>
</div>
</div>
{/foreach}
{else /}
<div class="standards-box">
<h4>ICP续期</h4>
<p class="title-desc mt-20 mb-20">适用于ICP许可证即将到期的用户</p>
<div class="money-box">
<span class="money"><span class="font24 font-weight">399</span></span>
<div class="btn btn-normal-light mr-10">免费咨询</div>
<a href="javascript:;">
<div class="btn btn-normal ">立即购买</div>
</a>
</div>
</div>
<div class="standards-box">
<h4>ICP年检</h4>
<p class="title-desc mt-20 mb-20">为已获得ICP许可证的用户提供年检服务。</p>
<div class="money-box">
<span class="money"><span class="font24 font-weight">199</span></span>
<div class="btn btn-normal-light mr-10">免费咨询</div>
<a href="javascript:;">
<div class="btn btn-normal ">立即购买</div>
</a>
</div>
</div>
<div class="standards-box">
<h4>ICP变更</h4>
<p class="title-desc mt-20 mb-20">适用于企业信息发生变化需要变更ICP的用户。</p>
<div class="money-box">
<span class="money "><span class="font24 font-weight">299</span></span>
<div class="btn btn-normal-light mr-10">免费咨询</div>
<a href="javascript:;">
<div class="btn btn-normal ">立即购买</div>
</a>
</div>
</div>
{/if}
</div>
</div>
</section>
<!-- 无忧上云 -->
<section class="section product-cloud">
<div class="section-content">
<div class="section-title">
<h2>服务优势</h2>
</div>
<div class="cloud">
<div class="cloud-box">
<div><img src="/assets/img/icp/group-1.png" alt=""></div>
<div class="cloud-box-cont mt-15">
<h4>经验丰富</h4>
<div class="mt-15">主题云拥有专业的顾问团队,熟悉各行业资质要求与各地区审批流程,有效定制专属解决方案。</div>
</div>
</div>
<div class="cloud-box">
<div><img src="/assets/img/icp/group-2.png" alt=""></div>
<div class="cloud-box-cont mt-15">
<h4>数据安全</h4>
<div class="mt-15">主题云针对每个项目进行一对一服务,所有信息与数据云端隔离保存,严格防控资料外泄。</div>
</div>
</div>
<div class="cloud-box">
<div><img src="/assets/img/icp/group-3.png" alt=""></div>
<div class="cloud-box-cont mt-15">
<h4>极速递交</h4>
<div class="mt-15">主题云拥有成熟的服务规范,所有申请材料即传即交,极速递达审查机构,关键节点及时响应。</div>
</div>
</div>
<div class="cloud-box">
<div><img src="/assets/img/icp/group-4.png" alt=""></div>
<div class="cloud-box-cont mt-15">
<h4>高效便捷</h4>
<div class="mt-15">顾问全程跟进,各个环节提供有力保障服务,简化操作流程,实时监控办理进度,省时省心。</div>
</div>
</div>
</div>
</div>
</section>
<!-- 流程 -->
<section class="section product-flow product-icp">
<div class="section-content">
<div class="section-title">
<h2>申请流程</h2>
</div>
<div class="flow">
<div class="flow-box">
<div class="flow-icon">1</div>
<div>
<h5>确认需求</h5>
<p class="title-desc mt-10">专业顾问全程在线陪同</p>
</div>
</div>
<div class="flow-box">
<div class="flow-icon">2</div>
<div>
<h5>准备材料</h5>
<p class="title-desc mt-10">顾问预审,并撰写复杂材料</p>
</div>
</div>
<div class="flow-box">
<div class="flow-icon">3</div>
<div>
<h5>通过初审</h5>
<p class="title-desc mt-10">智能+人工初审,高效审核</p>
</div>
</div>
<div class="flow-box">
<div class="flow-icon">4</div>
<div>
<h5>材料确认</h5>
<p class="title-desc mt-10">一键确认全部资料</p>
</div>
</div>
<div class="flow-box">
<div class="flow-icon">5</div>
<div>
<h5>等待公示</h5>
<p class="title-desc mt-10">在线查看审理进度</p>
</div>
</div>
<div class="flow-box">
<div class="flow-icon">6</div>
<div>
<h5>证书下发</h5>
<p class="title-desc mt-10">获得ICP经营许可证书</p>
</div>
</div>
</div>
</div>
</section>
<!-- 使用帮助 -->
<section class="section product-help">
<div class="section-content">
<div class="section-title">
<h2>使用帮助</h2>
</div>
<div class="help mt-50 fboxRow">
<div class="help-box">
<div class="help-head fboxRow Xbetween">
<h4>产品简介</h4>
<a href="document.html" class="font14">查看更多 <span class="iconfont icon-arrow-right"></span></a>
</div>
<div class="mt-30 font-el1">
<a href="document.html">- 产品概述</a>
</div>
<div class="mt-16 font-el1">
<a href="document.html">- 应用场景</a>
</div>
<div class="mt-16 font-el1">
<a href="document.html">- 服务优势</a>
</div>
</div>
<div class="help-box">
<div class="help-head fboxRow Xbetween">
<h4>操作指南</h4>
<a href="document.html" class="font14">查看更多 <span class="iconfont icon-arrow-right"></span></a>
</div>
<div class="mt-30 font-el1">
<a href="document.html">- 申请流程</a>
</div>
<div class="mt-16 font-el1">
<a href="document.html">- 申请ICP办理服务</a>
</div>
<div class="mt-16 font-el1">
<a href="document.html">- 查看办理进度</a>
</div>
</div>
<div class="help-box">
<div class="help-head fboxRow Xbetween">
<h4>常见问题</h4>
<a href="document.html" class="font14">查看更多 <span class="iconfont icon-arrow-right"></span></a>
</div>
<div class="mt-30 font-el1">
<a href="document.html">- 哪些企业需要办理ICP许可证</a>
</div>
<div class="mt-16 font-el1">
<a href="document.html">- ICP许可证对申请者的网站有什么要求</a>
</div>
<div class="mt-16 font-el1">
<a href="document.html">- ICP许可证的有效期有多长</a>
</div>
</div>
</div>
</div>
</section>
{include file="footer"}