@theme: #ff5959;
@themeLight: #ff7e7e;
@themeLighter: #fff1f1;
@white: #fff;
@black: #fff;
// 文字
@textPrimary: #333;
@textRegular: #444444;
@textSecond: #777777;
@textPlaceholder: #aaaaaa;
@textTip: #cccccc;
// 边框
@borderBase: #bbbbbb;
@borderLight: #cfcfcf;
// 背景色
@backgroundBase: #f5f5f5;
@backgroundLight: #fafafa;
@backgroundNormal: #eeeeee;
@backgroundDark: #eeeeee;
