<style type="text/css">
.first {
float:left;
display:inline;
width:22%;
line-height:35px;
height: 35px;
}
.second{
float:left;
display:inline;
width:25%;
}
.third{
float:left;
display:inline;
width:22%;
line-height:35px;
height: 35px;
}
.four{
float:left;
display:inline;
width:25%;
}
</style>
<body style="overflow-y:hidden;overflow-x:auto">
<div class="first">
用户类型:
</div>
<div class='input-control select second'>
<select id="userType">
<option>全部</option>
<option>居民</option>
<option>非居民</option>
</select>
</div>
<div class='third'>
用电性质:
</div>
<div class='input-control select four'>
<select id="userType">
<option>全部</option>
<option>专变</option>
<option>非专变</option>
</select>
</div>
</body>