loulijun2021
2022-08-01 3032fc5c1b188a820c7546da5b92a6b8d415f23a
src/views/kb/kbCommon.css
@@ -2,14 +2,16 @@
  width: 1920px;
  height: 1080px;
  position: relative;
  /*background-color: #17678c;*/
  background-color: #000;
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #fff;
  background-size: 1920px 1080px;
  /*background: url("../../assets/images/kb_bg.png") no-repeat;*/
}
.kb_header {
  /*background-color: #000;*/
  /*background-color: #123;*/
  height: 90px;
  line-height: 90px;
@@ -24,12 +26,14 @@
.kb_headerPic {
  position: absolute;
  top: 39px;
  /*top: 0px;*/
  width: 1808px;
  /*height: 90px;*/
  height: 12px;
  /*background-size: 100% 100%;*/
  /*background: url("../../assets/images/kb_title.png") no-repeat;*/
  background: url("../../assets/images/kb_headtitle2.png") no-repeat;
  margin-left: 56px;
  /*margin-left: 40px;*/
}
.kb_headTime {