弹出框在页面左右上下居中的写法 html5+css3 • 2周前 (02-19) 自适应写法 .dialog{ border-radius: 8px; display: flex; flex-direction: co... 阅读 51 次
动态计算rem适应 html5+css3 • 2年前 (2019-09-09) <script>~ function(){function computed(){let HTMl=document.documentElement... 阅读 586 次
多行文字固定行显示省略号 html5+css3 • 2年前 (2019-07-02) 第一种display: -webkit-box-webkit-box-orient: vertical-webkit-line-clamp: 2overflow... 阅读 713 次
ease,seae-in,ease-in-out,ease-out,效果 html5+css3 • 3年前 (2018-06-20) 值描述linear规定以相同速度开始至结束的过渡效果(等于 cubic-bezier(0,0,1,1))。(匀速)ease规定慢速开始,然后变快,然后慢速结束的... 阅读 1438 次