如果是RiPro主题,请在后台顶部设置添加自定义CSS。其他主题在对应的CSS样式添加。

/*底部纯文本文章列表*/
.sjblog-list {
    height: 90px;
    background: #333;
    border-radius: 4px 4px 0 0;
    padding: 24px;
    margin: -20px -20px 22px -20px;
    position: relative;
}
h4.sjblog-h4 {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}
.sjblog-h4 a{
    color: #fff;
}
span.sjblog-esc {
    text-align: center;
    line-height: 38px;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 1;
    display: block;
}
.sjblog-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000008c;
    border-radius: 4px 4px 0 0;
    z-index: 0;
}
.uposts .post-num.num-1 {
    color: #F44336;
}
.uposts .post-num.num-2 {
    color: #4CAF50;
}
.uposts .post-num.num-3 {
    color: #FFC107;
}
.uposts .post-num.num-4 {
    color: #00BCD4;
}
.uposts .post-num.num-5 {
    color: #2196F3;
}
.uposts .post-num.num-6 {
    color: #E91E63;
}
.uposts .post-num.num-7 {
    color: #4196F3;
}
.uposts .post-num.num-8 {
    color: #E21E63;
}
.uposts .hentry .post-num{
    background-color: inherit;
}