mixin.scss 222 B

1234567
  1. //变量
  2. @mixin ossBg($name) {
  3. background-image: url('https://birdseye-img.sysuimars.com/youwei-uniapp/img/'+$name);
  4. background-size: 100% 100%;
  5. background-repeat: no-repeat;
  6. background-position: center center;
  7. }