文本输入框 文字左移输入示例代码


截图如下:
 

代码如下;

复制代码
代码如下:

<html>
<head>
<meta charset="UTF-8">
<title>文本输入框 文字左移输入</title>
<style>
.one{
padding-left: 25px;
}
.two{
padding-left: 0px;
}
</style>
</head>
<body>
文本输入框 文字左移输入:

<input type="text" class="one" value='padding-left: 25px' />

<input type="text" class="two" value='padding-left: 0px' />

</body>
</html>

« 
» 
快速导航

Copyright © 2016 phpStudy | 豫ICP备2021030365号-3