详情页修改

This commit is contained in:
2023-12-21 21:12:34 +08:00
parent 1fe29e35b8
commit a45d591988
3 changed files with 142 additions and 25 deletions

View File

@@ -5,6 +5,7 @@
}
:root {
--theme-bg-color: rgba(16 18 27 / 40%);
--border-color: rgba(113 119 144 / 25%);
--theme-color: #f9fafb;
@@ -888,7 +889,6 @@ body.light-mode .video-bg:before {
.MyPopover{
max-width:200px;
max-height:100px;
/*overflow: auto;*/
}
.MyPopover::-webkit-scrollbar {
@@ -910,3 +910,25 @@ body.light-mode .video-bg:before {
-ms-overflow-style: none;
}
/*main-container结构下的标头格式*/
.HeadLine{
margin-left:20px;
font-size:30px;
display:flex;
flex-direction:row;
flex-wrap:nowrap;
align-items: center;
}
/*main-container结构下的标头字体格式*/
.TitleFont{
margin-left:10px;
font-weight:600;
}
/*main-container结构下的标头矩形图案样式*/
.HeadSquare{
width:4px;
height:25px;
margin-left:5px;
margin-top:3px;
background-color: #59a2a3;
}