/* index.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'fangsong';
  font-weight: bold;
}
*::-webkit-scrollbar {
  width: 0; /* 隐藏滚动条的宽度 */
  background: transparent; /* 隐藏滚动条的背景 */
}
html, body {
  height: 100%;
}
.hljs-ln-code {
  padding-left: 5px!important;
}

.el-message , .el-message--success, .el-message--warning, .el-message--info, .el-message--error {
  /* justify-content: center!important; */
  min-width: 200px !important;
}
.el-message-box {
  width: 300px!important;
}
