上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 39 下一页
摘要: div{ width: 20%; border-left: 1px solid $border-color; &:nth-child(5n+1){ border: 0; } } 以上为一行5个的div边框的控制,使最每行的第一个的左边框消失。 以此类推 。。 div{ width: 20%; bor 阅读全文
posted @ 2019-10-12 23:06 武卡卡 阅读(726) 评论(0) 推荐(0) 编辑
摘要: @charset "UTF-8"; * { -webkit-box-sizing: border-box; box-sizing: border-box; outline: none; } .breake-word{ word-wrap: break-word; } .ellipsis{ white 阅读全文
posted @ 2019-10-12 22:53 武卡卡 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 一,工具 ├ 1, vue-awesome-swiper 基于 Swiper4、适用于 Vue 的轮播组件,支持服务端渲染和单页应用。 2, http://www.spritecow.com/ 雪碧图背景定位工具 3, uuid (npm) 自动生成id 4,Animate.css 一款强大的预设c 阅读全文
posted @ 2019-10-11 14:07 武卡卡 阅读(346) 评论(0) 推荐(0) 编辑
摘要: 描述: 您可以使用&字符选择父级选择器。 它告诉父选择器应该插入的位置。 例一:&在前 Css代码 h3 { font-size: 20px margin-bottom: 10px &.some-selector { font-size: 24px margin-bottom: 20px } } 输 阅读全文
posted @ 2019-10-10 23:04 武卡卡 阅读(2901) 评论(0) 推荐(0) 编辑
摘要: body{ margin: 0; font-family: Arial, Helvetica, sans-serif; line-height: 1.2em; background: #f1f1f1; -webkit-font-smoothing: antialiased; -moz-osx-fon 阅读全文
posted @ 2019-10-10 22:43 武卡卡 阅读(795) 评论(0) 推荐(0) 编辑
摘要: 1,<span onclick="return confirmAct();">执行操作</span> 2, function confirmAct(){ if(confirm('确定要执行此操作吗?')){ alert(1) }else{ alert(2) } } 阅读全文
posted @ 2019-10-08 14:43 武卡卡 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 1.在win10 系统中搜索框 输入 Windos PowerShell选择 管理员身份运行 2,打开了powershell命令行之后,输入 set-ExecutionPolicy RemoteSigned 然后更改权限为A 最后通过 get-ExecutionPolicy 查看当前的状态 完成。 阅读全文
posted @ 2019-10-08 13:39 武卡卡 阅读(34988) 评论(2) 推荐(16) 编辑
摘要: String(req.headers.authorization || '').split(' ').pop() 阅读全文
posted @ 2019-10-06 21:56 武卡卡 阅读(706) 评论(0) 推荐(1) 编辑
摘要: 1,定义全局变量 app.set('name','八戒') 2,获取全局变量 app.get('name') 阅读全文
posted @ 2019-10-06 20:54 武卡卡 阅读(2033) 评论(0) 推荐(0) 编辑
摘要: 转载自 https://www.cnblogs.com/sk-3/archive/2019/07/23/11232750.html 使用了setHours() 方法 setHours() 方法用于设置指定的时间的小时字段 1. 获取当天开始时间 moment(new Date(new Date(ne 阅读全文
posted @ 2019-09-30 10:48 武卡卡 阅读(1818) 评论(1) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 39 下一页