/*css variables*/
:root{
    --color: #fff;
    --primary-color: #1890ff; /* 主色调 */
    --primary-color-rgb: 24, 144, 255; /* RGB格式 */
}