详情页推荐标签添加,基础信息添加

This commit is contained in:
2023-12-21 00:54:34 +08:00
parent 89aa365af9
commit 53e15a4ff4
5 changed files with 221 additions and 18 deletions

View File

@@ -885,6 +885,21 @@ body.light-mode .video-bg:before {
background: var(--scrollbar-bg);
border-radius: 10px;
}
.MyPopover{
max-width:200px;
max-height:100px;
/*overflow: auto;*/
}
.MyPopover::-webkit-scrollbar {
width: 10px;
background-color: #ffce9a;
border-radius: 5px;
}
.MyPopover::-webkit-scrollbar-thumb {
background-color: #676767;
border-radius: 5px;
}
*::-webkit-scrollbar {
display: none;
}