@import "./mixin"; @import "./variable"; :root{ --screenWidth: 1080; } $screenWidth:414; @function rpx($value){ @return $screenWidth / 750 * $value + px; } .v-dialog{ background-color: #00000000; }