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

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

span[data-v-716edecf]:hover:before {
    background-color: #1890ff;
    transform: scaleY(1)
}