加入流量查看,访客与视频数量图片数量查看
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user