
/* 导入整体主题css */
@import "https://files.cnblogs.com/files/blogs/815275/%E5%8D%9A%E5%AE%A2%E5%9B%AD%E4%B8%BB%E9%A2%98002.css";

/* 渐变背景 */
body {
    background: linear-gradient(to left bottom,#b2f7ff 0,#b2d1ff 100%);
    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));

    //background: #CAC531;  /* fallback for old browsers */
    //background: -webkit-linear-gradient(to right, #F3F9A7, #CAC531);  /* Chrome 10-25, Safari 5.1-6 */
    //background: linear-gradient(to right, #F3F9A7, #CAC531); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/*--页面鼠标默认样式--*/
body{
    /* 鼠标图标 */
    /* cursor: url(https://files.cnblogs.com/files/blogs/815275/zhongli.ico),auto; */
    /*url("你的鼠标指针图标路径")*/
}

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


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

