上一页 1 ··· 78 79 80 81 82 83 84 85 86 ··· 90 下一页
摘要: http://somebody32.github.io/30 阅读全文
posted @ 2019-10-30 20:54 Running00 阅读(140) 评论(0) 推荐(0) 编辑
摘要: ios 系统 默认中文字体是Heiti SC 默认英文字体是Helvetica 默认数字字体是HelveticaNeue 无微软雅黑字体 android 系统 默认中文字体是Droidsansfallback 默认英文和数字字体是Droid Sans 无微软雅黑字体 阅读全文
posted @ 2019-10-23 18:58 Running00 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 1. 在 2.5.0 及以上版本中,如果你使用了单文件组件 $children,$slots,$attrs .... $attrs 可以透传props 2. 注意.模板标签上有 ,时候,值为data函数中返回值中属性“a”对应的值(或是computed中对应属性的值,或是props对应的值),而不是 阅读全文
posted @ 2019-10-17 17:37 Running00 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 模板指令、属性总结 html 中的标签属性 1. + 值是对象,key为class 的值,值为boolean类型 + html标签任意属性都可以:属性,表示动态值(值是变化的,不是固定不变的) 2. click 事件 3. 某个标签上的属性,类似 4. 此标签是否展示,true时展示 阅读全文
posted @ 2019-10-17 17:00 Running00 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 1.props 2.name 3.data 4.components 阅读全文
posted @ 2019-10-17 16:10 Running00 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 移动端display:flex布局时候,子元素有背景颜色时候,背景颜色不能铺满,有缝隙, 阅读全文
posted @ 2019-10-15 21:06 Running00 阅读(369) 评论(0) 推荐(0) 编辑
摘要: relative, absolute, fixed 或 sticky 阅读全文
posted @ 2019-10-14 18:00 Running00 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 手机和电脑不是同一个WiFi时候,给手机设置代理,端口8888,为电脑的ip,打开charles,用手机数据线插上电脑,可以查看电脑IP下的数据 阅读全文
posted @ 2019-10-12 16:59 Running00 阅读(104) 评论(0) 推荐(0) 编辑
摘要: "click" window.getSelection // 阅读全文
posted @ 2019-10-12 16:36 Running00 阅读(99) 评论(0) 推荐(0) 编辑
摘要: background简写,https://developer.mozilla.org/zh CN/docs/Web/CSS/background background size 在 background position 后面 加 / background: left 5% / 15% 60% re 阅读全文
posted @ 2019-10-10 14:17 Running00 阅读(127) 评论(0) 推荐(0) 编辑
上一页 1 ··· 78 79 80 81 82 83 84 85 86 ··· 90 下一页