jquery 按钮的默认填充是什么?

发布于 2024-10-28 05:16:22 字数 47 浏览 1 评论 0原文

jquery 按钮的默认填充是什么?尝试下载并搜索开发包...:(没有找到它:(

whats the default padding for a jquery button? tried to download and search the dev pack... :( did not fint it :(

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

卸妝后依然美 2024-11-04 05:16:22

从样式表:

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

正如评论者之一提到的,通过使用 firefox 插件 firebug 很容易找到这一点,或者使用 Safari/Chrome 中的网络检查器

From the stylesheet:

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

As one of the commenters mentioned, it's very easy to find this out by using the firefox plugin firebug, or by using the web inspector in Safari/Chrome

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文