以下是一个志愿者网站设计模板,适用于手机版:
```
t
t
志愿者网站设计模板t
t
ttttt

tt
tt志愿者网站
tt
tt
tt
tt
ttt志愿者信息
ttt
tttt- 姓名:张三
tttt- 性别:男
tttt- 年龄:25
tttt- 联系方式:13888888888
tttt- 邮箱:zhangsan@example.com
tttt- 工作内容:志愿者
ttt
tt
tt
ttt联系我们
ttt联系方式:13888888888
ttt邮箱:zhangsan@example.com
tt
tt
```
CSS样式表:
```
* {
tmargin: 0;
tpadding: 0;
tbox-sizing: border-box;
}
body {
tfont-family: Arial, sans-serif;
tbackground-color: #f2f2f2;
}
header {
tbackground-color: #007bff;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
main {
tmargin-top: 50px;
}
section {
tmargin-bottom: 20px;
}
.服务项目 h2 {
tfont-size: 36px;
tmargin-bottom: 10px;
}
.服务项目 li {
tmargin-bottom: 10px;
}
.志愿者信息 h2 {
tfont-size: 36px;
tmargin-bottom: 10px;
}
.志愿者信息 li {
tmargin-bottom: 10px;
}
.联系我们 p {
tfont-size: 18px;
tline-height: 1.5;
tmargin-bottom: 10px;
}
footer {
tbackground-color: #007bff;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
```