10 2017 档案

摘要:/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/ ::-webkit-scrollbar { width: 10px; height: 16px; background-color: #bdcda9; } /*定义滚动条轨道 内阴影+圆角*/ ::-webkit-scrollbar-track { -webk... 阅读全文
posted @ 2017-10-25 15:27 Tane 阅读(183) 评论(0) 推荐(0) 编辑
摘要:input::-webkit-input-placeholder { color: #fff !important; } input:-moz-placeholder { color: #fff !important; } input::-moz-placeholder { color: #fff 阅读全文
posted @ 2017-10-25 11:30 Tane 阅读(243) 评论(0) 推荐(0) 编辑
摘要:平时比较常用的时间、字符串、时间戳之间的互相转换,虽然常用但是几乎每次使用时候都喜欢去搜索一下用法;本文将作为一个笔记,整理一下三者之间的 转换(即:date转字符串、date转时间戳、字符串转date、字符串转时间戳、时间戳转date,时间戳转字符串)用法,方便日后查看; 涉及的函数 date_f 阅读全文
posted @ 2017-10-20 15:45 Tane 阅读(384) 评论(0) 推荐(0) 编辑
摘要:<style>.text1 { width:200px; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; -webkit-text-overflow:ellipsis; -moz-text-overflow:el 阅读全文
posted @ 2017-10-19 09:43 Tane 阅读(189) 评论(0) 推荐(0) 编辑
摘要:线性渐变linear-gradient() 遇到了这样的css样式 其中 阅读全文
posted @ 2017-10-18 09:22 Tane 阅读(184) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示