How to call the displayed tags tag words by DEDECMS
This article will explain in detail how DEDECMS calls the displayed tags tag words. The editor thinks it is very practical, so I share it for you as a reference. I hope you can get something after reading this article.
CSS Code:
.tag1 {color:#339900;font-weight:bold;} .tag2 {color:#e65730;} .tag3 {color:#00b9da;} .tag4 {color:#FE3981;font-weight:bold;font-size:14px;}
Use elucidation
There are 4 tonal changes in this black keyword code, if you want to add more color changes
Just modify the var num=4; and css sections and add .tag
For example: add .tag5 {color:#00b9da;} in var num=5; css, admittedly, it may also modify the corresponding css and rotate the color of the font.
This is the end of this article on "how to call the displayed tags tag words in DEDECMS". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it for more people to see.