QQ联系 - 山暮寒* { margin: 0; padding: 0; box-sizing: border-box;}body { font-family: "Microsoft YaHei", "Segoe UI", Arial, sans-serif; background: #f5f5f5; color: #333; min-height: 100vh; overflow-x: hidden; margin: 0; padding: 0;}.clr-page-header { position: fixed; top: 0; left: 0; right: 0; background: #fff; border-bottom: 1px solid #e0e0e0; z-index: 1000; box-shadow: 0 1px 3px rgba(0,0,0,0.05); height: 50px; display: flex; align-items: center;}.clr-page-nav { display: flex; align-items: center; justify-content: flex-start; gap: 0; width: 100%; height: 100%; padding: 0 10px; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none;}.clr-page-nav::-webkit-scrollbar { display: none;}.clr-nav-item { color: #666; text-decoration: none; padding: 0 15px; transition: all 0.3s ease; white-space: nowrap; font-size: 14px; font-weight: 500; flex-shrink: 0; height: 100%; display: flex; align-items: center; justify-content: center; border-bottom: 2px solid transparent;}.clr-nav-item:hover { color: #12b7f5;}.clr-nav-item.active { color: #12b7f5; font-weight: 600; border-bottom-color: #12b7f5;}.clr-page-container { margin: 50px 0 0 0; padding: 0; position: relative; z-index: 1; width: 100%; max-width: 100%;}.clr-page-card { background: #fff; border-radius: 0; padding: 0; margin: 0; width: 100%; max-width: 100%;}.clr-page-title { font-size: 22px; margin-bottom: 15px; color: #333; font-weight: 600; text-align: center; padding-top: 20px;}.clr-page-description { color: #666; margin-bottom: 20px; line-height: 1.6; text-align: center; font-size: 14px; padding: 0 15px;}.clr-contact-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; margin-bottom: 20px; padding: 0 15px;}.clr-contact-option { background: #f8f9fa; border-radius: 6px; padding: 18px; border: 1px solid #e0e0e0; transition: all 0.3s ease; text-align: center;}.clr-contact-option:hover { border-color: #12b7f5; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(18, 183, 245, 0.1);}.clr-contact-option h3 { color: #333; margin-top: 0; margin-bottom: 12px; font-size: 16px;}.clr-qq-info { text-align: center; margin-top: 12px;}.clr-qq-number { background: #fff; padding: 10px; border-radius: 4px; margin-bottom: 12px; display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; border: 1px solid #e0e0e0;}.clr-qq-num { font-size: 18px; font-weight: bold; color: #12b7f5; font-family: monospace;}.clr-copy-btn { background: #12b7f5; color: white; border: none; padding: 6px 12px; border-radius: 3px; cursor: pointer; font-size: 12px; transition: all 0.3s ease; font-weight: 600;}.clr-copy-btn:hover { background: #0d8bd9; transform: translateY(-1px);}.clr-copy-btn.copied { background: #4CAF50;}.clr-qr-container { margin: 12px 0; text-align: center;}.clr-qr-code { width: 160px; height: 160px; margin: 0 auto; background: #f8f8f8; border-radius: 6px; display: flex; justify-content: center; align-items: center; border: 1px solid #e0e0e0; overflow: hidden;}.clr-qr-code img { width: 100%; height: 100%; object-fit: contain; display: block;}.clr-qr-placeholder { padding: 20px; text-align: center; color: #666; font-size: 14px;}.clr-qr-placeholder p { margin: 6px 0; font-size: 12px; font-weight: 600;}.clr-qq-tip { color: #888; font-size: 12px; margin-top: 10px; font-style: italic;}.clr-contact-guide { background: #f0faff; border-radius: 6px; padding: 20px; margin: 20px 15px; border: 1px solid #e0f2ff;}.clr-contact-guide h3 { color: #333; margin-top: 0; margin-bottom: 15px; text-align: center; font-size: 16px;}.clr-guide-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px;}.clr-guide-item { background: #fff; padding: 12px; border-radius: 4px; text-align: left; border: 1px solid #e0e0e0;}.clr-guide-item h4 { color: #333; margin-top: 0; margin-bottom: 8px; font-size: 14px;}.clr-guide-item ul { margin: 0; padding-left: 16px; color: #666;}.clr-guide-item li { margin-bottom: 4px; line-height: 1.4; font-size: 12px;}.clr-action-links { display: flex; justify-content: center; gap: 12px; margin: 20px 0; padding: 0 15px;}.clr-action-button { display: inline-flex; align-items: center; gap: 6px; padding: 10px 20px; border-radius: 4px; text-decoration: none; font-weight: 600; font-size: 13px; transition: all 0.2s ease; min-width: 120px; justify-content: center;}.clr-qq-button { background: #12b7f5; color: white;}.clr-qq-button:hover { background: #0d8bd9; transform: translateY(-1px); box-shadow: 0 3px 6px rgba(18, 183, 245, 0.15);}.clr-group-button { background: #ff6b6b; color: white;}.clr-group-button:hover { background: #ff5252; transform: translateY(-1px); box-shadow: 0 3px 6px rgba(255, 107, 107, 0.15);}@media (max-width: 768px) { .clr-page-header { height: 45px; } .clr-nav-item { padding: 0 12px; font-size: 13px; } .clr-contact-options { grid-template-columns: 1fr; } .clr-action-links { flex-direction: row; flex-wrap: wrap; gap: 10px; } .clr-action-button { width: calc(50% - 10px); min-width: auto; font-size: 12px; padding: 8px 12px; } .clr-guide-grid { grid-template-columns: 1fr; }}@media (max-width: 480px) { .clr-page-header { height: 40px; } .clr-nav-item { padding: 0 10px; font-size: 12px; } .clr-page-title { font-size: 20px; } .clr-qq-number { flex-direction: column; gap: 8px; } .clr-qq-num { font-size: 16px; } .clr-action-links { flex-direction: column; } .clr-action-button { width: 100%; max-width: 200px; }}
QQ联系
欢迎通过QQ与我们联系,我们有个人QQ和QQ群供您选择。选择适合您的方式,我们随时为您服务。
document.addEventListener("DOMContentLoaded", function() { var copyButtons = document.querySelectorAll(".clr-copy-btn"); copyButtons.forEach(function(button) { button.addEventListener("click", function() { var textToCopy = this.getAttribute("data-text"); var tempInput = document.createElement("input"); tempInput.value = textToCopy; document.body.appendChild(tempInput); tempInput.select(); tempInput.setSelectionRange(0, 99999); try { var successful = document.execCommand("copy"); if (successful) { var originalText = this.textContent; this.textContent = "✓ 已复制"; this.classList.add("copied"); setTimeout(function() { button.textContent = originalText; button.classList.remove("copied"); }, 2000); } else { alert("复制失败,请手动复制"); } } catch (err) { alert("复制失败: " + err); } document.body.removeChild(tempInput); }); }); var navItems = document.querySelectorAll(".clr-nav-item"); navItems.forEach(function(item) { item.addEventListener("click", function(e) { var href = this.getAttribute("href"); if (href && !href.includes("https://im.qq.com") && !href.includes("https://qun.qq.com")) { navItems.forEach(function(i) { i.classList.remove("active"); }); this.classList.add("active"); } }); });});