摘要:
<div id="father"> <div id="child">A child</div></div> var childnode=document.getElementById("child"); document.getElementById("father").removeChild(ch 阅读全文
摘要:
https://github.com/jawil/blog/issues/10 阅读全文
摘要:
a:hover{background:none; -webkit-tap-highlight-color: transparent;} 阅读全文
摘要:
::-moz-placeholder{color:red;} //ff ::-webkit-input-placeholder{color:red;} //chrome,safari :-ms-input-placeholder{color:red;} //ie10 阅读全文
摘要:
参照网址:http://c7sky.com/text-overflow-ellipsis-on-multiline-text.html 阅读全文
摘要:
https://mp.weixin.qq.com/debug/wxadoc/dev/?t=2017112 阅读全文
摘要:
background: -webkit-linear-gradient(left, #730ed6, #561ff6); background: -webkit-gradient(linear,0% 100%, 100% 0% , from(#730ed6), to(#561ff6)); background:-webkit-linear-gradient(0deg, #7... 阅读全文
摘要:
display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; 阅读全文