考场素材图片网站模板-考场 图片

哆啦Ai流程自动化发布于:2023-05-11 12:31热度:389 ℃
点赞72收藏

以下是一个考场素材图片网站的模板,可以根据需要进行修改和定制:
```html



t考场素材图片网站
t
t
t


t


tt
tt
tt

ttt

素材库


ttt
tt

t

t

tt

ttt

图片素材


ttt
tt

t

t

tt
t



```
CSS:
```css
body {
tbackground-color: #f2f2f2;
tfont-family: Arial, sans-serif;
}
header {
tbackground-color: #1a1a1a;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
tdisplay: flex;
tjustify-content: center;
talign-items: center;
}
.logo img {
twidth: 100px;
theight: 100px;
}
nav ul {
tlist-style: none;
tpadding: 0;
}
nav li {
tmargin-right: 20px;
}
nav a {
tcolor: #1a1a1a;
ttext-decoration: none;
}
section h1 {
tmargin-bottom: 20px;
}
section ul {
tlist-style: none;
}
section li {
tmargin-bottom: 20px;
}
section a {
tcolor: #1a1a1a;
ttext-decoration: none;
}
main {
tbackground-color: #fff;
tpadding: 20px;
}
main .section {
tmargin-bottom: 20px;
}
main h2 {
tmargin-bottom: 20px;
}
main .section ul {
tmargin-bottom: 0;
}
main .section li {
tmargin-bottom: 10px;
}
main .section a {
tfont-size: 16px;
}
footer {
tbackground-color: #1a1a1a;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
```