html+css+js
白纸一张_
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
jq实现瀑布流布局
jq实现瀑布流布局效果图预览原创 2020-02-16 13:36:26 · 548 阅读 · 0 评论 -
html阻止表单提交刷新页面
html阻止表单提交刷新页面<form action="" class="shareyouridea"> <div class="text"> <input type="text" name="text" id="textinput" value=""/> </div> <div class...原创 2020-01-07 17:07:49 · 2273 阅读 · 0 评论 -
使用弹性布局em,rem自适应移动端页面
使用弹性布局em与rem自适应移动端页面em与rem对比起来em的不好的地方是em是基于父级为标准做单位换算,我们设置html的font-size的默认值为16px,所以基于body的所有子集都是以16px为基准来进行em的换算,麻烦的是,如果子元素的父级在不止一个的情况下,em单位会继承上一父级的font-size属性,子集的单位换算就会变得复杂。html{ width: 100%;...原创 2019-12-16 15:16:39 · 659 阅读 · 0 评论
分享