我正在使用jQuery Mobile。我无法更改选择列表的宽度。我试过这样的东西,但它不起作用:
<label> Give a rating:</label>
<select width="100px" style="width: 100px" id="rating_restaurant">
<option value="1star">1-star</option>
<option value="2star">2-star</option>
<option value="3star">3-star</option>
<option value="4star">4-star</option>
<option value="5star">5-star</option>
</select>