生活服务类网站是指提供生活服务的各种信息和服务的网站,如餐饮、酒店、旅游、购物、健康等方面的信息和服务。下面是一个简单的生活服务类网站的源码:
HTML部分:
地址:xx路xx号
电话:xxxx-xxxxxxx
地址:巨鹿路1933号
电话:xxxx-xxxxxxx
地址:华岩寺街xx号
电话:xxxx-xxxxxxx
地址:xx路xx号
电话:xxxx-xxxxxxx
地址:xx路xx号
电话:xxxx-xxxxxxx
地址:xx路xx号
电话:xxxx-xxxxxxx
时间:xxxx年xx月xx日
行程:xx景区、xx美食、xx活动
时间:xxxx年xx月xx日
行程:xx景区、xx美食、xx活动
时间:xxxx年xx月xx日-xx月xx日
行程:xx景区、xx美食、xx活动
地址:xx路xx号
电话:xxxx-xxxxxxx
地址:xx路xx号
电话:xxxx-xxxxxxx
地址:xx路xx号
电话:xxxx-xxxxxxx
内容:xx食物、xx运动、xx习惯
内容:xx食物、xx运动、xx习惯
内容:xx食物、xx运动、xx习惯
版权所有 © 2021 生活服务
CSS部分:
* {
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}
header {
background-color: #333;
color: #fff;
padding: 10px;
}
header h1 {
margin: 0;
}
nav {
display: flex;
justify-content: center;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
}
nav ul li {
margin: 0 10px;
}
nav ul li a {
color: #fff;
text-decoration: none;
padding: 10px;
}
nav ul li a:hover {
background-color: gray;
}
main {
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
section {
margin: 20px 0;
}
section h2 {
font-size: 1.5em;
margin-bottom: 10px;
}
section ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
}
section ul li {
flex-basis: calc((100% / 3) - 20px);
margin: 10px;
background-color: #f9f9f9;
box-shadow: 0 0 10px rgba(0,0,0,.1);
padding: 20px;
}
section ul li h3 {
margin: 0;
}
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 10px;
}