网站介绍

这个网站是一个提供搜索服务的平台。用户可以在搜索框中输入关键词,然后点击下拉框选择相应的选项进行搜索。整个界面设计简洁大方,操作简便。

HTML代码

/* search */
select#choose{display:none;}
.select_box{font-size:12px;color:#999999;width:100px;line-height:30px;float:left;position:relative;}
.select_showbox{height:42px;background:url(http://www.beidouzhiku.cn/skin/default/images/search_ico.png) no-repeat 75px center; text-indent: 7px;line-height: 42px;border: 1px solid #2689d9;margin-top: 10px;
font-size: 16px;}
.select_showbox.active{background:url(http://www.beidouzhiku.cn/skin/default/images/search_ico_hover.png) no-repeat 75px center;}

CSS代码

/* search */
select#choose{display:none;}
.select_box{font-size:12px;color:#999999;width:100px;line-height:30px;float:left;position:relative;}
.select_showbox{height:42px;background:url(http://www.beidouzhiku.cn/skin/default/images/search_ico.png) no-repeat 75px center; text-indent: 7px;line-height: 42px;border: 1px solid #2689d9;margin-top: 10px;
font-size: 16px;}
.select_showbox.active{background:url(http://www.beidouzhiku.cn/skin/default/images/search_ico_hover.png) no-repeat 75px center;}