lab.css 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. body{font-size:12px;}
  2. a{color: #0089FE; text-decoration: none;}
  3. a:hover{color:#E8A02C; text-decoration: underline;}
  4. p{ line-height:1.8em; text-indent: 2em; }
  5. #main{width:950px; margin: 0 auto; border:0px solid #CEEBA2; background:#FFF;}
  6. #header{padding:20px;}
  7. #header h1{font-size:22px; text-align:left;color:#0061CA;padding-left:100px;line-height:2.4em;height:70px;background:url(../images/banner_bg.jpg) no-repeat left top;}
  8. #header h1 span{float:right; font-size:14px; color:#FFCC00;}
  9. #header h1 span a{color:#FFCC00;text-decoration:underline;}
  10. #header h1 span a:hover{text-decoration:none;}
  11. #header p {line-height:2em; margin-bottom:10px ; text-align:center; padding-left:10em;}
  12. #nav{height:30px; margin:0;background:url(../images/header_bg.png) repeat-x 0 0;}
  13. #nav ul{float:right;width:356px;}
  14. #nav ul li{float:left; margin-right:20px;padding:0 4px;}
  15. #nav ul li.first{margin:0;}
  16. #nav ul li a{display:block; height:30px; line-height:30px;font-size:14px; color:#FFF;text-decoration:none; width: 60px; text-align: center;}
  17. #nav ul li a:hover{color:#FFCC00;}
  18. #contain{padding:20px;}
  19. #contain h2{font-size:14px; line-height:2em; margin-top:10px;border-bottom: 0px solid #0094D6; color:#FF5A00;}
  20. #flashbox{width:320px; height:200px;border:none;}
  21. #footer{text-align:center;background:url(../images/inner-bg2.gif) repeat 0 0}
  22. .section{margin-bottom: 10px;}
  23. .update{margin-bottom: 10px;}
  24. .update p{margin-top:10px;}
  25. .update p span{float:right;padding-left: 2em;}
  26. .expoes{background-color:#EEEEFF; border:1px solid #D9D9FF; padding: 15px;}
  27. .expo{ padding:20px; border-bottom: 1px solid #EEE;}
  28. .para{margin-bottom:20px;}
  29. .box{padding:10px 30px;background:#FFFDE5;border:1px solid #F6F3D3;color:#993300;margin-bottom:20px;}
  30. .list{padding:0 30px;}
  31. .list li{line-height:2em;}
  32. .source{margin:10px auto; padding:10px 20px; border: 1px dashed #FF3333; background:#F9F9F9;}
  33. .code{margin-bottom: 20px;}
  34. .codetit{background: #F7F6F1;border:1px solid #E9E8E3; border-bottom: none; line-height: 24px; height: 24px;padding-left: 10px;}
  35. .insertcode ol {background: #F7F6F1;border:1px solid #E9E8E3; list-style-position:outside; padding-left: 36px;}
  36. .insertcode ol li {background:#FFFFFF;border-left:3px solid #FF9933;color:#654322;padding-left:6px; line-height: 20px;}
  37. .insertcode ol li div{line-height: 20px;}
  38. .tblist{background:#FFEEFF;border-collapse:collapse;}
  39. .tblist th, .tblist td{border:1px solid #B4C4FF; text-align:left; padding:5px 20px;}
  40. .tblist th{color:#3366CC;}
  41. .tblist td{}
  42. .exmp{width:320px; height:200px; float:left;}
  43. .exmp-txt{width:440px; height:180px; float:right; border-left:2px solid orange;padding:10px 20px;}
  44. .compatible{margin: 0px auto; text-align: right;}
  45. .compatible span{display: inline-block;margin-left: 10px; width: 80px; text-align: center;}
  46. .compatible span img{}
  47. .compatible span em{display:block; font-style: normal;}
  48. #expo1,#expo2{border-bottom:1px solid #D9D9FF; }
  49. #down{margin: 20px 0; padding: 6px;}
  50. #down p{text-indent: 0px;}
  51. #down a{display:block;background: url(../images/Down.png) no-repeat 10px 10px; height:58px ; width:150px;
  52. padding: 5px 0 5px 60px; line-height:52px; border:1px solid #EEE; color: #0089FE; text-decoration: none;
  53. }
  54. #down a:hover{color:#E8A02C;}