Admin留言 | 贡献
无编辑摘要
Admin留言 | 贡献
无编辑摘要
第90行: 第90行:
     transform: scale(1.05);
     transform: scale(1.05);
     text-shadow: 0 2px 8px rgba(52,152,219,0.2);
     text-shadow: 0 2px 8px rgba(52,152,219,0.2);
}
/* 新增装饰线动画 */
.decorative-line {
    transition: all 0.4s ease;
    background: linear-gradient(180deg,
        transparent 0%,
        currentColor 30%,
        currentColor 70%,
        transparent 100%
    ) !important;
}
}