page_sjjr.css 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /* CSS Document */
  2. body {
  3. background-color: #fff;
  4. font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  5. margin: 0px; padding:0px;
  6. }
  7. @font-face {
  8. font-family: 'fontNameRegular';
  9. src: url('../fonts/DS-DIGIT-webfont.eot');
  10. src: local('../fonts/DS-DIGIT-webfont Regular'),
  11. local('../fonts/DS-DIGIT-webfont'),
  12. url('../fonts/DS-DIGIT-webfont.woff') format('woff'),
  13. url('../fonts/DS-DIGIT-webfont.ttf') format('truetype'),
  14. url('../fonts/DS-DIGIT-webfont.svg#fontName') format('svg');
  15. font-size: 20px;
  16. font-weight: bolder;
  17. }
  18. a:link {
  19. color: #fff;
  20. text-decoration: none;
  21. }
  22. a:visited {
  23. text-decoration: none;
  24. color: #fff;
  25. }
  26. a:hover {
  27. text-decoration: none;
  28. color: #ffefc0;
  29. }
  30. a:active {
  31. text-decoration: none;
  32. color: #ffefc0;
  33. }
  34. li{
  35. list-style:none;
  36. }
  37. h1, h2, h3, h4, h5{padding:0;margin:0px;}
  38. .r{float:right;}
  39. .l{float:left;}
  40. img{border:0}
  41. .sjjr_all{
  42. backgroun: #fff;
  43. margin:3px 0px 0px 0px;
  44. width: 1898px;
  45. }
  46. .sjjr_box{width:1898px;height:279px;}
  47. .sjjr_box .top{width:1898px;height:36px;background:url(../images/monitor/sjjr_top.png) center top no-repeat; font:bold 16px/36px "Microsoft YaHei"; color:#fff; text-align:center;}
  48. .sjjr_box .center{width:1896px;height:233px;background:#f3f3f3;border-left:1px solid #c8c8c8;border-right:1px solid #c8c8c8;}
  49. .sjjr_box .zt1{width:300px;height:205px;background:url(../images/monitor/sjjr_ztbox1.png) center top no-repeat;margin-left:21px;margin-top:18px;}
  50. .sjjr_box .zt2{width:300px;height:205px;background:url(../images/monitor/sjjr_ztbox2.png) center top no-repeat;margin-left:21px;margin-top:18px;}
  51. .sjjr_box .icon{width:90px;height:90px; margin:10px auto;}
  52. .sjjr_box .text{width:300px;font:bold 18px/30px "Microsoft YaHei"; color:#666; text-align:center;}
  53. .sjjr_box .zt{width:55px;height:55px; margin:auto;}
  54. .sjjr_box .bottom{width:1898px;height:10px;background:url(../images/monitor/sjjr_bottom.png) center top no-repeat;}