loulijun2021
2022-11-15 59fbd9a0bee7e07df2bd2fe7e851eb2b5fb8d3ae
src/views/kb/kbCommon.css
@@ -67,6 +67,12 @@
  justify-content: space-evenly;
  /*align-content: center;*/
}
.flex_c_b {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
}
.flex_e_c {
  display: flex;
@@ -88,8 +94,8 @@
  margin-top: 10px;
}
.kb_mt5 {
  margin-top: 5px;
.kb_mt10 {
  margin-top: 10px;
}
/*公告样式*/
.MarqueeTipsContentClass {
@@ -114,3 +120,21 @@
/*}*/
/*scrollbar END*/
.smallTitle{
  height: 35px;
  display: flex;
  color: #00ffff;
  font-size: 24px;
  /*align-content: flex-start;*/
}
.svg_class{
  margin-right: 10px;
  font-size: 26px;
}
.el-table::before{
  height: 0;
}