04 2020 档案

摘要:响应式布局,判断当前客户端是移动端还是pc端js方法: function () IsMobile{ var sUserAgent = navigator.userAgent.toLowerCase(); var bIsIpad = sUserAgent.match(/ipad/i) == "ipad 阅读全文
posted @ 2020-04-30 09:07 夏目-D 阅读(643) 评论(0) 推荐(0)
摘要:function SetMarks(marks) { //默认设置 let defaultSettings = { watermark_txt: marks, watermark_x: 100,//水印起始位置x轴坐标 watermark_y: 100,//水印起始位置Y轴坐标 watermark_ 阅读全文
posted @ 2020-04-30 09:04 夏目-D 阅读(528) 评论(0) 推荐(0)
摘要:.d-line{ width: 100px; height: auto; } .p-inline { height: 28px; line-height: 28px; margin: 0px 10px 10px 0px; padding: 0px 5px; box-sizing: border-bo 阅读全文
posted @ 2020-04-28 11:18 夏目-D 阅读(1339) 评论(0) 推荐(0)