酒网站模板_关于酒的网站

哆啦Ai流程自动化发布于:2023-05-01 17:08热度:869 ℃
点赞14收藏

以下是一个基本的酒网站模板,可以根据自己的需要进行修改:
HTML代码:
```html




酒网站模板





酒网站模板




酒的种类



  • 红葡萄酒

  • 白葡萄酒

  • 桃红葡萄酒

  • 气泡酒




酒的推荐



  • 香型:干型

  • 口感:清爽

  • 价格:10元




购买方式



  • 在线购买

  • 线下实体店铺

  • 电话订购





联系方式



















```
CSS代码:
```css
/* 样式表 */
body {
font-family: Arial, sans-serif;
background-color: #f2f2f2;
}
header {
background-color: #333;
color: #fff;
padding: 20px;
text-align: center;
}
.logo {
width: 100px;
height: 100px;
margin: 0 auto;
background-image: url("logo.png");
background-size: cover;
background-position: center;
border-radius: 50%;
cursor: pointer;
}
.title {
text-align: center;
font-size: 2em;
margin-top: 20px;
}
main {
width: 80%;
margin: 0 auto;
padding: 20px;
}
section {
margin-bottom: 20px;
}
h1 {
font-size: 2em;
margin-bottom: 10px;
}
ul {
list-style: none;
}
li {
margin-bottom: 5px;
}
.contact {
width: 100px;
height: 100px;
margin: 0 auto;
background-image: url("contact.png");
background-size: cover;
background-position: center;
border-radius: 50%;
cursor: pointer;
}
footer {
text-align: center;
font-size: 1em;
margin-top: 20px;
}
```
以上是一个简单的酒网站模板的HTML和CSS代码示例,可以根据自己的需要进行修改。