
/* 导入整体主题css */
@import "https://files.cnblogs.com/files/blogs/710456/simpleMemory.css";

/* 渐变背景 */
body {
background: linear-gradient(90deg,rgba(247,149,51,.1),rgba(243,112,85,.1) 15%,rgba(239,78,123,.1) 30%,rgba(161,102,171,.1) 44%,rgba(80,115,184,.1) 58%,rgba(16,152,173,.1) 72%,rgba(7,179,155,.1) 86%,rgba(109,186,130,.1));
}

#home{
  background-color: rgba(255,255,255,0.7);  /*文字界面颜色-透明度*/
}
/* 文章右侧目录 */
#articleDirectory ul {
    background-color: #97acd22e; 
}

#main-header{

  background: url(https://pic1.imgdb.cn/item/67cab245066befcec6e0422c.jpg) center center / cover no-repeat rgb(34, 34, 34)!important;
}

.articleSuffix-right item :nth-child(n+3) {
  display:none
}




/* aplayer播放器缩进 */
.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body {
  left: -66px !important;  /* 默认情况下缩进左侧66px，只留一点箭头部分 */
}
.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body:hover {
  left: 0 !important;  /* 鼠标悬停是左侧缩进归零，完全显示按钮 */
}
/* aplayer播放器缩进 */
