gpt4 book ai didi

html - 如何将样式应用于文件输入中的按钮

转载 作者:行者123 更新时间:2023-11-28 01:35:29 25 4
gpt4 key购买 nike

我正在尝试在我的 MAC 代码中使用文件输入,对齐方式看起来很糟糕。在所有剩下的,它看起来不错。当我尝试将样式应用于文本(未选择文件)时,我无法将样式应用于唯一的按钮(选择文件)。

在 MAC 中:

enter image description here

在其他笔记本电脑中:

enter image description here

CSS:

input[type=file]::-webkit-file-upload-button {
cursor: pointer;
margin-bottom: 2px;
}

最佳答案

    <label for="pickerId">
Your custom picker viewable item to be added here and style to be applied to this label. The real input will be hidden but clicking here will be enough to trigger file picker
</label>
<input id="pickerId" style="display:none;" type="file"/>

关于html - 如何将样式应用于文件输入中的按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50699424/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com