Css

1
2
3
4
5
6
7
8
9
// 在rgba中使用'#ffffff'颜色格式
background-color: rgba($color: $uni-color-error, $alpha: 0.3)


@for $i from 0 through 24 {
.width-#{$i} {
width: calc(#{$i * 4.1666%} - 4px) !important;
}
}

本文作者: 孟 虎
本文链接: https://menghu1994.github.io/blog/2023/10/Style/style/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!