scss SCSSのネストの方法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss SCSSのネストの方法相关的知识,希望对你有一定的参考价值。

    &:first-child{
      .l-section:nth-child(odd) &{
        float: left;
        margin-top: 60px;
        background-color: darkcyan;
        /**  * mobile */
        @include mobile {
          margin-top: 0;
          float: none;
        }
      }
    }
     &:nth-child(2){
        .l-section:nth-child(even) &{
          float: right;
          margin-top: 60px;
          background-color: darkcyan;
          /**  * mobile */
          @include mobile {
            margin-top: 0;
          }
        }
      }

以上是关于scss SCSSのネストの方法的主要内容,如果未能解决你的问题,请参考以下文章

javascript オブジェクトの入れ子(ネスト)とその値を取得

scss CSSで文字テキストを非表示にする(隠​​す)方法| SSC

scss slick_アロー&ドットの初期设定

scss アコーディオン:リスト型

scss レスポンシブ:リスト

scss パンくずリスト