/*!
 *  build: 双画象双精准育人平台 - 学校端 
 *  copyright: 来亿科技 
 *  time: 2021-8-24 10:08:24
 */
button[data-v-1f57ebfa] {
    position: relative;
    z-index: 1;
    padding: .5em 1em;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background-color: #2d3058;
    border: none;
    outline: none
}

button[data-v-1f57ebfa]:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    background-color: #1890ff;
    transition: transform .25s ease-in-out;
    transform: scaleY(0);
    transform-origin: bottom center
}

button[data-v-1f57ebfa]:hover {
    cursor: pointer
}

button[data-v-1f57ebfa]:hover:before {
    transform: scaleY(1);
    transform-origin: center top
}