/* CSS测试沙盒 */ .hover-effect { color: #2c3e50; transition: all 0.3s ease; cursor: pointer; padding: 2px 4px; border-radius: 3px; } .hover-effect:hover { color: #e74c3c; }