search

Home  >  Q&A  >  body text

javascript - web mobile © The word copyright is blue by default on Android. How to solve it?

During project testing, the word © turned light blue on the Android page, and I tried many methods but it still didn't work.

漂亮男人漂亮男人2739 days ago731

reply all(1)I'll reply

  • 淡淡烟草味

    淡淡烟草味2017-06-26 10:59:43

    You can try pseudo elements
    '00A9' is the code of ©, you can set the color, font size, etc.

    .copyright:before{
      content: 'rrreeeA9';
      color: red;
      font-sieze: 16px;
    }

    reply
    0
  • Cancelreply