锘?!DOCTYPE html> ?ヤ??х?т俊???绀?/title> </head> <body oncontextmenu="doNothing()"> <div><img src="/images/yingye.jpg" alt=""></div> <p><a href="/">杩???棣?椤?/a></p> </body > <style> div{ width: 620px; margin: 0 auto; text-align: center; border: 6px solid #fff; box-shadow: 3px 3px 6px #bbb; } div img{ width: 100% } p{ width: 620px; margin: 0 auto; margin-top: 20px; } p a{ display: block; text-align: center; width: 100px; color: #fff; background: #cba400; margin: 0 auto; font-size: 18px; padding: 6px; text-decoration: none; border: 3px solid #b89500; border-left: 3px solid #ecc10b; border-right: 3px solid #d3ad0d; border-bottom: 3px solid #907608; box-shadow: 5px 5px 8px #777070; } </style> <script type="text/javascript"> function doNothing(){ window.event.returnValue=false; return false; } function imgdragstart(){return false;} for(i in document.images)document.images[i].ondragstart=imgdragstart; </script> </html>