12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- /* CSS Document */
- body {
- background-color: #fff;
- font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
- margin: 0px; padding:0px;
- }
- @font-face {
- font-family: 'fontNameRegular';
- src: url('../fonts/DS-DIGIT-webfont.eot');
- src: local('../fonts/DS-DIGIT-webfont Regular'),
- local('../fonts/DS-DIGIT-webfont'),
- url('../fonts/DS-DIGIT-webfont.woff') format('woff'),
- url('../fonts/DS-DIGIT-webfont.ttf') format('truetype'),
- url('../fonts/DS-DIGIT-webfont.svg#fontName') format('svg');
- font-size: 20px;
- font-weight: bolder;
- }
- a:link {
- color: #fff;
- text-decoration: none;
- }
- a:visited {
- text-decoration: none;
- color: #fff;
- }
- a:hover {
- text-decoration: none;
- color: #ffefc0;
- }
- a:active {
- text-decoration: none;
- color: #ffefc0;
- }
- li{
- list-style:none;
-
- }
- h1, h2, h3, h4, h5{padding:0;margin:0px;}
- .r{float:right;}
- .l{float:left;}
- img{border:0}
- .sjjr_all{
- backgroun: #fff;
- margin:3px 0px 0px 0px;
- width: 1898px;
- }
- .sjjr_box{width:1898px;height:279px;}
- .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;}
- .sjjr_box .center{width:1896px;height:233px;background:#f3f3f3;border-left:1px solid #c8c8c8;border-right:1px solid #c8c8c8;}
- .sjjr_box .zt1{width:300px;height:205px;background:url(../images/monitor/sjjr_ztbox1.png) center top no-repeat;margin-left:21px;margin-top:18px;}
- .sjjr_box .zt2{width:300px;height:205px;background:url(../images/monitor/sjjr_ztbox2.png) center top no-repeat;margin-left:21px;margin-top:18px;}
- .sjjr_box .icon{width:90px;height:90px; margin:10px auto;}
- .sjjr_box .text{width:300px;font:bold 18px/30px "Microsoft YaHei"; color:#666; text-align:center;}
- .sjjr_box .zt{width:55px;height:55px; margin:auto;}
- .sjjr_box .bottom{width:1898px;height:10px;background:url(../images/monitor/sjjr_bottom.png) center top no-repeat;}
|