Bladeren bron

去掉首页搜索类别的选择

luyanan 7 jaren geleden
bovenliggende
commit
8f757f8f9a
2 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 1 1
      css/index.css
  2. 2 2
      index.html

+ 1 - 1
css/index.css

@ -20,7 +20,7 @@ input{ outline:none;}
20 20
.lishow li{ line-height:30px; list-style:none; padding:2px 16px;color:#888; margin-top:1px;cursor: pointer;} 
21 21
.lishow li:hover{ background:#f0f0f0;} 
22 22

23
.sear-txt{ width:530px; height:40px; background:#fff; border:none;  border-radius: 6px 0 0 6px; float:left;font-size:15px;line-height:40px; padding-left:120px; color:#a3a3a3;}
23
.sear-txt{ width:530px; height:40px; background:#fff; border:none;  border-radius: 6px 0 0 6px; float:left;font-size:15px;line-height:40px; padding-left:20px; color:#a3a3a3;}
24 24
.sear-btn{ width:140px; height:40px; background:#ff9900; border-radius: 0 6px 6px 0; float:left; cursor:pointer;font-size:16px;line-height:40px; color:#fff; text-align:center; }
25 25
/*寻找专家流程*/
26 26
/*.process{ width:806px; height:205px; margin:auto;}

+ 2 - 2
index.html

@ -41,13 +41,13 @@
41 41
			<h1>让企业没有难搞的研发</h1>
42 42
			<h2>科袖,搭建企业与专家的桥梁</h2>
43 43
			<div class="main-search bgRadius">
44
				 <div class="simuselect floatL" id="lookFor">
44
				 <!--<div class="simuselect floatL" id="lookFor">
45 45
                	<div class="ulbox lookwho" onclick="showmenu()" id="div_select">找专家</div> 
46 46
					<ul id="li_show" class="lishow"> 
47 47
					    <li><div onclick="selectThis('找专家')">找专家</div></li> 
48 48
					    <li><div onclick="selectThis('找资源')">找资源</div></li> 
49 49
					</ul>
50
				</div>
50
				</div>-->
51 51
			    <!-- <select class="lookwho floatL" id="lookFor"><option value="0">找专家</option><option value="1">找资源</option></select>  -->
52 52
				<input type="text" placeholder="搜索专家、机构、研究方向" class="sear-txt" id="searchContent" >
53 53
				<div class="sear-btn" id="search" >搜索</div>