总结比较常用的牛逼的css
Posted cuteboylijing
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了总结比较常用的牛逼的css相关的知识,希望对你有一定的参考价值。
隐藏浏览器自动添加账号密码的屎黄色背景
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-transition-delay: 99999s;
-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
选择special下所有class为 col-的class
.special [class*=col-]
选择当前元素后面紧跟的 div
+div
以上是关于总结比较常用的牛逼的css的主要内容,如果未能解决你的问题,请参考以下文章