
/*

body {
  background-color: yellow !important;
}

*/

/* -------------------------------------------------------------- */

.skin-blue-light {
  overflow-y: hidden !important; /* 删除纵向滚轮 */
  height: 100%-80px;
}

.container-fluid {
  padding: 0px;
  overflow-y: hidden !important;
}

.wrapper {
  margin-top: 0px;
  overflow-y: hidden !important;
}

.content-wrapper {
  margin-top: 0px;
  overflow-y: hidden !important;
  margin-top: 50px !important; /* 如果需要纵向滚轮 */
}

