/* 统一定义vant头部样式 */
:deep(.van-nav-bar) {
  background-color: #0e0b0b !important;
}
:deep(.van-nav-bar .van-nav-bar__title){
  color: #01F5FF !important;
  font-weight: 700 !important;
}
.vue-devtools__anchor{
    display: none !important;
 }
 ::-webkit-scrollbar {
    width:0px; /* 纵向滚动条*/
    height:0px; /* 横向滚动条 */
    background-color: #fff;
}
.van-empty{
    margin-top: 25%;
}


