久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      css中&表示什么意思

      css中&amp;表示什么意思

      我們先來看一段css源碼:

      ul{     margin-bottom: 20px;     & >li {         margin-bottom: 0;     }   }

      (視頻教程推薦:css視頻教程)

      & 表示嵌套的上一級。

      這是sass的語法,代表上一級選擇器。

      上面的源碼等同于如下代碼:

      ul{margin-bottom: 20px;} ul > li {margin-bottom: 0;}

      推薦教程:css快速入門

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號