跳转
button { background-color: #4CAF50; color: white; border: none; padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer; }
button a { color: white; text-decoration: none; } button:hover { background-color: #3e8e41; } button a:hover { text-decoration: none; }