上一页 1 2 3 4 5 6 7 8 ··· 25 下一页
摘要: var mybanner = new Swiper('.i-gd-banner', { speed: 500, loop: true, observer:true,//修改swiper自己或子元素时,自动初始化swiper observeParents:true,//修改swiper的父元素时,自动 阅读全文
posted @ 2019-12-12 16:58 怪咖咖 阅读(2024) 评论(0) 推荐(0)
摘要: FastClick.prototype.focus = function(targetElement) { targetElement.focus();//加入这一句话就OK了 }; 阅读全文
posted @ 2019-12-09 11:38 怪咖咖 阅读(337) 评论(0) 推荐(0)
摘要: js公共方法: 阅读全文
posted @ 2019-12-07 17:07 怪咖咖 阅读(2344) 评论(0) 推荐(0)
摘要: 商品详情 .i-gd-header { position: fixed; top: 0; left: 0; z-index: 91; width: 100%; background-color: #fff; display: flex; align-i... 阅读全文
posted @ 2019-12-07 16:57 怪咖咖 阅读(341) 评论(0) 推荐(0)
摘要: api.setStatusBarStyle({ style: 'dark', color:'transparent' }); 阅读全文
posted @ 2019-12-04 17:11 怪咖咖 阅读(1654) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/ziChin/p/10273980.html 阅读全文
posted @ 2019-12-02 12:09 怪咖咖 阅读(1659) 评论(0) 推荐(0)
摘要: 1.网站域名的地方应该填写网站域名,不能再填服务器IP地址了, 2.针对80端口被占用但又找不到占用的程序时可以反复切换80、81端口然后再重启Apache,可能会正常 3.服务器不要在用phpstudy配置了,容易被黑客攻击 阅读全文
posted @ 2019-11-27 22:32 怪咖咖 阅读(165) 评论(0) 推荐(0)
摘要: 1.先确定php运行版本为7.1以上 2.在phpstorm中 或者在项目根目录按住shift+有单击点击“在此处打开命令窗口”运行composer install 3出现这个证明安装成功 . 会遇到的问题1:更改了php版本后要查看环境变量是否有了当前php版本(右单击我的电脑-属性-高级系统设置 阅读全文
posted @ 2019-11-18 22:41 怪咖咖 阅读(316) 评论(0) 推荐(0)
摘要: 一、把图片变模糊 图像——调整——色阶——输出色阶——滤镜——模糊——高斯模糊——半径 二、图片换色 点击右下角弹层下方的“fx”——颜色叠加——色样颜色 阅读全文
posted @ 2019-11-16 13:58 怪咖咖 阅读(136) 评论(0) 推荐(0)
摘要: $('body').click(function(e){ if(($(e.target).attr('class')!='header-top-nav-ipt')){ alert('除了class=header-top-nav-ipt以外的元素') } }); 阅读全文
posted @ 2019-11-14 18:08 怪咖咖 阅读(2048) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 25 下一页