以下是一个简单的wap网站手机网站模板,您可以根据需要进行修改:
HTML代码:
```html
手机网站
这里是另一个主要内容
这里是另一个主要内容的文字描述。
```
CSS代码:
```css
body {
background-color: #f2f2f2;
font-family: Arial, sans-serif;
}
header {
background-color: #333;
color: #fff;
padding: 20px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
h1 {
margin-bottom: 40px;
}
nav ul {
list-style: none;
padding: 0;
}
nav li {
margin-bottom: 10px;
}
nav a {
color: #fff;
text-decoration: none;
display: inline-block;
margin-right: 10px;
}
main {
background-color: #fff;
padding: 20px;
display: flex;
flex-wrap: wrap;
}
section {
margin-bottom: 20px;
background-color: #f2f2f2;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
h2 {
margin-bottom: 20px;
}
p {
font-size: 16px;
line-height: 1.6;
margin-bottom: 20px;
}
footer {
background-color: #333;
color: #fff;
padding: 20px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
```
以上是一个简单的wap网站手机网站模板,您可以根据需要进行修改。如果您想要创建更具针对性的网站,可以根据您的需求进行修改。