Min's blog

I choose to see the beauties in the world.

导航

2017年8月28日

摘要: 1.picture 2.srcset 3. js 4.svg 阅读全文

posted @ 2017-08-28 09:34 Min77 阅读(112) 评论(0) 推荐(0) 编辑

2017年8月26日

摘要: # mobileHack##工具类网站 [HTML5 与 CSS3 技术应用评估](http://html5please.com/ "html5与css3技术应用评估") [各种奇妙的hack](http://browserhacks.com/ "各种奇妙的hack") [几乎所有设备的屏幕尺寸与像 阅读全文

posted @ 2017-08-26 14:08 Min77 阅读(1121) 评论(0) 推荐(0) 编辑

摘要: 1. 总差那么几像素!line-height:100%;2. 数据图片,产品图片用img 小图标,logo,修饰网站的图片 用背景3.文字居中 line-height /text-align:center;4. 边框写三角,透明度<span style="width:0; height:0; bor 阅读全文

posted @ 2017-08-26 14:02 Min77 阅读(146) 评论(0) 推荐(0) 编辑

摘要: 添加icon<link rel="shortcut icon" href="img/100du.ico"/> 阅读全文

posted @ 2017-08-26 11:35 Min77 阅读(130) 评论(0) 推荐(0) 编辑

摘要: 来自:http://www.cnblogs.com/woleicom/p/4111030.html css3属性兼容性 备注上说的配合js原理如下 在你的html页中引入 如果要绑定多个元素就可以这样写: 阅读全文

posted @ 2017-08-26 11:33 Min77 阅读(578) 评论(0) 推荐(0) 编辑

2017年8月18日

摘要: /** * Created by shimin on 2017/8/18. *///计算dpr!function(win, lib) { var timer, doc = win.document, docElem = doc.documentElement, vpMeta = doc.queryS 阅读全文

posted @ 2017-08-18 12:01 Min77 阅读(244) 评论(0) 推荐(0) 编辑

2017年8月16日

摘要: webstorm operation double shift: Search everywhere ctrl+e: recent file alt+mouse: multiple cursor choose content esc exit multiple cursor ctrl+alt+L: 阅读全文

posted @ 2017-08-16 17:13 Min77 阅读(211) 评论(0) 推荐(0) 编辑

2017年8月10日

摘要: 制作ico图标 http://bitbug.net/ markdown格式 http://dillinger.io/ 浏览器: https://browsehappy.com/ 原型图: https://www.axure.com/ https://www.mockupworld.co/all-mo 阅读全文

posted @ 2017-08-10 15:16 Min77 阅读(118) 评论(0) 推荐(0) 编辑

2017年8月8日

摘要: 自定义键盘信息: Vue.directive('on').keyCodes.ctrl=17; Vue.directive('on').keyCodes.myenter=13; 数据深度监听 阅读全文

posted @ 2017-08-08 11:19 Min77 阅读(146) 评论(0) 推荐(0) 编辑

2017年7月27日

摘要: 原理:escape对字符串进行编码时,字符值大于255的以"%u****"格式存储,而字符值大于255的恰好是非英文字符(一般是中文字符,非中文字符也可以当作中文字符考虑);indexOf用以判断在字符串中是否存在某子字符串,找不到返回"-1" 阅读全文

posted @ 2017-07-27 10:00 Min77 阅读(171) 评论(0) 推荐(0) 编辑