CSS 移入文字的时候让其出现下划线
.right_title {
color: #427aff;
font-size: 14px;
margin: 5px 0 4px 0;
&:hover {
text-decoration: underline;
}
}
text-decoration: underline;
.right_title {
color: #427aff;
font-size: 14px;
margin: 5px 0 4px 0;
&:hover {
text-decoration: underline;
}
}
text-decoration: underline;