<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  ::-webkit-scrollbar {
    width: 8px; /* æ»šåŠ¨æ¡å®½åº¦ */
    height: 10px; /* æ»šåŠ¨æ¡é«˜åº¦ */
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); /* æ»šåŠ¨æ¡æ‹–åŠ¨åŒºåŸŸé¢œè‰² */
    border-radius: 5px;
  }
  
  ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1); /* æ»šåŠ¨æ¡èƒŒæ™¯é¢œè‰² */
  }
  
  .book-anchor{ 
    display:none;/* éšè—å³ä¾§é¡µå†…å¯¼èˆªæ&nbsp; */
  }

  .book-summary{
    width:320px;
  }</pre></body></html>