这段代码,主要用于给标题转换默认样式,其他的可以自行修改参考

/*标题*/
#likecs_post_body h2 {
    background: none repeat scroll 0% 0% rgb(43, 102, 149);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 0px 1px rgb(95, 90, 75), 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: rgb(255, 255, 255);
    font-family: "微软雅黑","宋体","黑体",Arial;
    font-size: 17px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
    text-shadow: 2px 2px 3px rgb(34, 34, 34);
    width: 98%;
}
#likecs_post_body h2 a{
   color: rgb(235, 235, 235);
}
#likecs_post_body h2 a:hover{
   color: rgb(255, 102, 0);
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-29
  • 2022-12-23
  • 2021-08-02
  • 2021-05-21
  • 2021-09-02
猜你喜欢
  • 2022-01-05
  • 2021-11-23
  • 2022-01-16
  • 2022-01-19
  • 2022-12-23
  • 2022-12-23
  • 2022-01-31
相关资源
相似解决方案