.tag-detail-head>div {
    font-size: 0.8rem;
    color: #fff;
}

.tag-detail-head>div>span {
    color: var(--theme-color);
}

.tag-detail-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 1.2rem 0;
}

.tag-detail-head>a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 2rem;
    width: 5rem;
    border-radius: 0.2rem;
    background: var(--theme-color);
    font-size: 0.7rem;
    color: #000;
}

.slf-nodata .slf-nodata-tips::after {
    content: "标签下无数据，请尝试查看其他标签";
}

@media (max-width:959px) {
    .current-position {
        margin-top: 1.5rem;
    }

    .tag-detail-head>div {
        font-size: 1.4rem;
    }
    .tag-detail-head>a{
        display: none;
    }
}