input css width, your classes are on your input s, not on child elements of the input s. so change input .name , etc., to input.name or ...
確定! 回上一頁