:root {

    /* 主题颜色 */
    --global-primary-color: rgb(116, 102, 212);

    /** 圆角度数 */
    --global-border-radius: 4px;
    
}