/*
 * @Author: your name
 * @Date: 2021-03-26 16:30:33
 * @LastEditTime: 2021-03-26 17:06:19
 * @LastEditors: Please set LastEditors
 * @Description: In User Settings Edit
 * @FilePath: /private-cloud-fe/Users/pengchao/Downloads/test.css
 */
 a{
    color: #508BFF;
}
a.is-disabled{
    color: #bfcbd9;
    cursor:not-allowed;
}