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

button[data-v-0aa7dcce]:after {
    position: absolute;
    top: -50%;
    bottom: -50%;
    z-index: -1;
    width: 1.25em;
    content: "";
    background-color: hsla(0, 0%, 100%, .2);
    transform: translate3d(-525%, 0, 0) rotate(35deg)
}

button[data-v-0aa7dcce]:hover:after {
    transition: transform .45s ease-in-out;
    transform: translate3d(200%, 0, 0) rotate(35deg)
}