-
流光动画边框css源码
流光动画边框css源码 演示 源码 html div class=border-style-3 QQ资源吧m.qqzy8.com /div css @keyframes border-style-3 { 0%,100% { background-position:0%,50%; } 50% { background-position:100%,50%; } } .border-style-3 { position: relative; width: 200px; height: 100px; border-radius: 10px; background-... -
按钮翻转动画css html源码
按钮翻转动画css html源码 演示 源码 html div class=btn-animate btn-animate__flip span m.qqzy8.com /span span QQ资源吧 /span /div css .btn-animate { position: relative; width: 130px; height: 40px; line-height: 40px; border: none; border-radius: 5px; background: #027efb; c... -
按钮闪光动画css html源码
按钮闪光动画css html源码 演示 源码 html div class=btn-animate btn-animate__shiny QQ资源吧m.qqzy8.com /div css .btn-animate { position: relative; width: 130px; height: 40px; line-height: 40px; border: none; border-radius: 5px; background: #027efb; color: #fff; text-align: center; } @keyframes shiny-... -
按钮背景缩放动画css html源码
按钮背景缩放动画css html源码 演示 源码 html div class=btn-animate btn-animate__zoom-in QQ资源吧 /div css .btn-animate { position: relative; width: 130px; height: 40px; line-height: 40px; border: none; border-radius: 5px; background: #027efb; color: #fff; text-align: center; } .btn-animate__zoom-in { ... -
按钮百花齐放动画css html源码
按钮百花齐放动画css html源码 演示 源码 html div class=btn-animate btn-animate__bloom-in span QQ资源吧m.qqzy8.com /span /div css .btn-animate { position: relative; width: 130px; height: 40px; line-height: 40px; border: none; border-radius: 5px; background: #027efb; color: #fff; text-align:... -
按钮上下边水平伸缩css html源码
按钮上下边水平伸缩css html源码 演示 源码 html div class=btn-animate btn-animate-1 QQ资源吧m.qqzy8.com /div css .btn-animate { position: relative; width: 130px; height: 40px; line-height: 40px; border: none; border-radius: 5px; background: #027efb; color: #fff; text-align: center; } .btn-animate-1 { ... -
网站屏蔽PC端访问JS代码 网站只允许手机端访问
用js限制网页只在手机端中打开,网站屏蔽PC端访问JS代码 网站只允许手机端访问 代码 script type=text/javascript if(window.screen.width==0){window.location.replace(http://www.fuv.cn)}; var system={win:false,mac:false,xll:false}; var p = navigator.platform; system.win=p.indexOf(Win)==0; system.mac=p.indexOf(Mac)==0; system.x11=(p==X11... -
网页JS弹出广告代码大全
网页JS弹出广告代码,头部,右下角,网页中漂浮,对联广告代码等大全 代码 网页头部弹出广告: !--首页头部广告-- script src=./js/top_ad.js type=text/javascript language=javascript /script script type=text/javascript if(!ads){ var ads=new adManager('ads'); } ads.addAd(0,0,1002,375,' img src=图片地址 / ','top','float'); /script <... -
网站右下角的弹窗公告代码分享
网站右下角的弹窗公告代码分享 效果图 使用方法 放在主题文件目录下的footer.php中的body尾部 代码 script var popNotice = function() { //获取用户授权状态 if (Notification.permission == granted) { var notification = new Notification(Hi,欢迎光临记磊的博客, { //很明显这是正文 body: '各位小哥哥小姐姐喜欢本站就留言互访吧,我会每天不定时的访问各位的站点。', //很明显这是图标 icon: 'https://www.ly522.com/yuanlog...