摘要: ##多行 overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; ##鼠标 .reason:hover { height 阅读全文
posted @ 2022-09-21 17:46 xuelin 阅读(519) 评论(0) 推荐(0) 编辑
摘要: 一篇汇总video事件的文章,方便查阅: https://blog.csdn.net/xuehu837769474/article/details/107532487 html部分 <div class="content"> <video width="1416" height="828" ref= 阅读全文
posted @ 2022-09-21 16:10 xuelin 阅读(248) 评论(0) 推荐(0) 编辑
摘要: ###div 中 存在 img标签,由于img标签的 display:inline-block 属性。 #####display:inline-block布局的元素在chrome下会出现几像素的间隙,原因是因为我们在编辑器里写代码的时候,同级别的标签不写在同一 行以保持代码的整齐可读性,即inlin 阅读全文
posted @ 2022-09-21 08:37 xuelin 阅读(223) 评论(0) 推荐(0) 编辑