Move the mouse to underline the font

1.js

style="text-decoration:none;COLOR: #000000;" onclick="openMailWindow()" onmouseover="this.style.textDecoration=\'underline\'" onmouseout="this.style.textDecoration=\'none\'"


2.css
a:hover { text-decoration: underline; color: green }

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327030364&siteId=291194637