标记<input type=text>如何使用css改变其样式呢?譬如说我要该成透明和没有边框这样的。[解决办法] <input type= "text " style= "background-color:transparent;border-width:0px; " value= "xxxxxxx ">