首页 > 网站 > WEB开发 > 正文

sass循环 each、for

2024-04-27 15:08:50
字体:
来源:转载
供稿:网友
@each $headericon in item-120, item-121, item-122, item-123, item-124, item-125 { &.#{$headericon} > a { background-image: url('#{$imagespath}/header/#{$headericon}.png'); } @include minimobile { background: none; padding-left: 0; } } @for $i from 0 through 5 { &.item-12#{$i} > a { @include minimobile { background: none; padding-left: 0; } background-image: url('#{$imagespath}/header/item-12#{$i}.png'); } }
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表