no message

This commit is contained in:
A1300399510 2024-12-18 18:26:16 +08:00
parent aa46b856e4
commit a0173151bf
2 changed files with 7 additions and 2 deletions

View File

@ -235,6 +235,9 @@ body {
cursor: pointer;
flex: 1;
}
.my-project .my-box .head .item .boxx {
position: absolute;
}
.my-project .my-box .head .item.pitch {
color: #000000;
width: 474px;
@ -253,7 +256,6 @@ body {
.my-project .my-box .head .item .bj {
display: none;
height: 61px;
position: absolute;
bottom: -1px;
z-index: -1;
}

View File

@ -273,6 +273,9 @@ body {
z-index: 1;
cursor: pointer;
flex: 1;
.boxx {
position: absolute;
}
&.pitch {
color: #000000;
width: 474px;
@ -292,7 +295,7 @@ body {
display: none;
// width: 474px;
height: 61px;
position: absolute;
// position: absolute;
bottom: -1px;
z-index: -1;
&.bj-left {