基本信息
源码名称:纯css实现:图层展开、收缩效果(基于keyframes实现)
源码大小:1.36KB
文件格式:.zip
开发语言:CSS
更新时间:2019-10-27
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
QQ彩贝高级搜索


<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title>QQ彩贝高级搜索</title>
       <link rel="stylesheet" href="css/zuoye1.css"/>
	</head>
	<body>
		<div id="work">
			<h2>高级搜索</h2>
			<p><input type="search" id="input" placeholder="请输入关键字"/></p>
			<p><input type="submit"  id="input1" value="搜索"/><p>
			<div class="bottom">
				<select><option >场合</option></select>
				<select><option >性别</option></select>
				<select><option >风格</option></select>
				<select><option >色系</option></select>
				<select><option >价格</option></select>
				<select><option >年龄</option></select>
				<select><option >季节</option></select>
			</div>
		</div>
	</body>
</html>