随笔分类 -  html+css

摘要:有人问如果2038年12月10日是世界末日,那现在能活多少天,粗略的计算一下 阅读全文
posted @ 2018-08-31 17:30 粉色年华 阅读(487) 评论(0) 推荐(0)
摘要:css:#guide_page { /*display: none;*/ width: 100%; height: 100%; position: fixed; left: 0; top: 0; right: 0; bottom: 0; margin: auto; overflow: auto; } #guide_... 阅读全文
posted @ 2018-08-29 17:35 粉色年华 阅读(406) 评论(0) 推荐(0)
摘要:.ivu-modal-wrap { position: fixed; overflow: auto; top: 0; right: 0; bottom: 0; left: 0; z-index:1000; -webkit-overflow-scrolling: touch; outline: 0; 阅读全文
posted @ 2018-08-10 11:22 粉色年华 阅读(363) 评论(0) 推荐(0)
摘要:input::-webkit-input-placeholder{ color:#999; } input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999; } input:-moz-placeholder{ /* Mozilla Fi 阅读全文
posted @ 2018-07-20 16:58 粉色年华 阅读(130) 评论(0) 推荐(0)
摘要:input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active { -webkit-transition-delay: 9999s; -web 阅读全文
posted @ 2018-07-19 17:02 粉色年华 阅读(134) 评论(0) 推荐(0)
摘要:给jQuery对象绑定一个新方法是通过扩展 $.fn对象实现的。让我们来编写第一个扩展 $.fn.bg = function () { // this已绑定为当前jQuery对象: this.css('backgroundColor', '#cfcfcf').css('color', '#d8503 阅读全文
posted @ 2018-07-16 18:41 粉色年华 阅读(72) 评论(0) 推荐(0)