文章来源:http://blog.sina.com.cn/s/blog_71ed1b870101a52w.html


腾讯QQ官网(http://www.qq.com)样式初始化

body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font:12px"宋体","Arial Narrow",HELVETICA;background:#fff;-webkit-text-size-adjust:100%;}
a{color:#2d374b;text-decoration:none}
a:hover{color:#cd0200;text-decoration:underline}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}

新浪官网(http://www.sina.com.cn/)样式初始化

body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;font-size:12px; margin-top:5px;font-family:"SimSun","宋体","Arial Narrow";}
 
ul,ol{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
 
a{text-decoration:none;}
a:link{color:#009;}
a:visited{color:#800080;}
a:hover,a:active,a:focus{color:#c00;text-decoration:underline;}

淘宝官网(http://www.taobao.com/)样式初始化(淘宝的样式是经过压缩的,我自己拷下来格式化过的)

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; }

网易官网(http://www.163.com/)样式初始化

html {overflow-y:scroll;}
body {margin:0; padding:29px00; font:12px"\5B8B\4F53",sans-serif;background:#ffffff;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0;}
table,td,tr,th{font-size:12px;}
li{list-style-type:none;}
img{vertical-align:top;border:0;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:12px; font-weight:normal;}
address,cite,code,em,th {font-weight:normal; font-style:normal;}

最新文章

  1. 命令行模式 svn版本管理
  2. jquery属性选择器(匹配具有指定属性的元素)
  3. mongodb 基本用法大全
  4. 4.7---最近公共祖先(CC150)
  5. 完美实现跨域Iframe高度自适应【Iframe跨域高度自适应解决方案】
  6. Android ViewPager轮播图
  7. 修改一行代码提升 Postgres 性能 100 倍
  8. 瞎折腾之 Lucene.Net + MVC 搜索功能(上)
  9. ArcGIS Runtime for Android开发教程V2.0(2)开发环境配置
  10. 论js中的prototype
  11. Going Home(最大匹配km算法)
  12. Android获取网络数据进行GZIP解压
  13. 常用 SQL语句
  14. C 风格字符串相加
  15. python的white循环
  16. 【TensorFlow篇】--反向传播
  17. MYSQL.版本查看-LINUX
  18. ASP.NET Easyui datagrid增删改+sqlhelper
  19. ReCAPTCHA & 手势验证
  20. Effective Java 第三版——70. 对可恢复条件使用检查异常,对编程错误使用运行时异常

热门文章

  1. 【 Zabbix 】 — 基础安装
  2. AutoIt 3.0 操作之初体验(第一个脚本hello world)
  3. 让webstorm 识别vue cli3项目中的@路径别名
  4. [scrapy] spider object has no attribute '_rules'
  5. 微信token
  6. Codeforces 776 A.Serial Killer-String直接比较是否相同
  7. 神器mimikatz使用命令方法总结
  8. 安装redis扩展
  9. ( 转 ) mysql 实战 or、in与union all 的查询效率
  10. 【C++】const 常引用的用法