body {
    cursor: url(/static/images/cursor.ico), auto;
}

[v-cloak] {
    display: none;
}

.verify-code-group {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

#article-markdown-view blockquote {
    font-style: normal;
}

/* 文字超过一行显示省略号 */
.line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 搜索列表-滚动条样式 */
#search-list {
    max-height: 320px;
    overflow: auto;
}

#search-list::-webkit-scrollbar {
    width: 8px;
}

#search-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

#search-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.back-top {
    cursor: pointer;
    position: fixed;
    right: 2rem;
    bottom: 4rem;
    z-index: 9999;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: none;
}

#world-map-markers {
    height: 305px;
}

.category-radar-chart {
    height: 350px;
}

.comment-content {
    white-space: pre-wrap;
}

#article-markdown-view {
    padding: 0.7rem 1rem;
    background-image: linear-gradient(90deg, rgba(50, 0, 0, 0.05) 3%, rgba(0, 0, 0, 0) 3%), linear-gradient(360deg, rgba(50, 0, 0, 0.05) 3%, rgba(0, 0, 0, 0) 3%);
    background-size: 20px 20px;
    background-position: center center;
}

.footer-placeholder {
    flex:0;
    margin:3.5rem auto;
}

.article-title {
    height: 2.5rem;
}
