随笔分类 - html+css
摘要:有人问如果2038年12月10日是世界末日,那现在能活多少天,粗略的计算一下
阅读全文
摘要:css:#guide_page { /*display: none;*/ width: 100%; height: 100%; position: fixed; left: 0; top: 0; right: 0; bottom: 0; margin: auto; overflow: auto; } #guide_...
阅读全文
摘要:.ivu-modal-wrap { position: fixed; overflow: auto; top: 0; right: 0; bottom: 0; left: 0; z-index:1000; -webkit-overflow-scrolling: touch; outline: 0;
阅读全文
摘要:input::-webkit-input-placeholder{ color:#999; } input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999; } input:-moz-placeholder{ /* Mozilla Fi
阅读全文
摘要:input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active { -webkit-transition-delay: 9999s; -web
阅读全文
摘要:给jQuery对象绑定一个新方法是通过扩展 $.fn对象实现的。让我们来编写第一个扩展 $.fn.bg = function () { // this已绑定为当前jQuery对象: this.css('backgroundColor', '#cfcfcf').css('color', '#d8503
阅读全文

浙公网安备 33010602011771号