摘要: 配置热更新: 破解: 2019.2/3版本破解文件: https://github.com/nwgdegitHub/IDEA- 解压之后新建一个空项目,把文件拖进去,然后重启IDEA即可 阅读全文
posted @ 2019-12-23 16:45 liuw_flexi 阅读(1558) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u014527697/article/details/81087139 一个冒号是伪类,两个冒号是伪元素 伪类可以独立于文档的元素来分配样式,且可以分配给任何元素,逻辑上和功能上类类似,但是其是预定义的、不存在于文档树中且表达方式也不同,所以叫伪类。伪元素 阅读全文
posted @ 2019-12-23 15:12 liuw_flexi 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 在angular中使用ng-repeat时数组中有重复元素,要用item in items track by $index,不然会报错 <div class="" ng-init="names=[1,2,3,4,5,5]"> <p>循环对象:</p> <ul> <li ng-repeat="x in 阅读全文
posted @ 2019-12-23 14:31 liuw_flexi 阅读(491) 评论(0) 推荐(0) 编辑
摘要: .part5-bg .swiper2 .swiper-pagination2{ bottom: 0.4rem; } /*未选中的小圆点样式*/ .part5-bg .swiper2 .swiper-pagination2 .swiper-pagination-bullet { width: 5px; 阅读全文
posted @ 2019-12-23 09:20 liuw_flexi 阅读(274) 评论(0) 推荐(0) 编辑