活动网站设计模板(活动创意网站)

哆啦Ai流程自动化发布于:2023-05-19 13:30热度:461 ℃
点赞46收藏

以下是一个简单的活动网站设计模板,您可以根据自己的需要进行修改和定制:
```




活动网站






活动网站





活动列表





联系我们


这里是联系我们的信息,如姓名、邮箱、电话等。









```
style.css:
```
/* 样式表 */
body {
font-family: Arial, sans-serif;
}
header {
background-color: #1C2330;
color: #fff;
padding: 20px;
text-align: center;
}
.logo {
width: 30px;
height: 30px;
margin-top: 5px;
margin-right: 10px;
border-radius: 50%;
background-color: #1C2330;
}
.title {
text-align: center;
font-size: 36px;
font-weight: bold;
}
nav ul {
list-style: none;
padding: 0;
}
nav li {
margin-right: 10px;
}
nav a {
color: #fff;
text-decoration: none;
font-size: 24px;
}
main {
display: flex;
flex-direction: column;
}
section {
flex: 1;
margin-bottom: 20px;
}
.activity h2 {
font-size: 24px;
margin-bottom: 10px;
}
.activity ul {
list-style: none;
padding: 0;
}
.activity li {
margin-bottom: 20px;
}
.activity a {
color: #fff;
text-decoration: none;
font-size: 24px;
}
.contact {
margin-bottom: 20px;
}
footer {
text-align: center;
font-size: 16px;
color: #1C2330;
margin-top: 20px;
}
```
希望这个模板可以帮助您开始设计您自己的活动网站!