<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#comment-danmu-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; /* å&nbsp;æ®æ•´ä¸ªå±å¹• */
    pointer-events: none;
    z-index: 9999;
    overflow: hidden;
}

.comment-danmu-item {
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 14px;
    padding: 5px 10px; /* æ›´å°çš„å†…è¾¹è· */
    border-radius: 15px; /* æ›´åœ†çš„æ°”æ³¡ */
    opacity: 0;
    white-space: nowrap; /* é˜²æ­¢å†…å®¹æ¢è¡Œ */
    background-color: rgba(0, 0, 0, 0.6); /* åŠé€æ˜ŽèƒŒæ™¯ */
}
</pre></body></html>