背景案例
Posted 柠檬不酸
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了背景案例相关的知识,希望对你有一定的参考价值。
1 <!-- 背景案例 --> 2 <!DOCTYPE html> 3 <html lang="en"> 4 <head> 5 <meta charset="UTF-8"> 6 <title>Document</title> 7 <style type="text/css"> 8 input{ 9 width:280px; 10 height:30px; 11 background:url("1.jpg") no-repeat right; 12 } 13 </style> 14 </head> 15 <body> 16 <input type="text" value="请输入关键字"> 17 </body> 18 </html>
以上是关于背景案例的主要内容,如果未能解决你的问题,请参考以下文章