jQuery Mobile 输入字段项目大小

标签 jquery api jquery-mobile maps

我想在我的移动网站上使用 jQuery mobile ( http://jquerymobile.com/test/docs/forms/search/ ) 提供的搜索输入字段。

我想知道为什么盒子的建议这么小,因此很难触摸 在移动设备上。有没有办法通过 CSS 自定义它?

最佳答案

或者直接写:

.quantity { width: 40px !important; }

关于jQuery Mobile 输入字段项目大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8264348/

相关文章:

api - Kernel32 中的 VirtualProtect 函数有什么作用?

java - 服务层API设计

jquery-mobile - 如何在jQueryMobile框架内创建一个按钮并让其调用URL,但在页面上什么也不做?

html - 如何使用 jquery mobile 以百分比设置 2 行高度?

javascript - 使用 JavaScript/jQuery 在两种颜色之间淡入淡出

javascript - 禁用 jQuery fullcalendar 插件中的时间段范围

ruby-on-rails - API 参数 - {person : {name: 'John' }} vs {name: 'John' }

jQuery Mobile 和页眉/页脚问题

jquery - $.post 总是返回未定义

javascript - 选择具有匹配文本关键字的元素,忽略大写字母 (jQuery)