摘要: css : 阅读全文
posted @ 2019-11-04 18:06 Panax 阅读(1746) 评论(0) 推荐(0) 编辑
摘要: html, body, h1, h2, h3, h4, h5, h6, p, textarea, input, select, ul, ol, li, fieldset, figure { margin: 0; padding: 0; border: none; } html,body{ heigh 阅读全文
posted @ 2019-11-04 17:56 Panax 阅读(910) 评论(0) 推荐(0) 编辑
摘要: 在公共样式中加入 阅读全文
posted @ 2019-11-04 17:55 Panax 阅读(1895) 评论(0) 推荐(0) 编辑
摘要: .tab-pic-wrap .pic-wrap .list li a:hover img { transform: scale(1.03); } .tab-pic-wrap .pic-wrap .list li a img { width: 100%; transition: all 0.2s; } 阅读全文
posted @ 2019-11-04 17:48 Panax 阅读(579) 评论(0) 推荐(0) 编辑
摘要: data() { return { list:[ // 添加属性fale 后的值 ], // 测试数据 goList:[ { name:'张三', phone:'18621958665' }, { name:'李四', phone:'18621958665' }, { name:'张er', pho 阅读全文
posted @ 2019-11-04 17:41 Panax 阅读(2628) 评论(0) 推荐(0) 编辑
摘要: 有时间可能有多个人开发,如果在共用router, 势必会造成合并冲突,可以分开多个router.js ,然后进行合并 阅读全文
posted @ 2019-11-04 17:22 Panax 阅读(825) 评论(0) 推荐(0) 编辑
摘要: 钉钉的开发,一是小程序的模式,二是H5嵌套的模式 这里只简单介绍一下H5嵌套的模式。也就是微应用。 1. 微应用的免登录 引入钉钉npm install dingtalk-jsapi --save cnpm 淘宝镜像安装更快。 // 获取到钉钉 code _this.$dd.ready(functi 阅读全文
posted @ 2019-11-04 16:23 Panax 阅读(4521) 评论(3) 推荐(1) 编辑
摘要: Ctrl+Shift+P: 打开命令面板 打开一个新窗口: Ctrl+Shift+N 关闭窗口: Ctrl+Shift+W 新建文件 Ctrl+N 代码行缩进 Ctrl+[ 、 Ctrl+] 上下移动一行: Alt+Up 或 Alt+Down 向上向下复制一行: Shift+Alt+Up 或 Shi 阅读全文
posted @ 2019-11-04 15:58 Panax 阅读(3253) 评论(0) 推荐(0) 编辑
摘要: 2. 但这样 window.location.search 这样常常会获取不到。 原因是; search只能在取到“?”后面和“#”之前的内容,如果“#”之前没有“?”search取值为空。它默认参数和#是一个字符串 3.完善 4.对于没有#号url ,最好的是方法是: 阅读全文
posted @ 2019-11-04 15:24 Panax 阅读(5230) 评论(0) 推荐(0) 编辑
摘要: 本文主要介绍移动端。为了避免移动端兼容出现各种奇奇怪怪的bug,所以秉承着能不用复杂的语法就不用,尽量用最基础的语法。 可用惯了各种ES6语法的童鞋们,写原生真是头疼,再加上各种领导催工期,肯定是内心各种烦躁。这里介绍一下,如何在H5中运vue 去写,嵌套到用到app中。 首先引入vue CDN , 阅读全文
posted @ 2019-11-04 11:52 Panax 阅读(3538) 评论(0) 推荐(0) 编辑