我可以更改 html5 语音输入麦克风的外观吗?

发布于 2024-12-12 05:41:09 字数 134 浏览 0 评论 0原文

我知道我可以通过添加属性 x-webkit-speech 让我的 input 框支持语音输入(您可以在 Google 的搜索栏中看到它),但我不知道不喜欢麦克风的风格,我可以用自己的图片或文字来改变吗?

I know that I can make my input box support voice input by add an attribute x-webkit-speech, (you can see it in Google's search bar ), but I don't like the microphone's style, can I change it with my own image or a text?

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

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

发布评论

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

评论(1

白日梦 2024-12-19 05:41:09

检查元素是否具有计算的背景图像样式。如果是这样,您可以更改背景图像,这样就可以正常工作。如果没有,那么也许您可以添加背景图像或某种覆盖层来隐藏旧麦克风并显示您自己的麦克风。

Check whether the element has a computed background-image style. If it does, you can change the background-image and that'll work fine. If not, then maybe you can add a background image or some kind of overlay to hide the old mic and show your own.

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