详情页修改
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user