写网页需要的公共的css

来源:互联网 发布:中国银行mac控件手机版 编辑:程序博客网 时间:2024/05/18 13:48

写网页需要的公共的css

html 导入css的方法<link type="text/css" href="css/reset.css" rel="stylesheet" />


写网页需要的公共的css

@charset "utf-8";
/** CSS Document
* Dec: Base style
* Author: 18710943263@163.com;
* Date: 2014-8-1;
**/
/*reset by wukong start*/
html,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.5 Tahoma,Helvetica,Arial,'宋体',sans-serif,\5b8b\4f53;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,cite,dfn,em,var,i{font-style:normal;}
ul,ol,dl,li{list-style:none;}
fieldset,img{border:0;}
button,input,select,textarea{font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}
a{
color:#5e5e5e;
text-decoration:none;
}
a:hover{
color:#ff6c01;
text-decoration:underline;
}
:focus{
outline: 0 none;
}

由于IE浏览器升级禁用了alt+x快捷键,请用alt+q快捷键来快速进入写说说入口
正在加载中...
0 0
原创粉丝点击