jquery.eraser实现刮奖显示结果效果代码
代码语言:html
所属分类:电商
代码描述:jquery.eraser实现刮奖显示结果效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html style="font-size: 40px;"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>jquery.eraser刮奖效果 www.bootstrap.com</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="Cache-Control" content="no-transform"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="layoutmode" content="standard"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="renderer" content="webkit"> <meta name="wap-font-scale" content="no"> <meta content="telephone=no" name="format-detection"> <meta http-equiv="Pragma" content="no-cache"> <script type="text/javascript"> var _htmlFontSize = (function () { var clientWidth = document.documentElement ? document.documentElement.clientWidth: document.body.clientWidth; if (clientWidth > 640) clientWidth = 640; document.documentElement.style.fontSize = clientWidth * 1 / 16 + "px"; return clientWidth * 1 / 16; })(); </script> <style> * { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); margin: 0; -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */ -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */ /* make transparent link selection, adjust last value opacit.........完整代码请登录后点击上方下载按钮下载查看
网友评论0