我无法设置我的文本字段的宽度 [newbie to css]
这是我的代码
<div data-role="fieldcontain" >
<input type="text" name="postquestion" class="ps" value="" placeholder="What's Your Question..?"data-mini="true"/>
</div>
这是有效的
.ui-input-text{
width:150px !important;
}
但这不起作用
.ps
{
width:150px !important;
}
我不知道为什么,我用谷歌搜索了很多,但我没有得到答案。请帮我。