css 使用:: before伪选择器在显示tel-number之前添加unicode phone字符

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 使用:: before伪选择器在显示tel-number之前添加unicode phone字符相关的知识,希望对你有一定的参考价值。

/* Use the ::before pseudo selector to add the unicode phone character before the tel-number is displayed: */

a[href^="tel:"]:before {
  content: "\260e";
  margin-right: 0.5em;
}

以上是关于css 使用:: before伪选择器在显示tel-number之前添加unicode phone字符的主要内容,如果未能解决你的问题,请参考以下文章

使用选择器在页面中插入内容

Before和After用法小结

关于伪元素选择器

css伪选择器使用总结——css中关于伪类和伪元素的知识总汇

使用 :before CSS 伪元素将图像添加到模态

带有 :before 和 :after 伪元素的 CSS 过渡