返回顶部
摘要: 参考: https://www.cnblogs.com/zhcBlog/p/9892883.html https://blog.csdn.net/xuerwang/article/details/82761214 https://www.cnblogs.com/liuyishi/p/9459289. 阅读全文
posted @ 2019-09-04 10:35 前端-xyq 阅读(15449) 评论(0) 推荐(0) 编辑
摘要: "tabBar": { "selectedColor": "#4da9ff", //颜色 "list": [{ "pagePath": "homepage/homepage/homepage", "text": "首页", "iconPath": "images/homepage_off.png", "selectedIconPath": "images/homepa 阅读全文
posted @ 2019-09-04 10:28 前端-xyq 阅读(8499) 评论(0) 推荐(1) 编辑
摘要: 参考:https://www.cnblogs.com/yangguojin/p/10301981.html 超出一行省略: 超出2行省略: 注:两行注释必须要!因为 webpack打包后-webkit-box-orient会被移除,autoprefixer会自动移除老式过时的代码,所以需要添加注释关 阅读全文
posted @ 2019-09-04 10:26 前端-xyq 阅读(1137) 评论(0) 推荐(0) 编辑
摘要: font-style: normal; 阅读全文
posted @ 2019-09-04 10:18 前端-xyq 阅读(8486) 评论(0) 推荐(0) 编辑
摘要: box-shadow: 1px 2px 5px 6px #888888 inset 1px: 必须,水平阴影的位置, 负值为左 2px: 必须,垂直阴影的位置, 负值为上; 5px: 可选,模糊距离; 6px: 可选,阴影尺寸; 888888: 可选,阴影颜色; inset: 可选,将外部阴影 (o 阅读全文
posted @ 2019-09-03 18:34 前端-xyq 阅读(2405) 评论(0) 推荐(0) 编辑
摘要: 原文: 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 阅读(38242) 评论(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 阅读(4832) 评论(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 阅读(7545) 评论(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 阅读(26920) 评论(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 阅读(615) 评论(0) 推荐(0) 编辑