那些常用的css
1.rgba透明色
background-color: rgba($color: #000000, $alpha: 0.2);
background-color: rgba(255,255,255,0.2)
2.渐变色
具体的参数 -https://www.runoob.com/css3/css3-gradients.html
background-image: linear-gradient(direction, color-stop1, color-stop...
原创
2020-07-20 09:51:06 ·
1557 阅读 ·
1 评论