input 透明背景

常用各类软硬件使用技巧、疑难、最新资讯等相关交流。
rungod
帖子: 40
注册时间: 2010-06-19 3:51

input 透明背景

帖子 rungod »

只有底部边框和透明背景的文本输入框

代码: 全选

<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" 
/>
回复