爱好其实是一种惩罚
纪念我的放肆-消失的那么快
返回顶部
当前位置:首页 > 教学教程 > 正文

天兴工作室emlog模版tx_freecms_em修改排行榜文章颜色

作者:冲灵 发布时间:2025-08-10 18:49 分类: 教学教程 浏览:33 评论:0


导读:    天兴工作室emlog模版tx_freecms_em,排行榜前三文章颜色为单纯的红色,比较单一,也不美观,如下图: 修改前 修改后   我们可...

    天兴工作室emlog模版tx_freecms_em,排行榜前三文章颜色为单纯的红色,比较单一,也不美观,如下图:

修改前

PixPin_2025-08-10_18-52-43.jpg 修改后PixPin_2025-08-10_18-57-06.jpg

 

我们可以通过修改css样式来让他显示更加美观。打开文件 txcstx.min.css

 

PixPin_2025-08-10_18-55-20.jpg

 

在文件中找到下面代码。

 

.ul-rank li:nth-child(1)>span,.ul-rank li:nth-child(2)>span,.ul-rank li:nth-child(3)>span {
    background: #f77;
    color: #fff
}

替换为如下代码。

 

.ul-rank li:nth-child(1)>span {
    background: #ff4757; /* 红色 */
    color: #fff;
}

.ul-rank li:nth-child(2)>span {
    background: #2ed573; /* 绿色 */
    color: #fff;
}

.ul-rank li:nth-child(3)>span {
    background: #1e90ff; /* 蓝色 */
    color: #fff;
}

 

显示效果如下

 

PixPin_2025-08-10_18-57-06.jpg

手机扫码阅读

发表评论:

教学教程排行