上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 33 下一页
摘要: 1, head头部信息 <meta charset="utf-8"> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <!-- 清除 阅读全文
posted @ 2020-11-27 09:47 琥珀君 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 1, style="width:100%;height:calc(100%); position:absolute; top:0;" 阅读全文
posted @ 2020-11-26 11:53 琥珀君 阅读(720) 评论(0) 推荐(0) 编辑
摘要: 1, body{ overflow: hidden; background: #000000 url(res/bg1.png) no-repeat fixed center/100% 100% content-box content-box; } 阅读全文
posted @ 2020-11-18 13:52 琥珀君 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 1,html <!-- 背景音效 --> <audio autoplay="autoplay" loop="loop" preload="auto" controls="controls"src="res/audio.mp3"></audio> 2,css audio{ display: none; 阅读全文
posted @ 2020-11-17 17:34 琥珀君 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 1, // vidwid = document.body.offsetWidth * 1 + "px"; // vidhig = document.body.offsetHeight * 1 + "px"; // 打开模型 // mylay = layer.open({ // type: 2, // 阅读全文
posted @ 2020-11-05 22:55 琥珀君 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 1, /* 设置layer背景透明 */ .shadows{background-color: transparent !important;box-shadow: 0 0 0 rgba(0,0,0,0) !important;} 确保弹窗视频上下居中 vcr = "hotdemo/video/vi 阅读全文
posted @ 2020-11-05 17:28 琥珀君 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 1, // // 打开模型 mylay = layer.open({ type: 2, title: false, zIndex: 1000, maxmin:false, closeBtn: 0, shade: true, shade: [0.5], shadeClose: false, area: 阅读全文
posted @ 2020-11-05 14:19 琥珀君 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 1, 阅读全文
posted @ 2020-11-04 16:49 琥珀君 阅读(606) 评论(0) 推荐(0) 编辑
摘要: 1,html代码 <!doctype html> <html> <head> <meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scal 阅读全文
posted @ 2020-10-29 16:28 琥珀君 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 1,定义layer背景样式 /* 设置layer背景透明 */ .shadows{background-color: transparent !important;box-shadow: 0 0 0 rgba(0,0,0,0) !important;} 2,layer中使用 function sen 阅读全文
posted @ 2020-10-28 22:51 琥珀君 阅读(2295) 评论(0) 推荐(0) 编辑
摘要: 1, <!-- 当浏览器不知js时的提示 --> <noscript><table style="width:100%;height:100%;"><tr style="vertical-align:middle;"><td><div style="text-align:center;">ERROR 阅读全文
posted @ 2020-10-14 16:32 琥珀君 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 1, <meta name="renderer" content="webkit" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 阅读全文
posted @ 2020-09-29 16:58 琥珀君 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 1,在 网址安全狗 -- 防护日志 -- 将拦截内容 添加到白名单 。 2, 阅读全文
posted @ 2020-09-22 22:44 琥珀君 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 1, // 提示弹窗 wx.showToast({ title: '验证码', icon: 'success', duration: 2000 }); 阅读全文
posted @ 2020-09-20 11:53 琥珀君 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 1, 命令行操作数据库: 登录 C:\Users\Administrator>d: D:\>cd D:\wamp\mysql\bin D:\wamp\mysql\bin>mysql mysql -hlocalhost -uroot -p 设置 set names gbk; show database 阅读全文
posted @ 2020-09-19 15:14 琥珀君 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 1,用return的方式 阅读全文
posted @ 2020-09-18 15:40 琥珀君 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 1, .card-slogen { font-size: .24rem; color: #777; display: block; margin-left: .2rem; /* 隐藏超长字体 */ overflow: hidden; white-space: nowrap; text-overflo 阅读全文
posted @ 2020-09-17 14:42 琥珀君 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 1, <script> // 动态加载JS文件 function loadJS( url, callback ){ var script = document.createElement('script'),fn = callback || function(){}; script.type = ' 阅读全文
posted @ 2020-09-17 11:50 琥珀君 阅读(421) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-09-14 17:22 琥珀君 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 1, .container { box-sizing: border-box; max-width: 1024px; padding: 20px; text-align: center; } 阅读全文
posted @ 2020-09-13 12:47 琥珀君 阅读(148) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 33 下一页