 正确的应该这样.
 而我的是这样了....
内容标签是这样的
<td class="news_nr">[!--newstext--] <p align="center">[!--page.url--]</p></td>
CSS是这样的.
/*新闻内容页样式设置*/ .news_title { color:#999; background:url(/skins/img/line01.gif) repeat-x bottom; } .news_title strong { color:#ff4e00; font-size:14px; line-height:30px; } .news_nr { color:#444; font-size:14px; line-height:24px; padding:10px 0; } .news_nr img { border:1px solid #ddd; } .news_up { color:#016cc5; height:28px; line-height:24px; border-left:1px solid #9ad4fe; border-right:1px solid #9ad4fe; border-bottom:1px solid #9ad4fe; background:#f3fbff; padding:0 5px; white-space: nowrap; } .main_list .digg { background:url(/skins/img/digg_bg.gif) no-repeat left top; width:57px; margin-bottom:10px; } .main_list .digg td { text-align:center; } .main_list .digg .diggnum { height:38px; color:#FFF; font-size:20px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; line-height:30px; } .main_list .digg .diggit { height:30px; line-height:24px; } .main_list .digg .diggit a{ color:#029103; } .main_list .digg .diggit a:hover{ color:#029103; } .main_list .digg .diggit a:visited{ color:#029103; }
.pl_list { color:#666; border:1px solid #d1ecff; background:#f6fcff; padding:10px; } .pl_list .db { color:#029103; } .pl_qw { color:#029103; } .pl_user { color:#ff4e00; } .pl_user a { color:#ff4e00; } .pl_user a:hover { color:#ff4e00; } .pl_user a:visited { color:#ff4e00; }
.soft_title { color:#ff4e00; font-size:14px; font-weight:bold; line-height:30px; } .soft_type { color:#07519a; } .soft_pic img { border:1px solid #ddd; } .soft_title01 { height:26px; color:#ff4e00; font-weight:bold; line-height:26px; background:url(/skins/img/soft_title01.gif); padding:0 10px; } .soft_down ul{ marign:0; padding:0; } .soft_down li { float:left; list-style:none; width:140px; height:50px; line-height:50px; background:url(/skins/img/download.gif) no-repeat left; padding-left:10px; }
.online_block_L { background:url(/skins/img/block_L01.gif) no-repeat; } .online_block_R { background:url(/skins/img/block_R01.gif) no-repeat; } .online_block_bg { color:#999; line-height:24px; border-top:2px solid #9ed5fe; padding:20px; } .online_block_bg a{ color:#029000; font-size:14px; font-weight:bold; } .online_block_bg a:hover{ color:#029000; font-size:14px; font-weight:bold; } .online_block_bg a:visited{ color:#029000; font-size:14px; font-weight:bold; } .online_block02 { line-height:24px; border-top:1px solid #9ed5fe; background:url(/skins/img/block_R_bg.gif) no-repeat; padding:10px; }
.cs_title { color:#029103; font-size:14px; font-weight:bold; line-height:30px; background:url(/skins/img/line01.gif) repeat-x bottom; }
.list_content { line-height:24px; border:1px solid #9ad4fe; padding:10px; } .list_content input { height:19px; border:1px solid #ccc; }
|