上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: 适用于移动端整屏幕上下翻页,很简短的动画,原生写改起来也很简单。注释的几处用的vue的双向绑定。无依赖。 vue版本 <template> <div class="main" :class="{'other_bg':pageIndex>0}"> <div class="swiper-wrapper" 阅读全文
posted @ 2020-02-12 19:33 仔行天下 阅读(1673) 评论(0) 推荐(0) 编辑
摘要: 为什么你的ps不能直接打开favicon.ico文件呢?因为你没有安装识别ico的格式插件。 安装步骤如下: 下载格式文件:https://pan.baidu.com/s/1lE0El1VtDqD5lE2NQONzdA 打开C:\Program Files (x86)\Common Files\Ad 阅读全文
posted @ 2019-11-29 15:42 仔行天下 阅读(1324) 评论(0) 推荐(0) 编辑
摘要: Linux系统安装node linux安装rz sz命令:yum install lrzsz上传tar包:rz node-v10.15.0-linux-x64.tar.xz将tar包移到上一级目录下:mv node-v10.15.0-linux-x64.tar.xz ../解压tar包:tar xv 阅读全文
posted @ 2019-09-23 16:06 仔行天下 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 画1px细线问题: .borderBottom1px { position: relative;} .borderBottom1px:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; border-botto 阅读全文
posted @ 2019-09-04 19:15 仔行天下 阅读(1167) 评论(0) 推荐(0) 编辑
摘要: Flutter 父子组件传值 一父传子: 父中: 子中: 阅读全文
posted @ 2019-07-10 17:36 仔行天下 阅读(5853) 评论(0) 推荐(0) 编辑
摘要: 推荐一款插件: 在插件plugins中搜 FishReduxTemplate 阅读全文
posted @ 2019-07-06 11:53 仔行天下 阅读(616) 评论(0) 推荐(0) 编辑
摘要: 地址:https://github.com/guan6/vue-onlySlider-x 阅读全文
posted @ 2019-06-22 14:39 仔行天下 阅读(387) 评论(0) 推荐(0) 编辑
摘要: Class类的特性(上) 略 阅读全文
posted @ 2019-03-12 16:30 仔行天下 阅读(752) 评论(0) 推荐(0) 编辑
摘要: 实现代码如下: 略。 阅读全文
posted @ 2019-03-03 20:03 仔行天下 阅读(1332) 评论(0) 推荐(0) 编辑
摘要: 笔记,具体可以看看这个博客: https://segmentfault.com/a/1190000004168886?utm_source=tag-newest 略。 阅读全文
posted @ 2019-03-03 19:47 仔行天下 阅读(262) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 12 下一页