项目简介
Biz Admin 是一套基于 Bootstrap 4 的响应式后台管理模板,包含仪表盘、表单、表格、图表、UI 组件等多种页面示例,适用于企业后台、CMS、CRM 等管理系统的快速开发。模板提供多种布局风格(常规、盒式、深色)和皮肤主题。
技术栈
- Bootstrap 4(核心 CSS 框架)
- jQuery(交互逻辑)
- Google Fonts(Poppins 字体)
- Font Awesome、Themify Icons、Simple Line Icons、ET Line Icons(图标库)
- Chart.js、Morris、Peity 等(图表组件)
项目结构
text
bizadminhtml-10/
└── MainDownload-BizAdmin-html5-template/
├── help-documentation/ # 在线文档入口
│ ├── index.html
│ ├── css/
│ └── images/
└── html/ # 模板主目录
├── main/ # 常规布局首页
├── boxed/ # 盒式布局(含 charts、forms、tables、ui 等子页面)
├── dark/ # 深色主题布局
└── dist/ # 公共资源(CSS、JS、图片)
核心文件说明
html/main/index.html— 主布局仪表盘入口,整合完整导航与内容区html/boxed/— 盒式布局页面集合,含图表、表单、表格等 30+ 示例页html/dark/— 深色主题布局,与 main 结构一致但配色不同dist/css/style.css— 主题核心样式文件dist/bootstrap/css/bootstrap.min.css— Bootstrap 4 基础框架help-documentation/index.html— 模板官方使用文档
快速开始
本项目为纯静态模板,无需构建工具。直接用浏览器打开以下文件即可预览:
text
html/boxed/index.html # 盒式布局首页
html/main/index.html # 常规布局首页
html/dark/index.html # 深色主题首页
或启动任意本地 HTTP 服务器(如 python -m http.server)后访问对应路径。
使用建议
模板按需选择布局风格(main/boxed/dark),通过替换 dist/img/ 中的 Logo 图片即可快速定制品牌标识;开发时建议以 html/boxed/index.html 为基础框架,根据业务需求增删页面模块。
