博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
css样式初始化
阅读量:7071 次
发布时间:2019-06-28

本文共 1307 字,大约阅读时间需要 4 分钟。

/* CSS Document */html, body, div, span, object, iframe,h1, h2,h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn,em, img, ins,kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd,ol, ul, li,fieldset, form, label, legend,table, caption, tbody,tfoot,thead,tr, th, td,article, aside, canvas, details, figcaption,figure, footer, header, hgroup, menu, nav, section, summary,time, mark,audio, video {    margin:0;    padding:0;    border:0;    outline:0;    font-size:100%;    vertical-align:baseline;    background:transparent;    outline-style:none;/*FF*/}body {    line-height:1;}a{    margin:0;    padding:0;    border:0;    font-size:100%;    vertical-align:baseline;    background:transparent;}a:hover,a:focus{    text-decoration:none;    bblr:expression(this.onFocus=this.blur());/*IE*/    outline-style:none;/*FF*/    }table {    border-collapse:collapse;    border-spacing:0;}ol,ul {list-style:none;}li{list-style-type:none;}img{border:0;vertical-align:middle}input, select {    vertical-align:middle;}/*css为clearfix,清除浮动*/.clearfix::before,.clearfix::after{    content: "";    height: 0;    line-height: 0;    display: block;    visibility: hidden;    clear: both;}.clearfix:after{clear:both;}.clearfix{    *zoom:1;/*IE/7/6*/}

转载于:https://www.cnblogs.com/aidixie/p/10130665.html

你可能感兴趣的文章
python2和python3的区别
查看>>
SpringCloud-Eureka服务注册与发现(二)
查看>>
网络字体原理
查看>>
观察者模式【java版】
查看>>
SpringMVC(十七)文件上传
查看>>
CI重定向:php(codeigniter)中如何重定向
查看>>
UItextView 设置为不可以复制粘贴
查看>>
线段树节点信息合并
查看>>
github上的项目发布成静态网页
查看>>
服务器宕机问题
查看>>
关于PCA和SVD的认识
查看>>
PHP中利用PCLZIP压缩解压文件
查看>>
HDU小小练
查看>>
flex控件例子
查看>>
获取定位信息
查看>>
数据结构与算法入门
查看>>
crt 和 Windows之间传输大文件
查看>>
软件项目版本号的命名规则及格式
查看>>
Jetty
查看>>
ARC
查看>>