loulijun2021
2022-07-30 8d9280f3a6b7346b5ce4751ecccb08ef1012769c
src/views/kb/kbCommon.css
@@ -17,11 +17,11 @@
  color: #09d8f2;
}
.kb_header_text{
.kb_header_text {
  letter-spacing: 5px;
}
.kb_headerPic{
.kb_headerPic {
  position: absolute;
  top: 39px;
  width: 1808px;
@@ -31,7 +31,8 @@
  margin-left: 56px;
  /*margin-left: 40px;*/
}
.kb_headTime{
.kb_headTime {
  position: absolute;
  right: 10px;
  width: 300px;
@@ -43,9 +44,9 @@
.flex_c_c {
  display: flex ;
  justify-content: center ;
  align-content: center ;
  display: flex;
  justify-content: center;
  align-content: center;
}
.flex_c_s {
@@ -55,29 +56,29 @@
  /*align-content: center;*/
}
.flex_e_c{
.flex_e_c {
  display: flex;
  justify-content: space-evenly;
  align-content: center;
}
.kb_pd10{
 padding: 10px;
.kb_pd10 {
  padding: 10px;
}
.kb_mt10{
.kb_mt10 {
  margin-top: 10px;
}
/*
定义滚动条高宽及背景
高宽分别对应横竖滚动条的尺寸
*/
::-webkit-scrollbar {
  width: 0;
}
/*::-webkit-scrollbar {*/
/*  width: 0 !important;*/
/*  height: 0 !important;*/
/*  display: none !important;*/
/*}*/
/*scrollbar END*/