志愿者网站设计模板手机版-志愿者官网注册网站登录

哆啦Ai流程自动化发布于:2023-05-08 09:03热度:557 ℃
点赞43收藏

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



t
t志愿者网站设计模板
t


t


tt
tt
志愿者网站

tt
t

t

tt

ttt

服务项目


ttt
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

t

t

tt

ttt

版权所有 © 2023 志愿者网站


tt

t



```
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;
}
```