@charset "utf-8";

/*自定义Web字体引入*/
@font-face {
  font-family: njmindFont;
  src: url("fonts/njmind-icons.woff") format("woff");
  src: url("fonts/njmind-icons.woff") format("woff"),
  url("fonts/njmind-icons.ttf") format("truetype");
}

/*下面的代码需要注视掉，不然有的浏览器会报错*/
/*@font-face {*/
/*font-family: njmindFont;*/
/*src: url(njmindFont.ttf);*/
/*}*/
body,input,select,textarea{
  font-family: "njmindFont";
}
.njmindFont {
  font-family: "njmindFont";
}


/*以下样式供SpreadJs调用*/
.njmindFont-title {
  font-size: 20px;
  text-align: center;
  width: 30px !important;
  height: 30px !important;
}

.njmindFont-Ａ:before {
  content: "Ａ";
}

.njmindFont-Ｂ:before {
  content: "Ｂ";
}

.njmindFont-Ｃ:before {
  content: "Ｃ";
}

.njmindFont-Ｄ:before {
  content: "Ｄ";
}

.njmindFont-Ｅ:before {
  content: "Ｅ";
}

.njmindFont-Ｆ:before {
  content: "Ｆ";
}

.njmindFont-Ｇ:before {
  content: "Ｇ";
}

.njmindFont-Ｈ:before {
  content: "Ｈ";
}

.njmindFont-Ｉ:before {
  content: "Ｉ";
}

.njmindFont-Ｊ:before {
  content: "Ｊ";
}

.njmindFont-Ｋ:before {
  content: "Ｋ";
}

.njmindFont-Ｌ:before {
  content: "Ｌ";
}

.njmindFont-Ｍ:before {
  content: "Ｍ";
}

.njmindFont-Ｎ:before {
  content: "Ｎ";
}

.njmindFont-Ｏ:before {
  content: "Ｏ";
}

.njmindFont-Ｐ:before {
  content: "Ｐ";
}

.njmindFont-Ｑ:before {
  content: "Ｑ";
}

.njmindFont-Ｒ:before {
  content: "Ｒ";
}

.njmindFont-Ｓ:before {
  content: "Ｓ";
}

.njmindFont-Ｔ:before {
  content: "Ｔ";
}

.njmindFont-Ｕ:before {
  content: "Ｕ";
}

.njmindFont-Ｖ:before {
  content: "Ｖ";
}

.njmindFont-Ｗ:before {
  content: "Ｗ";
}

.njmindFont-Ｘ:before {
  content: "Ｘ";
}
