javascript - web mobile © The word copyright is blue by default on Android. How to solve it?
漂亮男人
漂亮男人 2017-06-26 10:57:43
0
1
689

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

漂亮男人
漂亮男人

reply all(1)
淡淡烟草味

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;
}
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!