/**************************************************************************************************** 模板说明: ***************************************************************************************************** 前台显示时,文章正文会放在id为“vsb_content_1011”的div中,为了保证您定义的样式正常显示并不影响其他页面标签的显示效果,请您在定义时使用ID选择符 您可以为任何标签定义样式,但是必须在样式名称前添加“#vsb_content_1011”标记,否则您定义的样式可能无效。 例如: #vsb_content_1011 H2 { font-size: 14px ;} 定义了H2的样式,其中#后面的“vsb_content_1011”为ID选择符,您定义的样式名称必须以“vsb_content_1011”为选择符,"_1011"不能删掉! ******************************************************************************************************/ /*定义正文中的H2样式*/ #vsb_content_1011 H2 { font-family:宋体,Times new Roman;font-size: 14px ;} /*在正文中定义一个 名为icon的class */ #vsb_content_1011 .icon { font-family:宋体,Times new Roman; border-right-width: 0px; margin: 3px 0px 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px ;} /*定义正文中的IMG样式*/ #vsb_content_1011 IMG { font-family:宋体,Times new Roman;border-bottom: #ccc 1px solid; border-left: #ccc 1px solid; border-top: #ccc 1px solid; border-right: #ccc 1px solid;} /*定义正文中的段落样式*/ #vsb_content_1011 P { font-family:宋体,Times new Roman; line-height:35px; text-indent: 2em; font-size:14px ;} /*定义正文中的span样式*/ #vsb_content_1011 span { font-family:宋体,Times new Roman; line-height: 35px; text-indent: 2em; font-size: 14px ;} /*定义正文中的链接样式*/ #vsb_content_1011 A { font-family:宋体,Times new Roman; color: #1e50a2; text-decoration: underline ;} #vsb_content_1011 A:visited { font-family:宋体,Times new Roman; color: #1e50a2; text-decoration: underline ;} #vsb_content_1011 A:hover { color: #ba2636 ;} /*定义正文中的表格样式*/ #vsb_content_1011 TABLE{ font-family:宋体,Times new Roman;border-collapse:collapse;border:1px solid #000 } #vsb_content_1011 TABLE TD{font-family:宋体,Times new Roman; border:1px solid #000; } #vsb_content_1011 TABLE TD P { font-family:宋体,Times new Roman; text-indent: 0px; margin: 0px; font-size: 14px ;} #vsb_content_1011 TABLE TH P { font-family:宋体,Times new Roman;text-indent: 0px; margin: 0px; font-size: 14px ;} #vsb_content_1011 TABLE TD IMG { font-family:宋体,Times new Roman;border-bottom-style: none; border-right-style: none; margin: 5px; border-top-style: none; border-left-style: none ;} /*新增 正文第一个

的样式,可用与通知格式,如第一段不缩进,其他缩进*/ #vsb_content_1011 .vsbcontent_start { font-family:宋体,Times new Roman; LINE-HEIGHT: 35px; text-indent: 2em; font-size: 14px; } /*新增 正文最后一个

的样式,可用与通知格式,如最后一行居右*/ #vsb_content_1011 .vsbcontent_end { font-family:宋体,Times new Roman; INE-HEIGHT: 35px; text-indent: 2em; font-size: 14px; } /*以下三个样式为正文定义了显示时的大、中、小样式*/ #vsb_content_1011.newscontent_l p { font-family:宋体,Times new Roman; font-size: 14px; } #vsb_content_1011.newscontent_m p { font-family:宋体,Times new Roman;font-size: 14px; } #vsb_content_1011.newscontent_s p { font-family:宋体,Times new Roman; font-size: 14px; } /* 如果您的正文中可能还包括其他标签,您可按照以下方式增加对应的代码 #vsb_content$ {newsformat} { 样式内容 } */