ext-css

css  

在input页面中,需要隐藏其输入框的样式,使用

.input_transparant{

  background-color: transparent;

  border-color: transparent;

}

 

如果需要使其 不能获得焦点,添加  readonly="true" |   readonly = "readonly"

posted @ 2017-09-07 22:39  AlisonGavin  阅读(222)  评论(0编辑  收藏  举报