上一页 1 ··· 7 8 9 10 11
摘要: <input type="text" placeholder="请输入整数" onkeyup="this.value=this.value.replace(/\D/g,'')"/> 阅读全文
posted @ 2018-05-29 11:41 杰_森 阅读(251) 评论(0) 推荐(0) 编辑
摘要: Input框改placeholder中字体的颜色 input::-webkit-input-placeholder { color: #ccc; font-size: 12px; } 阅读全文
posted @ 2018-05-29 11:40 杰_森 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 第一种:需要添加好友才可以访问 <a href="http://wpa.qq.com/msgrd?v=3&uin=317985559&site=qq&menu=yes" target="_blank">123 </a> 第二种:不需要添加好友即可访问 上网去搜吧,小臂崽子 阅读全文
posted @ 2018-05-29 11:39 杰_森 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 只针对谷歌 width: 100%; //height: 58px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient: vertical; //三行 -webkit-line-clam 阅读全文
posted @ 2018-05-29 11:37 杰_森 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 如果网站结束 不对页面进行处理,当浏览器的窗口缩小的时候,页面右侧会出现留白: 解决方案:针对整个页面的元素看看最宽的子元素是多宽(minWidth),给整个页面(body下面)一个div,给这个div一个min-height:minWidth 阅读全文
posted @ 2018-05-29 11:13 杰_森 阅读(259) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11