no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-25 15:55:37 +08:00
parent bd934b9ba1
commit ec7a01440d
2 changed files with 16 additions and 2 deletions

View File

@ -1131,7 +1131,8 @@
color: #000000;
line-height: 32px;
word-break: break-word;
white-space: pre-line;
border-bottom: 1px dotted #d7d7d7;
padding-bottom: 14px;
}
.content .details-box .demand .title {
font-weight: 650;
@ -1173,6 +1174,7 @@
}
.content .details-box .demand.demand-new {
padding-bottom: 0;
padding-top: 14px;
position: relative;
}
.content .details-box .demand.demand-new.arrowShow {
@ -1256,6 +1258,10 @@
bottom: 0;
width: 100%;
background: rgba(255, 255, 255, 0.98);
transition: all 0.3s;
}
.content .details-box .demand .demand-bottom.demandShow .bottom-icon {
transform: rotate(270deg);
}
.content .details-box .demand .demand-bottom .bottom-icon {
width: 20px;

View File

@ -1284,7 +1284,8 @@
color: #000000;
line-height: 32px;
word-break: break-word;
white-space: pre-line;
border-bottom: 1px dotted #d7d7d7;
padding-bottom: 14px;
}
.title {
@ -1336,6 +1337,7 @@
&.demand-new {
padding-bottom: 0;
padding-top: 14px;
position: relative;
&.arrowShow {
@ -1430,6 +1432,12 @@
bottom: 0;
width: 100%;
background: rgba(255, 255, 255, 0.98);
transition: all 0.3s;
&.demandShow {
.bottom-icon {
transform: rotate(270deg);
}
}
.bottom-icon {
width: 20px;
height: 20px;