input 透明背景
发表于 : 2024-07-07 10:04
只有底部边框和透明背景的文本输入框
代码: 全选
<input type="text"
style=" BACKGROUND-COLOR: transparent;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #FFFFFF;
outline: none;
-webkit-text-fill-color: #FFFFFF;
width:2rem"
/>