@charset "utf-8";
@import "../lib/widget/yo-mask";
/**
 * yo-mask扩展
 */
.yo-mask{
    z-index: 1001;
}
@include yo-mask(
$name: dark,
$bgcolor: rgba(0,0,0,.7)
)
