/* 导入整体主题文件 */
/* @import "https://files.cnblogs.com/files/blogs/710456/simpleMemory.css"; */
/* 渐变背景 网站https://c.runoob.com/more/gradients/#AzurLane */

@import "https://files.cnblogs.com/files/blogs/710456/simpleMemory2.1.0.css";

.skin-simplememory {

  /* background-image: linear-gradient(to left, #b9feca, #70dac5);
  background-image: linear-gradient(to left, #c2b5f5, #96bced); */
  /* background-image: linear-gradient(90deg, #e0c3fc 0%, #8ec5fc 100%);
  background-image: linear-gradient(to right, #95e6b0 0%, #38f9d7 100%); */
}


#home{
  background-color: rgba(255,255,255,0.7);  /*文章页透明度*/
}
/* 文章右侧目录 */
#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播放器缩进 */


/* =================================== */
/* .wall {
  background: url(https://npm.elemecdn.com/akilar-candyassets/image/72c0a2ea.png);
  background-size: cover;
}

html,
body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

body {
  background: #000;
  text-align: center;
}

body:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.scene {
  display: inline-block;
  vertical-align: middle;
  perspective: 5px;
  perspective-origin: 50% 50%;
  position: relative;
}

.wrap {
  position: absolute;
  width: 1000px;
  height: 1000px;
  left: -500px;
  top: -500px;
  transform-style: preserve-3d;
  animation: move 12s infinite linear;
  animation-fill-mode: forwards;
}

.wrap:nth-child(2) {
  animation: move 12s infinite linear;
  animation-delay: 6s;
}

.wall {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  animation: fade 12s infinite linear;
  animation-delay: 0;
}

.wrap:nth-child(2) .wall {
  animation-delay: 6s;
}

.wall-right {
  transform: rotateY(90deg) translateZ(500px);
}

.wall-left {
  transform: rotateY(-90deg) translateZ(500px);
}

.wall-top {
  transform: rotateX(90deg) translateZ(500px);
}

.wall-bottom {
  transform: rotateX(-90deg) translateZ(500px);
}

.wall-back {
  transform: rotateX(180deg) translateZ(500px);
}

@keyframes move {
  0% {
    transform: translateZ(-500px) rotate(0deg);
  }
  100% {
    transform: translateZ(500px) rotate(0deg);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


 */
