You need to sign in or sign up before continuing.
constant.js 362 Bytes
/*
 * @Date: 2022-07-18 10:22:22
 * @LastEditors: hookehuyr hookehuyr@gmail.com
 * @LastEditTime: 2022-08-05 17:17:15
 * @FilePath: /front/src/constant.js
 * @Description: 文件描述
 */
// 颜色变量
export const styleColor = {
  baseColor: '#8F652E',
  baseFontColor: '#333333',
  subFontColor: '#999999',
  subColor: '#2B000C',
  affixColor: '#999999',
}