摘要:
/* 增加该属性,可以增加弹性,是滑动更加顺畅 */ -webkit-overflow-scrolling: touch; 阅读全文
posted @ 2016-05-14 12:51
顺文章
阅读(742)
评论(0)
推荐(0)
摘要:
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 阅读全文
posted @ 2016-05-14 12:50
顺文章
阅读(182)
评论(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
顺文章
阅读(177)
评论(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
顺文章
阅读(217)
评论(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
顺文章
阅读(816)
评论(0)
推荐(0)
