开票通知模块css代码优化

This commit is contained in:
2023-09-01 10:12:28 +08:00
parent 2abcfa7d68
commit 1b93cb10fd
4 changed files with 25 additions and 28 deletions

View File

@ -59,6 +59,10 @@
color: $col;
opacity: $alpha;
}
@mixin bgcolorOpa($col,$alpha){
background: $col;
opacity: $alpha;
}
@mixin radiusSizing($rad){
border-radius: $rad;
box-sizing: border-box;