
Corle - 企业和咨询 HTML 模板
category企业官网
# 项目简介
Corle 是一套企业咨询类 HTML 网站模板,包含首页、关于、博客、服务、团队、定价、商城等 20+ 个完整页面,适配多端设备。文档目录 `corle-html-documentations` 提供了模板使用说明,`corle-main-html` 是实际可部署的业务网站源码。
## 技术栈
- Bootstrap 3.x / 5.x(主模板使用 5.x,文档区使用 3.x)
- jQuery
- Font Awesome 5
- 自定义 CSS / JS
- 静态 HTML
## 项目结构
```
corlehtml-10/corle-html-package/
├── corle-html-documentations/ # 模板使用文档
│ ├── index.html
│ ├── css/ (bootstrap, font-awesome, style, scrollbar 等)
│ ├── fonts/
│ ├── images/
│ └── js/ (jquery, bootstrap.min, script 等)
└── corle-main-html/ # 实际网站页面
├── index.html
├── about.html, blog.html, services.html
├── contact.html, team.html, pricing.html
├── shop.html, cart.html, checkout.html
└── ... (共 20+ 页面)
```
## 核心文件说明
- `corle-main-html/index.html` — 网站首页,顶部导航含 Logo、联系方式、社交链接
- `corle-html-documentations/index.html` — 模板官方文档,含配置说明与教程
- `corle-html-documentations/css/style.css` — 文档页样式,含侧边栏与内容区分隔
- `corle-main-html/assets/css/corle.css` — 主模板全局样式(未在文件树中展开)
- `corle-html-documentations/js/script.js` — 文档页滚动导航与高亮脚本
- `corle-main-html/index-rtl.html` — RTL 布局版本
## 快速开始
直接用浏览器打开 `corle-main-html/index.html` 即可预览完整网站;如需本地服务可使用任意静态服务器:
```bash
npx serve corle-main-html
```
或通过 VS Code Live Server 插件打开。
## 使用建议
- 正式使用前建议将 `corle-main-html` 内容移至服务器目录;`corle-html-documentations` 可保留供后期查阅配置项(如 MailChimp、Google Maps、表单设置等)。
- 模板提供了 RTL 与 Boxed 布局变体,可按需选择或二开。
help_outline
常见问题
评论0
发布时间Jan 20, 2026
技术栈
HTML