<link rel="stylesheet" type="text&#x2F;css" href="https://cdn.jsdelivr.net/npm/hexo-tag-hint@0.3.1/dist/hexo-tag-hint.min.css">/* SAOUI字体精简包，仅73KB */
/* @font-face{
    font-family: 'SAOUI';
    src: url('https://assets.akilar.top/fonts/SAOUI.ttf');
    font-display: swap;
  } */
  /* 应用于除了作者卡片以为的所有侧栏卡片 */
  .card-widget:not(.card-info) {
    overflow: visible !important;
    margin-top: 45px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 0px !important;
    font-family: 'Menlo';
    color: rgba(60,60,61,0.7);
    font-weight: bold;
  }
  /* 修复一下对侧栏电子钟的覆盖 */
  .card-widget.card-clock {
    overflow: hidden !important;
    border-radius: 8px !important;
    margin-top: 0px !important;
  }
  /* 定义标题栏的定位方式为绝对定位 */
  .item-headline {
    font-family: 'Menlo';
    color: rgba(60,60,61,0.7);
    font-weight: bold;
    position: absolute;
    z-index: 4;
    height: 27px;
    width: 65%;
    top: -27px;
    left: 7px;
  }
  /* 标题栏下各元素的层级，保证它们能显示在伪类之上 */
  .item-headline i {
    position: relative;
    top: 0px;
    margin-left: 5%;
    z-index: 2;
  }
  .item-headline span {
    position: relative;
    top: 0px;
    z-index: 2;
  }
  .item-headline a {
    position: relative;
    top: 0px;
    z-index: 2;
  }
  /* 梯形伪类 */
  .item-headline:after {
    content: '';
    position: absolute;
    top: -3px; /*卡片顶部突起上下偏移量*/
    right: 0;
    bottom: 0;
    left: -3px; /*卡片顶部突起左右偏移量*/
    z-index: 1;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(255,255,255,0.9);
    border-bottom: 0 solid #fff;
    /* 关键形变 */
    transform: perspective(20px) rotateX(3deg);
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }
  /* 下划线伪类 */
  .item-headline:before {
    display: block;
    width: 140%;
    margin-top: 2px;
    height: 2px;
    content: '';
    background: rgba(160,159,160,0.9);
    border-radius: 5px;
    top: 40px;
    left: 0;
    position: relative;
  }
  /* 针对手机样式的偏移量调整 */
  @media screen and (max-width: 800px) {
    .item-headline {
      left: 8px;
    }
  }
  /* 夜间模式色彩适配，此处仅代表糖果屋夜间模式配色 */
  [data-theme="dark"] .card-widget:not(.card-info) {
    color: rgba(255,255,255,0.7) !important;
  }
  [data-theme="dark"] .item-headline {
    color: rgba(255,255,255,0.7) !important;
  }
  [data-theme="dark"] .item-headline:after {
    background: rgba(0,0,0,0.5);
    border: 1px solid rgba(0,0,0,0.5);
    border-bottom: 0 solid rgba(0,0,0,0.5);
  }
  [data-theme="dark"] .item-headline:before {
    background: rgba(255,255,255,0.9);
  }<link rel="stylesheet" href="/css/bilicard.css" type="text/css"><script type="text&#x2F;javascript" src="https://unpkg.com/kity@2.0.4/dist/kity.min.js"></script><script type="text&#x2F;javascript" src="https://unpkg.com/kityminder-core@1.4.50/dist/kityminder.core.min.js"></script><script defer="true" type="text&#x2F;javascript" src="https://unpkg.com/hexo-simple-mindmap@0.8.0/dist/mindmap.min.js"></script><link rel="stylesheet" type="text&#x2F;css" href="https://unpkg.com/hexo-simple-mindmap@0.8.0/dist/mindmap.min.css">