src/assets/style/index.scss
@@ -123,6 +123,9 @@
.font_size_40 {
  font-size: 40px !important;
}
.color_fff {
  color: #fff;
}
.color_333 {
  color: #333;
}
@@ -144,6 +147,17 @@
.background_blue{
  background: #2a78fb;
}
.background_e3e3e3{
  background: #e3e3e3;
}
.background_red{
  background: red;
}
.formula-input-item{
  padding:3px 8px;
  font-size:12px;
  margin-right:3px;
}
.cursor_pointer {
  cursor: pointer;
}