加入流量查看,访客与视频数量图片数量查看

This commit is contained in:
LL
2025-11-18 15:10:00 +08:00
parent 3c348195b7
commit 558188765e
9 changed files with 257 additions and 3 deletions

View File

@@ -178,6 +178,22 @@ body {
}
.menu__controls input[type="checkbox"] { vertical-align: middle; margin-right: 6px; }
.menu__stats {
display: flex;
align-items: center;
gap: 8px;
color: var(--red);
}
.menu__stats .stat {
background: #fff;
border: 1px solid var(--red);
border-radius: 999px;
padding: 6px 10px;
font-size: 12px;
}
.menu__stats .stat__label { opacity: .8; margin-right: 4px; }
.menu__stats .stat__value { font-weight: 600; }
video#player {
width: 100%;
flex: 1 1 auto;