less常用語法

2021-08-21 08:53:29 字數 742 閱讀 1897

less 是一門 css 預處理語言,它擴充套件了 css 語言,增加了變數、mixin、函式等特性,使 css 更易維護和擴充套件。

變數允許我們定義全域性公共樣式,在需要的時候進行呼叫。

@color: #4d926f;

#header

可以在樣式a中引入樣式b,從而使得樣式b繼承了樣式a,當然還可以如函式一樣傳遞引數。

.rounded-corners (@radius: 5px) 

#header

#footer

通過節點的層級關係進行樣式巢狀,使得**更為清晰。

#header p }

}}

@width: 20px;

@color: #4d926f;

.box

相似功能樣式定義多個有參函式,呼叫時進行匹配

.pos(r) 

.pos(f)

.pos(a)

background: #fff;

.pos(f);

}

@arguments變數

函式變數可一起處理

.border_radius(@radius: 1px, @color: black, @type: solid)

mysql常用語法 MySQL常用語法

更新資料 update 表名 set 健名 更改的值 where 建 刪除資料 delete from 表名 where 索引 create index 索引名稱 on 表名 鍵名 建立試圖 create view 檢視名 鍵,鍵 as select matchno,abs won lost fro...

mysql基本常用語法 mysql 常用語法

1.1.開啟 service mysql start 1.2.關閉 service mysql stop 1.3.重啟 service mysql restart 2.1.密碼明文 語法 mysql u使用者名稱 p使用者密碼 舉例 mysql uroot p123456 2.2.密碼密文 語法 m...

wiki常用語法

公司啟用了streber執行部分專案管理工作。streber基於wiki系統建立。在streber中,我們可以建立專案 project 可以為專案建立milestone task等等。與其他專案管理系統一樣,可以為每乙個task分配資源,指定執行時間。由於streber基於wiki組建,具備了wik...