上一页 1 2 3 4 5 6 7 8 9 10 ··· 25 下一页
摘要: 费用计算 ... 阅读全文
posted @ 2019-08-05 12:06 怪咖咖 阅读(527) 评论(0) 推荐(0)
摘要: transform: scale(1,3); -ms-transform: scale(1,3); -webkit-transform: scale(1,3); -moz-transform: scale(1,3); -o-transform: scale(1,3); 阅读全文
posted @ 2019-08-02 10:46 怪咖咖 阅读(2338) 评论(0) 推荐(0)
摘要: getLunbo: function() { var that = this; that.lunbo = []; // api.showProgress({ // title: '加载中' ... 阅读全文
posted @ 2019-07-27 09:30 怪咖咖 阅读(7984) 评论(0) 推荐(0)
摘要: document.addEventListener("visibilitychange", function () { if (!document.hidden) { //处于当前页面 location.reload() } }); 阅读全文
posted @ 2019-07-20 17:20 怪咖咖 阅读(2489) 评论(0) 推荐(0)
摘要: Vue.use(VueLazyload, { preLoad: 1.3, error: '../../image/error.png', attempt: 1, filter: { progressive(listener,... 阅读全文
posted @ 2019-07-15 10:29 怪咖咖 阅读(1014) 评论(1) 推荐(0)
摘要: // 选点 $(".e-up-img").click(function (e) { that.xx = e.originalEvent.x || e.originalEvent.layerX || 0;//屏幕x坐标 that.yy = e.originalEvent.y || e.originalEven... 阅读全文
posted @ 2019-07-12 15:37 怪咖咖 阅读(2422) 评论(0) 推荐(0)
摘要: (You can double click on an item to turn it into a folder.) 阅读全文
posted @ 2019-07-10 16:23 怪咖咖 阅读(7297) 评论(1) 推荐(0)
摘要: .i-i-box-active{ -webkit-animation: shan666 1s infinite ease-in-out; animation: shan666 1s infinite ease-in-out; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-web... 阅读全文
posted @ 2019-07-03 10:11 怪咖咖 阅读(3214) 评论(0) 推荐(0)
摘要: 先下载:http://code.jquery.com/ui/1.10.3/jquery-ui.js 阅读全文
posted @ 2019-06-29 16:06 怪咖咖 阅读(2208) 评论(0) 推荐(0)
摘要: 用到的js: 1、添加useCORS:true属性; 2、给要生成canvas的DOM中包含的每一个<img>标签添加crossorigin="anonymous"属性; 3、确保你的图片CDN服务器支持CORS访问,也就是会返回Access-Control-Allow-Origin等响应头; 1、 阅读全文
posted @ 2019-06-11 13:42 怪咖咖 阅读(4916) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 25 下一页