iphone网站模板-iphone 网站

哆啦Ai流程自动化2023-05-09 19:10 979 浏览
点赞58收藏

以下是一个简单的iPhone网站模板,可以根据需要进行修改:
HTML:
```html




iPhone网站模板





iPhone网站模板





欢迎来到iPhone网站模板


这里是iPhone网站模板的内容。


链接




如果您有任何问题,请随时联系我们。






```
CSS:
```css
/* 设计样式 */
header {
background-color: #f2f2f2;
color: #333;
padding: 20px;
border-radius: 5px;
}
.logo {
display: inline-block;
width: 20px;
height: 20px;
margin: 0 4px;
border-radius: 4px;
border: none;
font-size: 14px;
}
.title {
display: inline-block;
width: 80px;
height: 20px;
margin: 0 20px;
font-size: 16px;
font-weight: bold;
color: #fff;
text-align: center;
}
nav ul {
list-style-type: none;
margin: 0;
}
nav li {
display: inline-block;
margin-right: 10px;
}
nav li a {
color: #333;
text-decoration: none;
}
main {
background-color: #fff;
display: flex;
flex-wrap: wrap;
}
main > section {
margin-bottom: 20px;
}
h1 {
margin-bottom: 10px;
color: #333;
font-size: 24px;
}
p {
margin-bottom: 20px;
}
a {
color: #333;
text-decoration: none;
}
.contact {
margin-bottom: 20px;
color: #333;
font-size: 16px;
}
```
这是一个基本的iPhone网站模板,您可以根据自己的需要进行修改和定制。