美文网首页
less-颜色值混合函数

less-颜色值混合函数

作者: 子心_ | 来源:发表于2019-06-14 15:29 被阅读0次
    body{
      c:hsl(90,80%,50%);
      c:saturate(hsl(90,80%,50%),20%);
    }
    div{
      width: 90px;
      height: 50px;
      line-height: 50px;
      color: #fff;
      font-size: 16px;
      text-align: center;
    }
    //.ys1{
    //  background:#ff6600 ;
    //}
    //.ys2{
    //  background: #000000;
    //}
    //.ys3{
    //  background: multiply(#ff6600,#000000);
    //}
    //.ys4{
    //  background:#ff6600 ;
    //}
    //.ys5{
    //  background: #333;
    //}
    //.ys6{
    //  background: multiply(#ff6600,#333);
    //}
    //.ys7{
    //  background:#ff6600 ;
    //}
    //.ys8{
    //  background: #ffffff;
    //}
    //.ys9{
    //  background: multiply(#ff6600,#fff);
    //}
    
    //.ys1{
    //  background:#ff6600 ;
    //}
    //.ys2{
    //  background: #000000;
    //}
    //.ys3{
    //  background: screen(#ff6600,#000000);
    //}
    //.ys4{
    //  background:#ff6600 ;
    //}
    //.ys5{
    //  background: #333;
    //}
    //.ys6{
    //  background: screen(#ff6600,#333);
    //}
    //.ys7{
    //  background:#ff6600 ;
    //}
    //.ys8{
    //  background: #ffffff;
    //}
    //.ys9{
    //  background: screen(#ff6600,#fff);
    //}
    
    //.ys1{
    //  background:#ff6600 ;
    //}
    //.ys2{
    //  background: #000000;
    //}
    //.ys3{
    //  background: overlay(#ff6600,#000000);
    //}
    //.ys4{
    //  background:#ff6600 ;
    //}
    //.ys5{
    //  background: #333;
    //}
    //.ys6{
    //  background: overlay(#ff6600,#333);
    //}
    //.ys7{
    //  background:#ff6600 ;
    //}
    //.ys8{
    //  background: #ffffff;
    //}
    //.ys9{
    //  background: overlay(#ff6600,#fff);
    //}
    
    //.ys1{
    //  background:#ff6600 ;
    //}
    //.ys2{
    //  background: #000000;
    //}
    //.ys3{
    //  background: softlight(#ff6600,#000000);
    //}
    //.ys4{
    //  background:#ff6600 ;
    //}
    //.ys5{
    //  background: #333;
    //}
    //.ys6{
    //  background: softlight(#ff6600,#333);
    //}
    //.ys7{
    //  background:#ff6600 ;
    //}
    //.ys8{
    //  background: #ffffff;
    //}
    //.ys9{
    //  background: softlight(#ff6600,#fff);
    //}
    
    
    //.ys1{
    //  background:#ff6600 ;
    //}
    //.ys2{
    //  background: #000000;
    //}
    //.ys3{
    //  background: hardlight(#ff6600,#000000);
    //}
    //.ys4{
    //  background:#ff6600 ;
    //}
    //.ys5{
    //  background: #333;
    //}
    //.ys6{
    //  background: hardlight(#ff6600,#333);
    //}
    //.ys7{
    //  background:#ff6600 ;
    //}
    //.ys8{
    //  background: #ffffff;
    //}
    //.ys9{
    //  background: hardlight(#ff6600,#fff);
    //}
    
    //.ys1{
    //  background:#ff6600 ;
    //}
    //.ys2{
    //  background: #000000;
    //}
    //.ys3{
    //  background: difference(#ff6600,#000000);
    //}
    //.ys4{
    //  background:#ff6600 ;
    //}
    //.ys5{
    //  background: #333;
    //}
    //.ys6{
    //  background: difference(#ff6600,#333);
    //}
    //.ys7{
    //  background:#ff6600 ;
    //}
    //.ys8{
    //  background: #ffffff;
    //}
    //.ys9{
    //  background: difference(#ff6600,#fff);
    //}
    //
    //.ys1{
    //  background:#ff6600 ;
    //}
    //.ys2{
    //  background: #000000;
    //}
    //.ys3{
    //  background: exclusion(#ff6600,#000000);
    //}
    //.ys4{
    //  background:#ff6600 ;
    //}
    //.ys5{
    //  background: #333;
    //}
    //.ys6{
    //  background: exclusion(#ff6600,#333);
    //}
    //.ys7{
    //  background:#ff6600 ;
    //}
    //.ys8{
    //  background: #ffffff;
    //}
    //.ys9{
    //  background: exclusion(#ff6600,#fff);
    //}
    //
    //.ys1{
    //  background:#ff6600 ;
    //}
    //.ys2{
    //  background: #000000;
    //}
    //.ys3{
    //  background: average(#ff6600,#000000);
    //}
    //.ys4{
    //  background:#ff6600 ;
    //}
    //.ys5{
    //  background: #333;
    //}
    //.ys6{
    //  background: average(#ff6600,#333);
    //}
    //.ys7{
    //  background:#ff6600 ;
    //}
    //.ys8{
    //  background: #ffffff;
    //}
    //.ys9{
    //  background: average(#ff6600,#fff);
    //}
    
    .ys1{
      background:#ff6600 ;
    }
    .ys2{
      background: #000000;
    }
    .ys3{
      background: negation(#ff6600,#000000);
    }
    .ys4{
      background:#ff6600 ;
    }
    .ys5{
      background: #333;
    }
    .ys6{
      background: negation(#ff6600,#333);
    }
    .ys7{
      background:#ff6600 ;
    }
    .ys8{
      background: #ffffff;
    }
    .ys9{
      background: negation(#ff6600,#fff);
    }
    
    body {
      c: #80e619;
      c: #80ff00;
    }
    div {
      width: 90px;
      height: 50px;
      line-height: 50px;
      color: #fff;
      font-size: 16px;
      text-align: center;
    }
    .ys1 {
      background: #ff6600 ;
    }
    .ys2 {
      background: #000000;
    }
    .ys3 {
      background: #ff6600;
    }
    .ys4 {
      background: #ff6600 ;
    }
    .ys5 {
      background: #333;
    }
    .ys6 {
      background: #cc9933;
    }
    .ys7 {
      background: #ff6600 ;
    }
    .ys8 {
      background: #ffffff;
    }
    .ys9 {
      background: #0099ff;
    }
    

    相关文章

      网友评论

          本文标题:less-颜色值混合函数

          本文链接:https://www.haomeiwen.com/subject/tfqyfctx.html