摘要: 双击666点关注 阅读全文
posted @ 2019-01-09 14:08 昊诚 阅读(185) 评论(0) 推荐(0) 编辑
摘要: <script src="http://libs.baidu.com/jquery/1.10.2/jquery.min.js"></script> <script> $(document).ready(function(){ //获得文本框对象 var t = $("#text_box"); //初 阅读全文
posted @ 2019-01-09 13:55 昊诚 阅读(769) 评论(0) 推荐(0) 编辑
摘要: 图文详情 质量标准 阅读全文
posted @ 2019-01-09 10:35 昊诚 阅读(1058) 评论(0) 推荐(0) 编辑
摘要: <a href="javascript:void(0);" onmouseover="this.style.color='yellow';" onmouseout="this.style.color='blue';" onclick="this.style.color= 'red';">链接</a> 阅读全文
posted @ 2019-01-09 09:12 昊诚 阅读(9588) 评论(0) 推荐(1) 编辑
摘要: p{ word-break:normal; text-indent: -2em; margin-left: 2em;} p标签实现自动换行:p标签实现自动换行:p标签实现自动换行:p标签实现自动换行:p标签实现自动换行:p标签实现自动换行: p标签实现自动换行:p标签实现自动换行:p标签实现自动换行:p标签实现自动换行:... 阅读全文
posted @ 2019-01-09 09:07 昊诚 阅读(1530) 评论(0) 推荐(0) 编辑
摘要: white-space: nowrap;/*一行显示*/ overflow: hidden;/*超出部分隐藏*/text-overflow: ellipsis;/*用...代替超出部分*/ 阅读全文
posted @ 2019-01-09 09:00 昊诚 阅读(216) 评论(0) 推荐(0) 编辑
摘要: <div id="triangle-down"></div> /*掌柜回复 三角形*/ #triangle-dwn { width: 0; height: 0; position: relative; left:25px; border-left: 6px solid transparent; bo 阅读全文
posted @ 2019-01-08 17:48 昊诚 阅读(220) 评论(0) 推荐(0) 编辑
摘要: box-sizing: border-box; height: 40px; font-size: 12px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit 阅读全文
posted @ 2019-01-08 17:40 昊诚 阅读(353) 评论(0) 推荐(0) 编辑
摘要: Input 标签 input[type="submit"],input[type="reset"],input[type="button"],button { -webkit-appearance: none; } outline:0px; -webkit-appearance:none; 清除原有 阅读全文
posted @ 2019-01-08 17:03 昊诚 阅读(358) 评论(0) 推荐(0) 编辑