MOSS自带的核心样式CORE.css

路径:C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS\2052\STYLES\Core.css


2516行
.ms-WPBody A:link,.ms-WPBody A:visited
{
color:#003399;
text-decoration:none;
}

后来把段样式删除了,页面样式就正常了!或者把这段样式的color样式删除

 

 

附:还有个地方(行:2654)Margin-top:12px;也会影响样式

.ms-PartSpacingVertical
{
font-size:9pt;
margin-top:12px;
}

相关文章:

  • 2021-11-08
  • 2022-02-12
  • 2021-04-26
  • 2021-07-03
  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
  • 2021-09-17
猜你喜欢
  • 2022-12-23
  • 2021-07-19
  • 2021-09-18
  • 2022-12-23
  • 2021-04-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案