CSS 移入文字的时候让其出现下划线

.right_title {
    color: #427aff;
    font-size: 14px;
    margin: 5px 0 4px 0;
    &:hover {
      text-decoration: underline;
    }
  }

text-decoration: underline;
posted @ 2022-02-14 15:04  Naijiaz  阅读(371)  评论(0)    收藏  举报