久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

CSS 選擇器中的多個類

Multiple classes in CSS Selector(CSS 選擇器中的多個類)
本文介紹了CSS 選擇器中的多個類的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

我看到這樣的選擇器,

.class1 .class2 .class3 {
}

這是什么意思?

我使用了多個沒有空格的類選擇器.空格表示后代,但對類沒有意義.

I've used multiple class selectors without spaces. Space means descendant but it doesn't make sense for classes.

推薦答案

假設有一個頁面帶有以下標記,

Let's say there's a page with the following markup,

<div class="class1">
  <div class="class2">
    <div class="class3">
      Some page element(s).
    </div>
  </div>
</div>

您提供的 CSS 將為 class3 下的所有元素設置樣式,這些元素在 class2 下,在 class1 下.

The CSS you provided would style all elements under class3, which are under class2, which are under class1.

即假設這是樣式,

.class1 .class2 .class3{
  color:red;
}

它將文本呈現為紅色,相當于以下內容,

It would render the text as red, which is the equivalent of the following,

div.class1 div.class2 div.class3 {
  color:red;
}

最后,以下將無濟于事,

Finally, the following would do nothing,

.class1.class2.class3{
  color:red;
}

如果標記如下,

<div class="class1 class2 class3">
      Some page element(s).
</div>

它可以工作并將文本呈現為紅色.

It would work and render the text in red.

注意:<IE7 可能有上述問題...

http://www.thunderguy.com/分號/2005/05/16/multiple-class-selectors-in-internet-explorer/http://www.w3.org/TR/2004/CR-CSS21-20040225/selector.html#class-html

這篇關于CSS 選擇器中的多個類的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

相關文檔推薦

CSS selector when :target empty(:target 為空時的 CSS 選擇器)
Does the CSS direct decendant (gt;) not have any value in selectivity?(CSS 直接后代 (gt;) 在選擇性方面沒有任何價值嗎?)
Using querySelectorAll(). Is the result returned by the method ordered?(使用 querySelectorAll().方法返回的結果是否有序?)
Safari bug :first-child doesn#39;t update display:block when items are removed with JS(Safari 錯誤:當使用 JS 刪除項目時,first-child 不更新 display:block)
nth-Child CSS selectors(nth-子 CSS 選擇器)
Using same ID for multiple HTML tags?(對多個 HTML 標簽使用相同的 ID?)
主站蜘蛛池模板: 亚洲九九精品 | 在线中文一区 | 狠狠操狠狠干 | 亚洲视频一 | 亚洲精品一二区 | 一区二区三区久久久 | 成人午夜电影网 | 1级黄色大片 | 男女羞羞免费网站 | 国产情侣在线看 | 日韩欧美亚洲综合 | 97超碰人人草 | 亚洲97| 精品国产91 | 一级做受毛片免费大片 | 亚洲视频在线观看一区二区三区 | 日韩免费网站 | 激情国产 | 一区在线视频 | 91啪影院| 日韩精品一区二区三区在线播放 | 国产精品高潮呻吟久久av黑人 | 色综合一区二区三区 | 男女视频91| 欧美日韩中文在线观看 | 午夜视频一区二区三区 | 欧美精品 在线观看 | 国产在线精品一区 | 精品久| 国产精品久久久久久福利一牛影视 | 国产欧美一区二区三区日本久久久 | 国产特一级黄色片 | 91精品国产综合久久久久 | 久久久精品一区二区三区 | 国产中文区二幕区2012 | 日韩一级在线 | 久久午夜视频 | 国产成人福利 | 欧美日韩一区二区电影 | 国产一区二区精品在线观看 | 亚洲国产精品久久久久秋霞不卡 |