码迷,mamicode.com
首页 > 其他好文 > 详细

背景案例

时间:2018-05-27 12:03:55      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:text   style   alt   lan   背景   html   css   meta   lang   

技术分享图片
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>

 

背景案例

标签:text   style   alt   lan   背景   html   css   meta   lang   

原文地址:https://www.cnblogs.com/twinkle-/p/9095164.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!