返回顶部
上一页 1 ··· 19 20 21 22 23
摘要: 原文: https://blog.csdn.net/wangjia200913/article/details/49615325 语法 :nth-child(an+b) 第一种:简单数字序号写法 :nth-child(number) 直接匹配第number个元素。参数number必须为大于0的整数。 阅读全文
posted @ 2019-09-03 18:28 前端-xyq 阅读(38105) 评论(0) 推荐(1) 编辑
摘要: 参考: https://blog.csdn.net/aliven1/article/details/80743470 https://blog.csdn.net/liang377122210/article/details/78880438 https://blog.csdn.net/goodaxu 阅读全文
posted @ 2019-09-03 18:26 前端-xyq 阅读(4821) 评论(0) 推荐(0) 编辑
摘要: p { white-space: nowrap; font-size: .12rem; -webkit-transform-origin-x: 0; //缩小后文字居左 -webkit-transform: scale(0.80); //关键 } 阅读全文
posted @ 2019-09-03 18:24 前端-xyq 阅读(7531) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/jiangyu1013/article/details/85676292 解决:除了import组件外,还要在components中添加 <template> <div> <div> <slide-img :imgsList="imgsList"> 阅读全文
posted @ 2019-09-03 18:23 前端-xyq 阅读(26907) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/dwb123456123456/article/details/82701740https://blog.csdn.net/u014027876/article/details/81663080https://www.jianshu.com/p/8 阅读全文
posted @ 2019-09-03 18:22 前端-xyq 阅读(594) 评论(0) 推荐(0) 编辑
摘要: 利用 JSON.parse(param) 实现 例: 然后,就可以这样读取: console.log( obj.text ); ==>> { age: "18", sex: "male"} JSON.parse() 与 JSON.stringify() 的区别 1.JSON.parse(“要转换的数 阅读全文
posted @ 2019-09-03 18:13 前端-xyq 阅读(1960) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.cnblogs.com/liujn0829/p/8622960.html https://blog.csdn.net/z8735058/article/details/76824548 https://cn.vuejs.org/v2/guide/filters.htm 阅读全文
posted @ 2019-09-03 18:09 前端-xyq 阅读(2722) 评论(0) 推荐(0) 编辑
摘要: 动态绑定height: :style="{height: slideHeight+'rem'}" slideHeight: 2 如果需要计算来得到高度,如: <p :style="obj">111</p> data: winHei: screen.availHeight, //屏幕高度 winWid 阅读全文
posted @ 2019-09-03 18:07 前端-xyq 阅读(3490) 评论(0) 推荐(0) 编辑
摘要: 右击文件 > 验证本文档语法(V)后报错 解决: 项目右键->”属性”->”语法&框架”界面中配置项目的javaScript版本,将ECMAScript5.1 修改为6。 阅读全文
posted @ 2019-09-03 18:04 前端-xyq 阅读(937) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23