11 lines
560 B
CSS
11 lines
560 B
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;}
|
|
/* 蓝色页面 */
|
|
#bottom_blue { width:100%; height:27px; text-align:center; line-height:27px; color:#FFFFFF; background:url(/images/blue/bg/bottom_bg_blue.jpg) repeat-x; display:block;}
|
|
|
|
.bottom_table { width:100%; height:auto; text-align:center; border:1px; line-height:23px;} |