You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
800 B

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
<title>产品展示</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="headBox">
<h2 class="titHead">产品信息</h2>
<h3 class="titNeck">内容简介</h3>
<div class="search">
<input id="serch" type="text" placeholder="搜索">
<button id="btn" type="button"></button>
</div>
</div>
<div class="content">
</div>
<div class="footBox">
<input type="button" name="" id="btn2" value="确&nbsp;&nbsp;定" />
</div>
<script type="text/javascript" src="jquery.min.js" ></script>
<script type="text/javascript" src="serch.js"></script>
</body>
</html>