兰代清没头发

This commit is contained in:
2023-12-24 01:23:38 +08:00
parent ffb44d895d
commit 72fae3f385
6 changed files with 48 additions and 14 deletions

View File

@@ -825,6 +825,7 @@ body.light-mode .video-bg:before {
align-items: center;
flex-wrap: wrap;
width: calc(100% + 20px);
margin-top:20px;
}
.app-card {
@@ -969,13 +970,13 @@ body.light-mode .video-bg:before {
/** 总推荐标签 **/
.RecAll{
display:flex;
height:300px;
flex-direction: row;
}
/** 单列推荐标签 **/
.SingleLabel{
margin-top:2px;
//background-color: rgba(217, 217, 217, 0.5);
width:210px;
height: 100%;
border-radius:10px;
@@ -1047,6 +1048,7 @@ body.light-mode .video-bg:before {
.NavInfo{
font-weight:550;
height:200px!important;
display: flex;
flex-direction:column;
}