摘要: .bg{ background-size: cover; background-image:url(../assets/images/sunshine.png); background-repeat:no-repeat; background-position:center; background-attachment:fixed; ... 阅读全文
posted @ 2017-12-13 10:18 code-luyf 阅读(995) 评论(0) 推荐(0) 编辑
摘要: 1.一定要给<mt-loadmore>的父元素添加overflow:scroll属性,不然上拉加载无法使用。 阅读全文
posted @ 2017-12-13 10:17 code-luyf 阅读(5142) 评论(0) 推荐(0) 编辑
摘要: 将需要保存在vuex中的数据同时保存在sessionStorage中即可: 阅读全文
posted @ 2017-12-13 10:16 code-luyf 阅读(2141) 评论(0) 推荐(0) 编辑
摘要: input : required 选择必填表单域 input : focus : invalid 选择当前聚焦的且含有非法输入值的表单域 input : focus : valid 选择当前聚焦的且含有合法输入值的表单域 使用上面的伪类选择器再编写三条新规则: 阅读全文
posted @ 2017-12-13 10:15 code-luyf 阅读(673) 评论(0) 推荐(0) 编辑
摘要: 1.要实现路由跳转,先要在el-menu标签上添加router属性,然后只要在每个el-menu-item标签内的index属性设置一下url即可实现点击el-menu-item实现路由跳转。 2.导航当前项,在el-menu标签中绑定 :default-active="$route.path",注 阅读全文
posted @ 2017-12-13 10:10 code-luyf 阅读(26547) 评论(2) 推荐(2) 编辑