input 去除边框

input 去除边框

<input type="text" style="border: #ffffff; border-style: solid; border-top- 0px; border-right- 0px; border-bottom- 0px; border-left- 0px; font-family: 宋体; font-size: 9pt;" >

<html>
<head>
input 去除边框
</head>
<body>
<tr>
<td>
<input type="text" style="border: #ffffff; border-style: solid; border-top- 0px; border-right- 0px; border-bottom- 0px; border-left- 0px; background-color: #dcd4c4;font-family: 宋体; font-size: 9pt;" >
</td>
</tr>
</body>
</html>

运行效果:

原文地址:https://www.cnblogs.com/yangmin-78819/p/tengmang.html