@charset "utf-8";
@import "./_reset.scss";
@import "./_common.scss";
@import "./_handle.scss";
// 公共样式部分
.common-button-small {
    width: 25.06vw;
    height: 10.66vw;
    line-height: 10.66vw;
    text-align: center;
    border-radius: 2.13vw;
    color: #333;
    background-color: #fff;
}

.common-button-big {
    width: 37.33vw;
    @extend .common-button-small;
}

.common-button-small-confirm {
    @extend .common-button-small;
    @include bg_color_theme;
    color: #fff;
}
// 全局滚动条样式调整
::-webkit-scrollbar {
    display:none;
}