/*版本信息处*/
.credits span {
    display: none;
}

.credits {
     background-image: linear-gradient(to right,#636667,#728D8A,#40807B);
      -webkit-background-clip: text;
      color: transparent;
}

/*搜索框*/
#search {
    display: none;
}

/*功能键*/
button.action {
    color: #6B8B9A ;
      font-size: 16.5px;
}

/*顶部空白*/
header {
   background: linear-gradient(45deg, rgba(255,244,95,0.3660714285714286) 0%, rgba(255,255,255,0.7764355742296919) 20%, rgba(255,255,255,0.20388655462184875) 25%);
   opacity: 0.9;
  /* background-image: linear-gradient(to left, #dfe9f3 0%, white 50%);*/
}

/*中间字体*/
/*div {
    background-image: linear-gradient(to right,#636667,#728D8A,#40807B);
      -webkit-background-clip: text;
      color: transparent;
}*/

/*左侧弹出页面*/
nav.active {
    background-image: linear-gradient(to top, #E2EEF0 0% , #FFFFFF 28%);
}

/*登陆页面字体*/
#login h1 {
    color: #6F6F6F;
}

/*登陆按键*/
.button--block {
     background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
   
}

/*右上点击菜单*/
#dropdown {
    background-color: #FFFFFF;
    opacity: 0.85;
}

/*中间空白处*/
#listing .item {
     background: linear-gradient(45deg, rgba(255,255,255,0.8660714285714286) 0%, rgba(255,255,255,0.7764355742296919) 65%, rgba(207,217,233,0.40388655462184875) 100%);
    
}


/*储存空间条*/
div.vue-simple-progress {
    width: 90% ! important ;

}

div.vue-simple-progress-bar {
    background: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%) !important;
}

div.item {
    border-style: hidden !important;
}

#login {
          background: linear-gradient(45deg, rgba(255,255,255,0.8660714285714286) 0%, rgba(255,255,255,0.7764355742296919) 65%, rgba(207,217,233,0.40388655462184875) 100%);
}


.beian {
    position: fixed;
    bottom: 15px;           /* 距离底部的距离 */
    left: 0;
    right: 10;
    text-align: center;     /* 让内容居中 */
    font-size: 14px;        /* 调整字体大小 */
    color: #bebebe;            /* 字体颜色 */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.beian a {
    color: #bebebe;            /* 链接的颜色 */
    text-decoration: none;  /* 去掉下划线 */
}

.beian img {
    width: 20px;           /* 图标宽度 */
    height: 20px;          /* 图标高度 */
    margin-left: 20px;     /* 调整文字与图标的间距 */
    vertical-align: middle;
}