/* ===== 隐私政策页面信息加载动画 ===== */ .privacy-cell-loading { position: relative; color: transparent !important; background: linear-gradient( 90deg, var(--anzhiyu-secondbg) 25%, var(--anzhiyu-gray-op) 50%, var(--anzhiyu-secondbg) 75% ); background-size: 200% 100%; animation: privacy-shimmer 1.5s ease-in-out infinite; border-radius: 4px; min-width: 80px; display: inline-block; } @keyframes privacy-shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } } #article-container table td { transition: background-color 0.3s ease, color 0.3s ease; }