123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- /* 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('/resource/fonts/DS-DIGIT-webfont.eot');
- src: local('/resource/fonts/DS-DIGIT-webfont Regular'),
- local('/resource/fonts/DS-DIGIT-webfont'),
- url('/resource/fonts/DS-DIGIT-webfont.woff') format('woff'),
- url('/resource/fonts/DS-DIGIT-webfont.ttf') format('truetype'),
- url('/resource/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;
-
- }
- .all{
- backgroun: #fff;
- float: left;
- height: 864px;
- width: 1899px;
- }
- .page_syz_center
- {background:url(/resource/images/hbsj/page_syz_bg_kangbao.jpg) no-repeat left top;}
|