33 lines
1.8 KiB
CSS
33 lines
1.8 KiB
CSS
|
/* CSS Document */
|
||
|
body { font-family:"宋体"; font-size:12px; color:#203756; margin:0px;}
|
||
|
* { padding:0px; margin:0px; border:0px; list-style-type:none;}
|
||
|
a { font-family:"宋体"; font-size:12px; color:#203756; text-decoration:none;}
|
||
|
|
||
|
#warp { width:100%;}
|
||
|
#clear { clear:both;}
|
||
|
/* 蓝色页面 */
|
||
|
#top_blue { width:100%; height:102px; background:url(/images/blue/bg/top_bg.jpg) repeat-x;}
|
||
|
#top_blue h1 {
|
||
|
padding-left:15px;
|
||
|
padding-top:21px;
|
||
|
float:left;
|
||
|
font-family:"隶书";
|
||
|
font-size: 36px;
|
||
|
color:#03548b;
|
||
|
filter:
|
||
|
Dropshadow(offx=1,offy=0,color=white)
|
||
|
Dropshadow(offx=0,offy=1,color=white)
|
||
|
Dropshadow(offx=0,offy=-1,color=white)
|
||
|
Dropshadow(offx=-1,offy=0,color=white);/*ie滤镜*/
|
||
|
text-shadow:#ffffff 1px 0 0,#ffffff 0 1px 0,#ffffff -1px 0 0,#ffffff 0 -1px 0; /*兼容ff*/
|
||
|
}
|
||
|
#top_blue .right { float:right;}
|
||
|
#top_blue .link { position:absolute; left:10px; top:80px;}
|
||
|
#top_blue .link .inco_01 { padding-left:25px; padding-right:21px; line-height:21px; background:url(/images/blue/icon/top_1.png) no-repeat; float:left;}
|
||
|
#top_blue .link .inco_02 { padding-left:25px; padding-right:21px; line-height:21px; background:url(/images/blue/icon/top_2.png) no-repeat; float:left;}
|
||
|
#top_blue .link .inco_03 { padding-left:25px; padding-right:21px; line-height:21px; background:url(/images/blue/icon/top_3.png) no-repeat; float:left;}
|
||
|
#top_blue .link .inco_04 { padding-left:25px; padding-right:21px; line-height:21px; background:url(/images/blue/icon/top_4.png) no-repeat; float:left;}
|
||
|
#top_blue .link .inco_05 { padding-left:25px; padding-right:21px; line-height:21px; background:url(/images/blue/icon/top_5.png) no-repeat; float:left;}
|
||
|
#top_blue .link .inco_06 { padding-left:25px; padding-right:21px; line-height:21px; background:url(/images/blue/icon/top_6.png) no-repeat; float:left;}
|
||
|
#top_blue .time { position:absolute; right:10px; top:83px;}
|