css
在input页面中,需要隐藏其输入框的样式,使用
.input_transparant{
background-color: transparent;
border-color: transparent;
}
如果需要使其 不能获得焦点,添加 readonly="true" | readonly = "readonly"