Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>iPhone手机解锁效果</title>
<style type="text/css">
#iphone{position:relative;width:426px;height:640px;margin:10px auto;background:url(//ku.shouce.ren/files/images/201601/56a320685e16f.jpg) no-repeat;}
#lock{position:absolute;left:50%;bottom:33px;width:358px;height:62px;margin-left:-179px;}
#lock span{position:absolute;width:93px;height:62px;cursor:pointer;background:url(//ku.shouce.ren/files/images/201601/56a320697ab8f.jpg) no-repeat;}
</style>
<script type="text/javascript">
window.onload = function ()
{
var iPhone = document.getElementById("iphone");
var oLock = document.getElementById("lock");
CSS代码...
JS代码...
xxxxxxxxxx