.barrage-container {
    position: absolute;
    pointer-events: none;
    z-index: 500;
    left: 15px;
    top: 15px;
}

.barrage {
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity 1s;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 14px;
    opacity: 0; /* 初始隐藏 */
    white-space: nowrap;
}

.barrage-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px;
}

.barrage-text {
    border-radius: 14px;
    width: fit-content;
    padding: 2px 12px;
    line-height: 26px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 13px;
}

.barrage-text img {
    flex-shrink: 0;
    width: 28px;
    height: 20px;
    object-fit: contain;
}
