/* 共用内联样式 - 提取自各HTML页面 */
:root {
    --primary-color: #FF6B8B;
    --secondary-color: #4ECDC4;
    --text-color: #333;
    --light-bg: #F9F9F9;
    --white: #FFFFFF;
    --card-bg: #FFFFFF;
    --shadow: 0 4px 12px rgba(0,0,0,0.08);
    --time-shadow: 0 4px 16px rgba(0,0,0,0.05);
}

.wenan {
    cursor: pointer;
}

.icon {
    width: 1.5em;
    height: 1.5em;
    vertical-align: -0.3em;
    fill: currentColor;
    overflow: hidden;
}

li.cike {
    border-bottom: 1px solid #ddd;
}

li {
    list-style-type: none;
}

.cike:hover {
    cursor: pointer;
    cursor: url(static/image/2.png), pointer;
}

button:disabled {
    background: #888;
    opacity: 0.6;
}

.avatar {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    box-shadow: 0 2px 20px #c5c5c575;
    border: 2px solid #fff;
    margin-right: 0.8rem;
}
