firstcsharp

文字:

<td class="formValue">
   <div class="input-group">
     <input id="AccountBillPrice" type="number" class="form-control" /><span class="input-group-addon">元/月</span>
   </div>
</td>

图标:

<div class="input-group">
   <input id="AccountBillPrice" type="number" class="form-control" /><span class="input-group-addon"><i class="fa fa-pencil"></i></span>
</div>

或者使用自己的图标:

<input class=\'phone-input\' type="text" id="phone"/> 
.phone-input{ 
padding-right:20px; 
background:url("resource/***.gif") no-repeat scroll right center transparent; 
} 

 

分类:

技术点:

相关文章:

  • 2022-01-21
  • 2022-12-23
  • 2021-11-17
  • 2021-11-17
  • 2021-11-17
  • 2021-12-15
  • 2021-11-17
  • 2022-12-23
猜你喜欢
  • 2021-11-17
  • 2021-11-17
  • 2021-12-09
  • 2021-11-17
  • 2021-11-17
相关资源
相似解决方案