<!DOCTYPE html>
<html>
<head>
	<meta charset='UTF-8'>
	<meta name='viewport' content='width=device-width, initial-scale=1.0'>
	<title>数字藏品 - 探索、收藏和交易您的珍贵数字资产</title>
	<style>
		body {
			font-family: Arial, sans-serif;
			margin: 0;
			padding: 0;
			background-color: #f0f0f0;
		}
		header {
			background-color: #333;
			color: #fff;
			padding: 10px;
			text-align: center;
		}
		h1 {
			margin: 0;
			font-size: 2em;
		}
		main {
			max-width: 800px;
			margin: 20px auto;
			padding: 10px;
			background-color: #fff;
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		}
		section {
			margin-bottom: 20px;
		}
		h2 {
			margin-top: 0;
			font-size: 1.5em;
		}
		figure {
			margin: 0;
			padding: 0;
		}
		img {
			max-width: 100%;
			height: auto;
			display: block;
			margin: 0 auto;
		}
		figcaption {
			font-style: italic;
			font-size: 0.8em;
			text-align: center;
			margin-top: 5px;
		}
		table {
			border-collapse: collapse;
			width: 100%;
		}
		th, td {
			padding: 5px;
			text-align: left;
			border-bottom: 1px solid #ccc;
		}
		th {
			background-color: #f0f0f0;
		}
		input[type='search'] {
			width: 100%;
			padding: 5px;
			box-sizing: border-box;
			border: 1px solid #ccc;
			border-radius: 5px;
			margin-bottom: 10px;
			font-size: 1em;
		}
		select {
			padding: 5px;
			box-sizing: border-box;
			border: 1px solid #ccc;
			border-radius: 5px;
			margin-bottom: 10px;
			font-size: 1em;
		}
		ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		li {
			margin-bottom: 5px;
		}
		li a {
			display: block;
			padding: 5px;
			background-color: #f0f0f0;
			color: #333;
			text-decoration: none;
			border-radius: 5px;
			transition: background-color 0.2s;
		}
		li a:hover {
			background-color: #ccc;
		}
		footer {
			background-color: #ccc;
			color: #333;
			padding: 10px;
			text-align: center;
			font-size: 0.8em;
		}
	</style>
</head>
<body>
	<header>
		<h1>数字藏品</h1>
	</header>
	<main>
		<section>
			<h2>数字藏品展示区</h2>
			<input type='search' placeholder='搜索'>
			<select>
				<option value=''>全部</option>
				<option value='中国'>中国</option>
				<option value='日本'>日本</option>
				<option value='美国'>美国</option>
			</select>
			<table>
				<thead>
					<tr>
						<th>名称</th>
						<th>描述</th>
						<th>年代</th>
						<th>图像</th>
					</tr>
				</thead>
				<tbody>
					<tr>
						<td>青铜器</td>
						<td>中国古代青铜器</td>
						<td>商朝</td>
						<td>
							<figure>
								<img src='bronze.jpg' alt='青铜器'>
								<figcaption>青铜器</figcaption>
							</figure>
						</td>
					</tr>
					<tr>
						<td>浮雕</td>
						<td>古希腊浮雕</td>
						<td>公元前5世纪</td>
						<td>
							<figure>
								<img src='relief.jpg' alt='浮雕'>
								<figcaption>浮雕</figcaption>
							</figure>
						</td>
					</tr>
					<tr>
						<td>武士刀</td>
						<td>日本武士刀</td>
						<td>江户时代</td>
						<td>
							<figure>
								<img src='katana.jpg' alt='武士刀'>
								<figcaption>武士刀</figcaption>
							</figure>
						</td>
					</tr>
					<tr>
						<td>圣杯</td>
						<td>中世纪圣杯</td>
						<td>12世纪</td>
						<td>
							<figure>
								<img src='grail.jpg' alt='圣杯'>
								<figcaption>圣杯</figcaption>
							</figure>
						</td>
					</tr>
				</tbody>
			</table>
		</section>
		<section>
			<h2>数字藏品收藏家社区</h2>
			<ul>
				<li><a href='#'>分享您的藏品</a></li>
				<li><a href='#'>交流经验</a></li>
				<li><a href='#'>查看其他收藏家的藏品</a></li>
			</ul>
		</section>
		<section>
			<h2>在线购买藏品</h2>
			<p>我们提供以下数字藏品的在线购买选项:</p>
			<ul>
				<li><a href='#'>青铜器</a></li>
				<li><a href='#'>浮雕</a></li>
				<li><a href='#'>武士刀</a></li>
				<li><a href='#'>圣杯</a></li>
			</ul>
		</section>
		<section>
			<h2>互动元素</h2>
			<p>我们为您提供以下互动元素,以增加您的参与度和我们的吸引力:</p>
			<ul>
				<li><a href='#'>投票</a></li>
				<li><a href='#'>评论</a></li>
				<li><a href='#'>游戏</a></li>
			</ul>
		</section>
	</main>
	<footer>
		<p>版权所有 © 2021 数字藏品</p>
	</footer>
</body>
</html>

原文地址: https://www.cveoy.top/t/topic/mwTk 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录