跨境电商运动鞋销售网站 - 运动鞋大促销,低至5折!
<!DOCTYPE html>
<html>
<head>
<title>运动鞋销售网站 - 运动鞋大促销,低至5折!</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#">首页</a></li>
<li><a href="#">男士鞋</a></li>
<li><a href="#">女士鞋</a></li>
<li><a href="#">儿童鞋</a></li>
<li><a href="#">品牌介绍</a></li>
<li><a href="#">联系我们</a></li>
</ul>
</nav>
<div class="hero">
<h1>运动鞋大促销</h1>
<p>全场低至5折,赶快来选购吧!</p>
<a href="#" class="btn">立即选购</a>
</div>
</header>
<main>
<section class="about">
<h2>关于我们</h2>
<p>我们是一家专注于跨境电商运动鞋销售的公司,致力于为广大消费者提供优质的运动鞋产品和服务。我们的产品涵盖男士鞋、女士鞋和儿童鞋,品牌齐全,价格实惠,质量可靠。我们拥有一支专业的团队,不断探索和创新,力求为客户带来更好的购物体验。</p>
</section>
<section class="products">
<h2>热门产品</h2>
<div class="product-item">
<img src="https://picsum.photos/200/300?random=1" alt="product">
<h3>男士运动鞋</h3>
<p>价格:$50</p>
<a href="#" class="btn">立即购买</a>
</div>
<div class="product-item">
<img src="https://picsum.photos/200/300?random=2" alt="product">
<h3>女士运动鞋</h3>
<p>价格:$50</p>
<a href="#" class="btn">立即购买</a>
</div>
<div class="product-item">
<img src="https://picsum.photos/200/300?random=3" alt="product">
<h3>儿童运动鞋</h3>
<p>价格:$30</p>
<a href="#" class="btn">立即购买</a>
</div>
</section>
<section class="contact">
<h2>联系我们</h2>
<form>
<label for="name">姓名:</label>
<input type="text" id="name" name="name" required>
<label for="email">邮箱:</label>
<input type="email" id="email" name="email" required>
<label for="message">留言:</label>
<textarea id="message" name="message" required></textarea>
<button type="submit" class="btn">发送</button>
</form>
</section>
</main>
<footer>
<p>©2021 All rights reserved.</p>
</footer>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/f2ui 著作权归作者所有。请勿转载和采集!