loulijun2021
2024-05-07 dc1879fd0713eed48b2c75af5f29a1085291d276
src/views/kanbanManager/kbCommon.css
@@ -14,6 +14,13 @@
  overflow: hidden;
}
.kb_backgroundCustom {
  position: absolute;
  width: 1920px;
  height: 1080px;
  background: url('../../assets/images/background001.jpg') no-repeat;
}
.kb_header {
  /*background-color: #123;*/
  height: 90px;
@@ -60,7 +67,7 @@
.flex_c_c {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.flex_c_s {
@@ -69,6 +76,7 @@
  justify-content: space-evenly;
  /*align-content: center;*/
}
.flex_c_b {
  display: flex;
  flex-direction: column;
@@ -99,6 +107,7 @@
.kb_mt10 {
  margin-top: 10px;
}
/*公告样式*/
.MarqueeTipsContentClass {
  color: #00ffff;
@@ -136,7 +145,6 @@
  margin-right: 10px;
  font-size: 28px;
}
.lineContent {