智慧教务系统 PHP-NiuCloud框架开发
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
521 B

@import 'iconfont.css';
@import 'common.scss';
// 主色调修改
:root{
--el-color-primary: #EF000C;
--el-color-primary-light-3: #EF000C;
--el-color-primary-light-5: #f49991;
--el-color-primary-light-7: #f8c2bd;
--el-color-primary-light-8: #fbd6d3;
--el-color-primary-light-9: #fff;
--el-color-primary-dark-2: #EF000C;
--el-price:#E4221C;
// 圆角大小
--rounded-xl: 100px;
--rounded-big: 16px;
--rounded-mid: 12px;
--rounded-med: 8px;
--rounded-small: 6px;
}