/* Style for the floating button */ .floating-button { position: fixed; top: 50%; right: 30px; transform: translateY(-50%); padding: 10px 20px; background-color: #1e90ff; border-radius: 8px; color: white; font-size: 20px; text-align: center; cursor: pointer; animation: blink 2s infinite; } /* Hover effect for the floating button */ .floating-button:hover { background-color: #ffa500; /* Change the background color when hovering */ } /* Keyframes for the blinking animation */ @keyframes blink { 0%, 100% { opacity: 0.5; } 50% { opacity: 1; } } 免費體驗 " style="border:#ddd 1px solid;" width="100%">