no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-25 15:21:32 +08:00
parent a59fa62159
commit 91651f58ed
2 changed files with 12 additions and 1 deletions

View File

@ -1173,6 +1173,7 @@
}
.content .details-box .demand.demand-new {
padding-bottom: 0;
position: relative;
}
.content .details-box .demand.demand-new.arrowShow {
height: 400px;
@ -1249,6 +1250,11 @@
.content .details-box .demand .demand-bottom {
height: 48px;
cursor: pointer;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
background: rgba(255, 255, 255, 0.98);
}
.content .details-box .demand .demand-bottom .bottom-icon {
width: 20px;

View File

@ -1336,6 +1336,7 @@
&.demand-new {
padding-bottom: 0;
position: relative;
&.arrowShow {
height: 400px;
@ -1423,7 +1424,11 @@
.demand-bottom {
height: 48px;
cursor: pointer;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
background: rgba(255, 255, 255, 0.98);
.bottom-icon {
width: 20px;
height: 20px;