摘要: *{margin: 0;padding: 0;} body{font-family: "Microsoft YaHei"} /*------------------------- The clocks --------------------------*/ .time-countdown{color: #7d7d7d;width: 220px;float: left;tex... 阅读全文
posted @ 2017-06-20 14:44 mudeng007 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 1. F6 (快捷键)调色板 255,0,0 红 0,255,0绿 0,0,255蓝 2. F7 (快捷键)通道【窗口 通道】①鼠标右键改变②选大、小 可通过【ctrl ~】【ctrl 1】【ctrl 2】【ctrl 3】(快捷键)改变灰度 阅读全文
posted @ 2017-06-20 14:41 mudeng007 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 新疆 西藏 青海 甘肃 内蒙古 黑龙江 吉林 辽宁 山东 河北 山西 北京 天津 ... 阅读全文
posted @ 2017-06-20 14:29 mudeng007 阅读(123) 评论(0) 推荐(0) 编辑
摘要: jQuery.nicescroll.min.js 【exp】滚动条 引用只需要调用方法,并且样式可以自定义 $(".select .select_options").niceScroll({cursorborder:"",cursorcolor:"#ff5454",boxzoom:false, cu 阅读全文
posted @ 2017-06-19 17:34 mudeng007 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 双侧投影 单侧投影巧用两次 阅读全文
posted @ 2017-06-16 14:11 mudeng007 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 通过伪元素进行处理,然后将其元素定位到元素的下层(z-index:-1),它的背景将会无缝比配到body中 阅读全文
posted @ 2017-06-16 13:56 mudeng007 阅读(164) 评论(0) 推荐(0) 编辑
摘要: .tab .item{position: relative;display: inline-block;padding: .5em 1em .35em;color: white;} .tab .item::before{content:'';position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index:-1;backgro... 阅读全文
posted @ 2017-06-15 20:59 mudeng007 阅读(543) 评论(0) 推荐(0) 编辑
摘要: body{background: #222226;} .select-hidden {display: none;visibility: hidden;padding-right: 10px;} .select {cursor: pointer;display: inline-block;position: relative;font-size: 16px;color: #fff;widt... 阅读全文
posted @ 2017-06-15 13:39 mudeng007 阅读(225) 评论(0) 推荐(0) 编辑
摘要: var msg="我是一名前端工作者,虽然我很菜,但没米饭配,所以只能加工好这盘菜咯...!"; function moveMsg() { msg=msg.substring(1,msg.length)+msg.substring(0,1); document.title=msg; } setInterval(function () { moveM... 阅读全文
posted @ 2017-06-06 15:22 mudeng007 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 点击链接弹出两个页面 function adClick(url1,url2) { window.open(url1); window.location=url2; } 阅读全文
posted @ 2017-06-06 15:09 mudeng007 阅读(324) 评论(0) 推荐(0) 编辑