html+js实现网站暗黑模式
html+js实现网站暗黑模式
1年前 1.11k 阅读
  • 首页
  • /
  • 分享
  • /
  • 正文
  • <body class="<?php echo($_COOKIE['night'] == '1' ? 'night' : ''); ?>">

    body.night 需要调整的区块{
    background-color: #000000;
    color: #aaa;
    }
    body.night img {
    filter: brightness(30%);
    }

    <a href="javascript:switchNightMode()" target="_self">Dark</a>

    文章来自江东博客html+js实现网站暗黑模式
    7

    评语

    已关闭所有页面的评语