SOURCE

console 命令行工具 X clear

                    
>
console
<div  class="mal_30">
			<label class="label_input">时间:</label>
			<input class="input_time" type="text" name="显示时间" />
			<input class="input_time2" type="text" name="显示时间" />
		</div>
.label_input{
	height:32px;
	line-height: 32px;
	padding-right:6px;
}
.input_time{
	border:0;
	width:260px;
	height:32px;
	line-height:32px;
	background: url(../img/input_calendar.png) no-repeat right;
	border:1px solid #e6e6e6;
	border-radius: 4px;
	behavior: url(../js/PIE.htc)\9; 
	margin-right:6px;
}
.input_time2{
	border:0;
	width:260px;
	height:32px;
	line-height:32px;
	background: url(../img/input_calendar.png) no-repeat left;
	padding-left:32px;
	border:1px solid #e6e6e6;
	border-radius: 4px;
	behavior: url(../js/PIE.htc)\9; 
}