12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- /* 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;
- }
- .syz_bg{
- width:1880px;
- height:699px;
- z-index:110; top:0px;
- left:0px;position:absolute;
- }
- .page_syz_center
- {width:1880px;height:1099px;float:left;}
|