test123
- Share
border: none; border-radius: 8px; padding: 12px 24px; font-size: 16px; font-weight: 500; cursor: pointer; transition: background-color 0.3s; } #testcopy .contact-btn:hover { background-color: #E06A00; } #testcopy .contact-btn.secondary { background-color: transparent; color: #FF7D00; border: 2px solid #FF7D00; } #testcopy .contact-btn.secondary:hover { background-color: #FF7D00; color: white; } /* 响应式设计 */ @media (max-width: 768px) { #testcopy .cards-section { grid-template-columns: 1fr; } #testcopy .contact-buttons { flex-direction: column; align-items: center; } #testcopy .contact-btn { width: 100%; max-width: 300px; } }