Blame view

src/style/mixin.scss 187 Bytes
245e9bc8   liuqimichale   停车场信息
1
2
3
  @mixin fontStyle($size){
    font-size: $size;
    font-weight:bold;
db9d0707   Andy   add color
4
5
    //-webkit-background-clip: text;
    //-webkit-text-fill-color: transparent;
245e9bc8   liuqimichale   停车场信息
6
7
  }
  
db9d0707   Andy   add color
8
9
  $fontBlue: #50a9f9;
  $fontOrange: #f0c05c;