时间:2021-05-08
前言:所有浏览器都有附带的默认样式,这些样式应用在每一个页面,叫做“用户代理样式表”。(如下需要梯子)
Chromium UA stylesheet -Google Chrome & Opera
Mozilla UA stylesheet - firefox
WebKit UA stylesheet - safari
虽然大部分相同,但也有很多样式是不一致的,如搜索输入框
所以我们需要reset css处理,统一不同浏览器差异确认团队开发的起始标准,弥补浏览器的‘缺点’。
html{ font-size:14px; box-sizing: border-box; }html,body{ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-overflow-scrolling: touch; overflow-scrolling: touch; height: 100%;}body{ background: #fff; font:14px,-apple-system,BlinkMacSystemFont,'Segoe UI','PingFang SC','Hiragino Sans GB','Microsoft YaHei', 'Helvetica Neue',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol' -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}去除浏览器默认的margin和padding, 自行删减一些不必要的标签
body,p,h1,h2,h3,h4,h5,h6,dl,dd,ul,ol,th,td,button,figure,input,textarea,form,pre,blockquote,figure{margin: 0;padding: 0;}a{ cursor: pointer; text-decoration:none; transition: color 0.3s ease;}ol,ul{ list-style:none }这些节点部分属性没有继承父节点样式,所有继承一下,并取消outline,外轮廓的效果
a,h1,h2,h3,h4,h5,h6,input,select,button,textarea {font-family: inherit;font-size: inherit;font-weight: inherit;font-style: inherit;line-height: inherit;color: inherit;outline: none;}button,input[type='submit'],input[type='button'] { cursor: pointer;} input[type='number'] {-moz-appearance: textfield;}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {margin: 0;-webkit-appearance: none;}/** * 删除Firefox中的内边框和填充。 */button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner { border-style: none; padding: 0;}/** * 让html5中的hidden在IE10中正确显示 */[hidden] { display: none;}template { display: none;}css Reset地址
后续还会继续添加,小伙伴们一起吧。
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
一、关于reset.css因为不同的浏览器默认的样式不同,所以在着手项目开始前,我们需要引入reset.css,将所有html标签的默认样式统一化。我这里推荐一
outline的使用,大家都喜欢在reset样式表中直接重置:复制代码代码如下:*{outline:none;}EricMeyers在他的CSSReset是这样
为了让页面在各不同浏览器之间显示效果一致,CSS样式清除和重置是前端开发必需要做的事情,结合前车之鉴,整理了份CSS重置样式代码供参考。复制代码代码如下:@ch
本文实例讲述了JavaScript实现重置表单(reset)的方法。分享给大家供大家参考。具体如下:下面的代码可以对表单内的输入数据进行重置functionfo
设置重置小米路由器的方法是: 1、首先找到Reset。 2、然后用针插入Reset的孔里。 3、然后显示黄灯就是在重置中。 4、然后绿灯就是重置完成。