首页 > 技术文章 > 黑幕模板

cruelty_angel 2020-11-29 19:35 原文

出处:(因为要用到这个模板所以转存一下)

页面定制CSS代码:

.heimu, .heimu a, a .heimu, .heimu a.new {
    background-color: #252525;
    color: #252525;
    text-shadow: none;
}
.heimu:hover, .heimu:active,
.heimu:hover .heimu, .heimu:active .heimu {
    color: white !important;
}
.heimu:hover a, a:hover .heimu,
.heimu:active a, a:active .heimu {
    color: lightblue !important;
}
.heimu:hover .new, .heimu .new:hover, .new:hover .heimu,
.heimu:active .new, .heimu .new:active, .new:active .heimu {
    color: #BA0000 !important;
}

然后再html中加这个格式就好:

<span class="heimu" title="你知道的太多了">内容</span>

TEST:

  你算什么男人

推荐阅读