@charset "utf-8";
@import "../lib/fragment/yo-header";

/**
 * yo-header扩展
 */

@include yo-header(
    $name: weChat,
    $height: .4rem,
    $bgcolor: map-get($base,bg-header),
    $color: map-get($base,content-color),
    $font-size:map-get($benmu-font,fontSize-medium)
)
.yo-header-weChat{
    overflow: visible;
    z-index: 1001;
    &::before{
    content: "";
    display: inline-block;
    @include square($size:.13rem);
    background: url('https://img.benmu-health.com/m-benmu-health/icon_ha.png') no-repeat;
    @include background-size(.13rem);
    margin: 0 0 -0.02rem 0;
    }
}
.yo-header-weChat{
    &::after{
        content: none;
    }
}

