<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> .one{border: 10px solid #ccc; width: 200px;height: 200px;background: red;border-radius:20px;} .two{margin:25px auto;box-shadow: 0px 10px 30px yellow;overflow: hidden;background: blue;width: 150px;height: 150px;text-align: center;} img{width: 100px;height: 100px;padding-top:25px;} </style> </head> <body> <div> <div> <img src="http://pic27.nipic.com/20130225/4746571_081826094000_2.jpg"> </div> </div> </body> </html>
上面代码显示如下: