chenzeyongjsj
a[href^="http://"]{
    padding-right: 20px;
    background: url(external.gif) no-repeat center right;
}
/* emails */
a[href^="mailto:"]{
    padding-right: 20px;
    background: url(email.png) no-repeat center right;
}

/* pdfs */
a[href$=".pdf"]{
    padding-right: 20px;
    background: url(pdf.png) no-repeat center right;
}

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-10-24
  • 2021-11-06
  • 2021-12-13
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-20
  • 2021-11-29
  • 2021-07-29
  • 2022-02-28
  • 2022-02-17
相关资源
相似解决方案