使用与伪元素中标签图标

列 :

<!DOCTYPE html>
<meta charset="utf-8" />
<style type="text/css">
    .phoneNumber::before {
    content:'\260E';
    font-size: 15px;
}
</style>
<p class="phoneNumber">12345645654</p>

  借鉴文章:https://www.cnblogs.com/yaotome/p/9322814.html

 

 

伪元素标签图标

相关文章:

  • 2021-11-28
  • 2021-05-26
  • 2022-12-23
  • 2021-11-17
  • 2021-12-28
  • 2021-12-26
  • 2021-08-16
  • 2021-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
  • 2022-12-23
  • 2021-11-09
  • 2022-12-23
相关资源
相似解决方案