我希望file
我的公式中的一个元素具有与具有此 css 的文本字段相同的 css :
.formulaire .inputlong { // formulaire is the form and inputlong is the name of the css for textfields
width: 250px;
background-color:#FFF;
border:1px solid;
border-color:#b80500;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #bbb;
color: #000;
background-position: 10px 6px;
float: left;
}
我试图将文件的 css 设置为 inputlong css 但什么也没有!
那么如何为文件元素创建一个类似的css呢?