diff --git a/css/mobile.css b/css/mobile.css index 443cf61..83e1869 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -206,7 +206,7 @@ .time, .link-card, .message { - animation: fade-in 0.5; + animation: fade-in; -webkit-animation: fade-in 0.5s; -moz-animation: fade-in 0.5s; -o-animation: fade-in 0.5s; diff --git a/css/style.css b/css/style.css index 49091a3..a5c578c 100644 --- a/css/style.css +++ b/css/style.css @@ -223,12 +223,12 @@ span.time-text { backdrop-filter: blur(10px); top: 7%; border-radius: 6px; - padding: 20px; + padding: 30px; } .mores .more { display: flex; - justify-content: center; + justify-content: space-evenly; flex-direction: column; align-items: center; animation: fade; @@ -238,14 +238,50 @@ span.time-text { -ms-animation: fade 0.3s; } -i.fad.fa-comment-alt-dots { - font-size: 2.75rem; -} - .mores .col.right { display: none; } +.close { + left: auto; + top: 4px; + right: 8px; + font-size: 1.45rem; +} + +/*进度条*/ +.progress { + width: 100%; + height: 20px; + align-items: center; + background: rgb(255 255 255 / 25%) !important; + backdrop-filter: blur(5px); +} + +.progress-bar { + font-family: 'UnidreamLED'; + background-color: #efefef !important; + color: rgb(86 77 89) !important; + font-size: 0.95rem; + height: 20px; +} + +/*时间胶囊*/ + +.date { + width: 100%; +} + +.date-text { + margin: 1rem 0rem 0.5rem 0rem; +} + +/*更多页面链接*/ + +.mores .link-card { + height: 48px !important; +} + /*页脚样式*/ footer { text-align: center; diff --git a/index.html b/index.html index 5c936c4..9544f66 100644 --- a/index.html +++ b/index.html @@ -29,10 +29,8 @@ - - - - + + @@ -218,8 +216,74 @@
还没想好要写些啥
+今日已经度过了大约 {{hour}} 小时
+ +本周已经度过了 {{week}} 天,今天是第 {{curweek}} 天
+ +本月已经度过了 {{day}} 天,今天是第 {{curday}} 天
+ +{{year}} 年已经度过了 {{month}} 个月,度过了 {{outday}} 天
+ +