项目简介
AutoLove 是一套面向汽车维修 / 汽车美容行业的静态 HTML 模板,基于 Bootstrap 3 开发,包含首页、服务展示、博客、预约和联系等多个页面模板,适合快速搭建汽车服务公司官网。
技术栈
- Bootstrap 3(响应式框架)
- Font Awesome 4(图标库)
- Open Sans(Google Fonts)
- 纯静态 HTML + CSS
项目结构
text
autolovehtml-10/
└── buyer file/
└── bootstrap 3 html/ ← 主模板目录
├── index.html ← 首页
├── service.html ← 服务列表
├── service-detail.html ← 服务详情
├── blog.html ← 博客列表
├── blog-detail.html ← 博客详情
├── appointment.html ← 预约表单
├── contact.html ← 联系方式
├── css/
│ ├── bootstrap.min.css ← Bootstrap 样式
│ ├── font-awesome.min.css
│ └── style.css ← 主题自定义样式
├── fonts/ ← 字体文件
└── images/ ← 图片资源
核心文件说明
index.html— 首页,含导航、幻灯片、服务展示、团队、评价等区块appointment.html— 预约表单页面contact.html— 联系方式页面,含地图和地址信息css/style.css— 主题主样式表,定义了配色、排版和所有组件样式service.html— 汽车维修服务展示页面blog.html— 博客/新闻列表页
快速开始
直接用浏览器打开 buyer file/bootstrap 3 html/index.html,或将其部署到任意静态服务器(如 nginx、http-server)。
使用建议
模板默认使用了大量占位图片(如 images/logo.png),替换为真实图片即可使用。如需集成后端预约逻辑,可参考 appointment.html 中的表单结构接入表单处理服务。
