<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>Document</title> <style> div .class1{ color: red; } .class2{ color: blue; } </style> </head> <body> <div class="class1 class2">我是div</div> </body> </html>
为什么在.class1前面加上div空格,权重反而比.class2的低?结果显示是蓝色。
div.class 代编className为class的div元素
你再仔细看看css选择器
一周热门 更多>