posted @ 2017-08-28 09:34 Min77 阅读(116) 评论(0) 推荐(0)
posted @ 2017-08-26 14:08 Min77 阅读(1175) 评论(0) 推荐(0)
|
||
|
摘要:
# mobileHack##工具类网站 [HTML5 与 CSS3 技术应用评估](http://html5please.com/ "html5与css3技术应用评估") [各种奇妙的hack](http://browserhacks.com/ "各种奇妙的hack") [几乎所有设备的屏幕尺寸与像 阅读全文
posted @ 2017-08-26 14:08 Min77 阅读(1175) 评论(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 阅读(148) 评论(0) 推荐(0)
摘要:
添加icon<link rel="shortcut icon" href="img/100du.ico"/> 阅读全文
posted @ 2017-08-26 11:35 Min77 阅读(137) 评论(0) 推荐(0)
摘要:
来自:http://www.cnblogs.com/woleicom/p/4111030.html css3属性兼容性 备注上说的配合js原理如下 在你的html页中引入 如果要绑定多个元素就可以这样写: 阅读全文
posted @ 2017-08-26 11:33 Min77 阅读(586) 评论(0) 推荐(0)
摘要:
/** * 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 阅读(271) 评论(0) 推荐(0)
摘要:
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 阅读(223) 评论(0) 推荐(0)
摘要:
制作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 阅读(129) 评论(0) 推荐(0)
摘要:
自定义键盘信息: Vue.directive('on').keyCodes.ctrl=17; Vue.directive('on').keyCodes.myenter=13; 数据深度监听 阅读全文
posted @ 2017-08-08 11:19 Min77 阅读(157) 评论(0) 推荐(0) |
||