less中each的用法
生活随笔
收集整理的這篇文章主要介紹了
less中each的用法
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
<style lang="less">@selectors: blue, green, red;each(@selectors, {.sel-@{value} {a: b;}})
</style>
會(huì)輸出
<style lang="less">.sel-blue {a: b;}.sel-green {a: b;}.sel-red {a: b;} </style>也可以這么寫:
<style lang="less">@selectors: {one: blue;two: green;three: red;}each(@selectors, {.@{key}-@{index} {color: @value;}}) </style>會(huì)輸出
<style lang="less">.one-1 {color: blue;}.two-2 {color: green;}.three-3 {color: red;} </style> 創(chuàng)作挑戰(zhàn)賽新人創(chuàng)作獎(jiǎng)勵(lì)來咯,堅(jiān)持創(chuàng)作打卡瓜分現(xiàn)金大獎(jiǎng)總結(jié)
以上是生活随笔為你收集整理的less中each的用法的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: vue3.0新功能
- 下一篇: iView Input 输入框表单非空校