2016年7月1日
摘要: 请查看以下两个链接 http://www.tuicool.com/articles/Afq6Bzq http://www.sheng00.com/2148.html 阅读全文
posted @ 2016-07-01 17:02 顺文章 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 在线演示 <!doctype html> <html> <head> <meta charset="UTF-8"> <title>test</title> <style type="text/css"> *{ margin:0; padding:0;} body{font:12px/1 '微软雅黑' 阅读全文
posted @ 2016-07-01 16:48 顺文章 阅读(1408) 评论(0) 推荐(0) 编辑
2016年6月23日
摘要: 来源:https://github.com/nolimits4web/Swiper/issues/1467 阅读全文
posted @ 2016-06-23 11:32 顺文章 阅读(18295) 评论(0) 推荐(2) 编辑
2016年5月20日
摘要: function isWeiXinOrQQ(){ var ua = window.navigator.userAgent.toLowerCase(); if(ua.match(/MicroMessenger/i) == 'micromessenger' || ua.match(/\sqq/i) == " qq"){ return true; }else{ return... 阅读全文
posted @ 2016-05-20 15:55 顺文章 阅读(486) 评论(0) 推荐(0) 编辑
2016年5月14日
摘要: /* 增加该属性,可以增加弹性,是滑动更加顺畅 */ -webkit-overflow-scrolling: touch; 阅读全文
posted @ 2016-05-14 12:51 顺文章 阅读(731) 评论(0) 推荐(0) 编辑
摘要: -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 阅读全文
posted @ 2016-05-14 12:50 顺文章 阅读(171) 评论(0) 推荐(0) 编辑
摘要: text-align:justify; word-break:break-all; stext-justify:distribute-all-lines; /*ie6-8*/ text-justify:inter-ideograph; -webkit-text-align-last:justify; 阅读全文
posted @ 2016-05-14 12:49 顺文章 阅读(171) 评论(0) 推荐(0) 编辑
摘要: div::selection{ background:none } div::-moz-selection { background:none } div::-webkit-selection { background:none} div::selection{ background:none } 阅读全文
posted @ 2016-05-14 12:46 顺文章 阅读(202) 评论(0) 推荐(0) 编辑
摘要: animation-fill-mode防止动画结束后,回归原位 animation: arrowsfirst 1s; animation-timing-function: linear; animation-fill-mode: forwards; -webkit-animation: arrows 阅读全文
posted @ 2016-05-14 12:45 顺文章 阅读(791) 评论(0) 推荐(0) 编辑
2016年2月1日
摘要: 转载:http://www.cnblogs.com/bugs/p/3587915.html 1、安装iptables防火墙 怎么知道系统是否安装了iptables?执行iptables -V,如果显示如: iptables v1.3.5 说明已经安装了iptables。 如果没有安装iptables 阅读全文
posted @ 2016-02-01 16:40 顺文章 阅读(178) 评论(0) 推荐(0) 编辑