会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
nie_pengcheng
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
2018年11月23日
多行文本溢出显示省略号
摘要: display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
阅读全文
posted @ 2018-11-23 18:35 nie_pengcheng
阅读(221)
评论(0)
推荐(0)
2018年11月22日
css修改input默认值颜色
摘要: input::-webkit-input-placeholder { /* WebKit browsers */ color: #ccc;}input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #ccc;}input::-moz-
阅读全文
posted @ 2018-11-22 16:04 nie_pengcheng
阅读(5230)
评论(0)
推荐(0)
2018年10月31日
中国标准时间转换成年月日
摘要: var formatDateTime = function (date) { var y = date.getFullYear(); var m = date.getMonth() + 1; m = m < 10 ? ('0' + m) : m; var d = date.getDate(); d
阅读全文
posted @ 2018-10-31 11:47 nie_pengcheng
阅读(6063)
评论(0)
推荐(0)
上一页
1
2
公告