免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
论坛 程序设计 Web开发 css
最近访问板块 发新帖
查看: 1304 | 回复: 0
打印 上一主题 下一主题

css [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2011-11-04 16:29 |只看该作者 |倒序浏览
css
  1. @charset "gb2312";
  2. /* CSS Document */

  3. body{
  4. font-size:16px;
  5. font:宋体;
  6. }
  7. #divAll{
  8. width:930px;
  9. text-align:left;
  10. margin:0 auto;
  11. }
  12. #top{
  13. }
  14. #header{
  15. background:RGB(46,142,210);
  16. height:60px;
  17. width:910;
  18. text-align:left;
  19. clear:both;
  20. font-family:Arial, Helvetica, sans-serif;
  21. font-size:40px;
  22. padding-top:10px;
  23. padding-left:20px;
  24. }

  25. #content{
  26. width:100%;
  27. text-align:left;
  28. }
  29. #bottom{
  30. clear:both;
  31. }
  32. #content #left{
  33. font-size:13.5px;
  34. float:left;
  35. line-height:2.2em;
  36. width:165px;
  37. border:solid 1px RGB(46,142,210);
  38. margin:8px 10px 0px 0px;
  39. padding-left:15px;
  40. padding-right:15px;
  41. }
  42. #content #left #portrait{
  43. width:130px;
  44. height:130px;
  45. border:#CCC 2px solid;
  46. overflow:hidden;
  47. margin:5px auto;
  48. text-align:center;
  49. }

  50. #content #left #portrait img{
  51. }
  52. #contetn #right{
  53. }
  54. #content #right .essay{
  55. padding-left:15px;
  56. padding-right:15px;
  57. width:690px;
  58. float:right;
  59. margin-top:8px;
  60. border:solid 1px RGB(46,142,210);
  61. }
  62. #content #left .block{
  63. display:block;
  64. width:155px;
  65. border:#CCC 1px solid ;
  66. margin:5px auto;
  67. padding:5px;
  68. }
  69. .block a{
  70. margin-left:10px;
  71. display:block;
  72. text-decoration:none;
  73. }
  74. .block a:hover{
  75. text-decoration:underline;
  76. }
  77. .titlel{
  78. margin-top:5px;
  79. width:100px;
  80. overflow:hidden;
  81. display:block;
  82. }
  83. .textl{
  84. width:100px;
  85. height:19px;
  86. display:block;
  87. background:#999;
  88. text-align:center;
  89. vertical-align:top;
  90. font-size:14px;
  91. }
  92. .topb,.botb{
  93. display:block;
  94. width:100px;
  95. }
  96. .topb b,.botb b{
  97. display:block;
  98. height:1px;
  99. background:#999;
  100. overflow:hidden;
  101. }
  102. b.b1{
  103. margin:0 3px;
  104. }
  105. b.b2{
  106. margin:0 2px;
  107. }
  108. b.b3{
  109. margin:0 1px;
  110. }
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP