<! DOCTYPE HTML> <html> <head> <title></title> <meta charset="utf-8"> <style> .wrapper{ color:#ff5bba;}/*对<a>颜色没有影响,没有继承性*/ .wrapper a{color:#018848;} </style> </head> <body> <div class="wrapper"> <div> <a>文字颜色</a> </div> </div> </body> </html>
Busy
cobish
congcongxixi