@for $i from 1 through 30 {
.color#{$i} {
color:#fff!important;
background: rgba(random(255), random(255), random(255), 0.8) !important;
}
}
scss @for 的使用和随机颜色
最新推荐文章于 2024-09-04 15:06:41 发布
@for $i from 1 through 30 {
.color#{$i} {
color:#fff!important;
background: rgba(random(255), random(255), random(255), 0.8) !important;
}
}