美文网首页
css初始化样式

css初始化样式

作者: 俊汐丶 | 来源:发表于2019-05-10 14:30 被阅读0次

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }

body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53; }

h1, h2, h3, h4, h5, h6{ font-size:100%; }

address, cite, dfn, em, var { font-style:normal; }

code, kbd, pre, samp { font-family:couriernew, courier, monospace; }

small{ font-size:12px; }

ul, ol { list-style:none; }

a { text-decoration:none; }

a:hover { text-decoration:underline; }

sup { vertical-align:text-top; }

sub{ vertical-align:text-bottom; }

legend { color:#000; }

fieldset, img { border:0; }

button, input, select, textarea { font-size:100%; }

table { border-collapse:collapse; border-spacing:0; }

相关文章

  • day2(乱)

    css样式 1 css样式属性 #1.1 样式重置(初始化样式) 1.2 常用属性 1.3 元素水平居中 2 常用...

  • 初始化css

    通用初始化样式 雅虎工程师提供的CSS初始化示例代码 腾讯官网 样式初始化 新浪官网 样式初始化 淘宝官网 样式初...

  • css常用工具封装

    CSS 1. pc-reset PC样式初始化/* normalize.css */html { line-hei...

  • 10.初始化CSS样式

    10.初始化CSS样式 (1)为什么要初始化CSS样式:因为浏览器的兼容问题,不同浏览器对有些标签的默认值是不同的...

  • 添加css样式

    初始化stylesheets变量添加css样式 首先我们需要有场景才能运用css Scene scene = ne...

  • VUE开发--样式初始化--normalize.css

    normalize.css 是什么? 它是css样式初始化的插件。 在实际的开发中,我们经常会将浏览器默认的样式重...

  • 2.css总结(开发前)

    1.css总结 1.分区(页面,header,center,footer,bg)设计1.1初始化样式使用css,后...

  • angular 结构

    angular.json main.ts component moudle 组件css: 样式文件ts :初始化...

  • swiper轮播_轮播居左展示

    效果图 1.html首先下载swiper,引用这些js和css 初始化swiper 页面 css样式修改

  • 初始化CSS样式

    @charset "UTF-8";/css 初始化 /html, body, ul, li, ol, dl, dd...

网友评论

      本文标题:css初始化样式

      本文链接:https://www.haomeiwen.com/subject/malaoqtx.html