logo
  • 教程列表
  • SO官方文檔
  • 變數
    • Less 變數介紹
    • 顏色操作
    • 連線兩個或多個變數的值
    • 引用 CSS 函式中的變數
    • 變數可以使你的遞迴工作變得簡單
  1. StackOverflow 文件
  2. less 教程
  3. 變數
  4. 變數可以使你的遞迴工作變得簡單

變數可以使你的遞迴工作變得簡單

Created: November-22, 2018

變數宣告

@buttonColor: #FF0000;

/ *現在你可以使用帶有 css 函式的 @buttonColor 變數。 * /

.product.into.detailed {
    additional-attributes{
        .lib-table-button(
         background-color: @buttonColor;
         );
    }
}

函式 lib-tabgle-button 使用變數來設定背景顏色

  • 引用 CSS 函式中的變數

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明