@import './base.css';

@font-face {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  src: url('../assets/fonts/HarmonyOS_Sans_SC_Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HarmonyOS_Sans_SC_Regular';
  src: url('../assets/fonts/HarmonyOS_Sans_SC_Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

#app {
  margin: 0 auto;
  padding: 0rem;
  font-weight: normal;
  background-color: #F5F5F7;
  font-family: 'HarmonyOS_Sans_SC_Medium','HarmonyOS_Sans_SC_Regular';
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  .el-collapse-item__header{
    background-color: #F5F5F7;
  }
  .el-collapse-item__content{
    background-color: #F5F5F7;
  }
  .el-collapse-item__wrap {
  border: none;
  }
}