Sisyphus
  • 留言板
  • 时间之外
  • 归档
  • 首页
搜索
   
夜间模式暗黑模式
字体
阴影
滤镜
圆角
主题色
公告
大陆08男高/支持劳工运动/友跨/双相情感障碍/思觉失调/永远爱着大家
忘记意味着背叛 死亡是凉爽的夜晚,生活是燥热的白天
    • 站点概览
    • 功能
    Carey
    2 文章
    1 分类
    0 标签
    <div class="progress-wrapper" style="padding: 0">
    <div class="progress-info">
    <div class="progress-label">
    <span id="yearprogress_yearname"></span>
    </div>
    <div id="yearprogress_text_container" class="progress-percentage">
    <span id="yearprogress_progresstext"></span>
    <span id="yearprogress_progresstext_full"></span>
    </div>
    </div>
    <div class="progress">
    <div id="yearprogress_progressbar" class="progress-bar bg-primary"></div>
    </div>
    </div>
    <script no-pjax="">
    function yearprogress_refresh() {
    let year = new Date().getFullYear();
    $("#yearprogress_yearname").text(year);
    let from = new Date(year, 0, 1, 0, 0, 0);
    let to = new Date(year, 11, 31, 23, 59, 59);
    let now = new Date();
    let progress = (((now - from) / (to - from + 1)) * 100).toFixed(7);
    let progressshort = (((now - from) / (to - from + 1)) * 100).toFixed(2);
    $("#yearprogress_progresstext").text(progressshort + "%");
    $("#yearprogress_progresstext_full").text(progress + "%");
    $("#yearprogress_progressbar").css("width", progress + "%");
    }
    yearprogress_refresh();
    if (typeof yearProgressIntervalHasSet == "undefined") {
    var yearProgressIntervalHasSet = true;
    setInterval(function () {
    yearprogress_refresh();
    }, 500);
    }
    </script>
    <style>
    #yearprogress_text_container {
    width: 100%;
    height: 22px;
    overflow: hidden;
    user-select: none;
    }
    #yearprogress_text_container > span {
    transition: all 0.3s ease;
    display: block;
    }
    #yearprogress_text_container:hover > span {
    transform: translateY(-45px);
    }
    </style>
    分类
    未分类 2
    标签
    写在一切结束之后
    2025-5-29 21:24
    |
    未分类
    |
    100

    389 字
    |
    2 分钟
    世界,您好!
    2025-5-28 23:13
    |
    未分类
    |
    65

    31 字
    |
    几秒读完
    | To Care You
    CDN Upyun PoweredWordPress
    Copyright 2022-2022 Fawang
    Running Time days H M S
    Theme Argon