实例
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style> div{ width:300px; height:300px; } .item{ background-color:red; background-image:url(https://tse2-mm.cn.bing.net/th?id=OIP.SEmPSCZD4JdFucx0N_cuXAAAAA&w=150&h=150&c=7&o=5&pid=1.7); background-repeat:no-repeat; /*background-position:right center;*/ background-position:50px 50px; } </style> </head> <body> <div class="item"></div> </body> </html>
运行实例 »
点击 "运行实例" 按钮查看在线实例