/* 外部链接样式 */ a[href^="http"]:not([href*="shaq-shop.com"]) { color: #0066cc; text-decoration: underline; position: relative; padding-right: 15px; } /* 添加外部链接图标 */ a[href^="http"]:not([href*="shaq-shop.com"])::after { content: "↗"; position: absolute; right: 0; font-size: 0.8em; } /* 鼠标悬停效果 */ a[href^="http"]:not([href*="shaq-shop.com"]):hover { color: #004499; text-decoration: none; }