@charset "utf-8";
@import "~yo3/style/lib/fragment/yo-modal";

.yo-modal {
    background-color: rgba(0, 0, 0, .4)    
}

/**
 * yo-modal通用或全局扩展
 */
@include yo-modal(
    $name: bottom
) {
    background-color: rgba(0, 0, 0, .5);
    .pop-view {
        background: #fff;
        .flex {
            background: #fff;
        }
    }
}
