
Qoisa - 申请表、测验、投票、调查和登录表格模板
# 项目简介
Qoisa 是一套 HTML5 表单模板集合,包含问卷调查、投票测验、登录表单等多种表单类型的页面示例。适合快速搭建在线表单类项目,提供完整的前端页面结构。
## 技术栈
- HTML5 + CSS3(静态页面)
- jQuery(表单交互与导航)
- Font Awesome 6(图标库)
- Google Fonts(Jost、Encode Sans、Lato 字体)
## 项目结构
```
qoisaforms-10/
└── qoisa_placehold/
├── documentation/ # 模板文档
│ ├── index.html # 文档首页
│ ├── css/ # 样式文件
│ ├── img/ # 图片资源
│ ├── js/ # JS 脚本
│ └── syntax-highlighter/ # 代码高亮
└── templates/ # 表单模板集合
├── 404Pages/
├── ComingSoon/
├── appHeroPage/
├── domainSale/
├── forms/
├── getServices/
├── newsLetter/
├── poll/
├── quiz/
└── survey/
```
## 核心文件说明
- `documentation/index.html` — 模板完整使用文档,包含安装说明与结构介绍
- `documentation/css/main.css` — 主样式文件,定义整体视觉风格与响应式布局
- `documentation/js/custom.js` — 导航交互脚本,基于 jQuery singlePageNav
- `documentation/css/normalize.min.css` — CSS 重置与标准化
- `documentation/css/font-awesome.min.css` — Font Awesome 图标样式
- `templates/` — 各类表单模板的实际页面,可直接参考或复用
## 快速开始
1. 解压下载的压缩包
2. 在浏览器中打开 `documentation/index.html` 查看完整文档
3. 根据需要,从 `templates/` 目录选取对应的表单页面进行修改使用
## 使用建议
模板中的表单均为前端示例,表单提交后需要自行对接后端接口(文档中提到支持 PHP 发送邮件)。开发时可将 `templates/` 下的页面直接作为参考,复制到服务器根目录后修改即可使用。
help_outline
常见问题
评论0
发布时间Jan 21, 2026
技术栈
HTML