/**
 * @Author: Jason Liu
 * @description: 基础通用样式
 */

@import "./themes/en_US.less";
@import "./themes/zh_CN.less";
@import "./themes/zh_HK.less";

/**
 * @Author: Jason Liu
 * @description: 简体中文
 */
.zh-CN {
  .lang_zh_cn_content();
}

/**
 * @Author: Jason Liu
 * @description: 繁体中文-香港
 */
 .zh-HK {
  .lang_zh_hk_content();
}

/**
 * @Author: Jason Liu
 * @description: 英文
 */
.en-US {
  .lang_en_content();
}
