/*!
 *  build: 双画象双精准育人平台 - 学校端 
 *  copyright: 来亿科技 
 *  time: 2021-8-24 10:08:24
 */
span[data-v-46c28a02] {
    position: relative
}

span[data-v-46c28a02]:before {
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
    height: 2px;
    content: "";
    background-color: #1890ff;
    transition: transform .5s ease;
    transform: scaleX(0);
    transform-origin: bottom right
}

span[data-v-46c28a02]:hover:before {
    transform: scaleX(1);
    transform-origin: bottom left
}