no message

This commit is contained in:
A1300399510 2024-11-22 11:22:12 +08:00
parent 5f6044ea81
commit 274a1e27a3
6 changed files with 1017 additions and 907 deletions

View File

@ -303,6 +303,9 @@
border-top-left-radius: 0; border-top-left-radius: 0;
background-color: #f6f6f6; background-color: #f6f6f6;
} }
.content .details-box .answer .dialogue .dialogue-left .img {
margin-left: 38px;
}
.content .details-box .answer .dialogue .dialogue-right { .content .details-box .answer .dialogue .dialogue-right {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -319,6 +322,9 @@
border-top-right-radius: 0; border-top-right-radius: 0;
background-color: #f4f8fd; background-color: #f4f8fd;
} }
.content .details-box .answer .dialogue .dialogue-right .img {
margin-right: 38px;
}
.content .details-box .answer .dialogue .message { .content .details-box .answer .dialogue .message {
font-size: 14px; font-size: 14px;
color: #000000; color: #000000;
@ -332,6 +338,15 @@
border-radius: 16px; border-radius: 16px;
margin-bottom: 10px; margin-bottom: 10px;
} }
.content .details-box .answer .dialogue .img {
border: 1px solid #e0dfdf;
border-radius: 10px;
width: 170px;
min-height: 100px;
max-height: 180px;
object-fit: cover;
cursor: pointer;
}
.content .details-box .item-header { .content .details-box .item-header {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif; font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650; font-weight: 650;
@ -1549,6 +1564,31 @@
height: 16px; height: 16px;
margin-right: 10px; margin-right: 10px;
} }
.preview-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
}
.preview-overlay .preview-image {
max-width: 90%;
max-height: 90%;
object-fit: contain;
}
.preview-overlay .preview-close {
position: absolute;
top: 20px;
right: 20px;
color: white;
font-size: 30px;
cursor: pointer;
}
.upglide { .upglide {
margin-top: 0; margin-top: 0;
} }

View File

@ -339,6 +339,10 @@
border-top-left-radius: 0; border-top-left-radius: 0;
background-color: rgba(246, 246, 246, 1); background-color: rgba(246, 246, 246, 1);
} }
.img {
margin-left: 38px;
}
} }
.dialogue-right { .dialogue-right {
@ -357,6 +361,9 @@
border-top-right-radius: 0; border-top-right-radius: 0;
background-color: rgba(244, 248, 253, 1); background-color: rgba(244, 248, 253, 1);
} }
.img {
margin-right: 38px;
}
} }
.message { .message {
@ -372,6 +379,16 @@
border-radius: 16px; border-radius: 16px;
margin-bottom: 10px; margin-bottom: 10px;
} }
.img {
border: 1px solid #e0dfdf;
border-radius: 10px;
width: 170px;
min-height: 100px;
max-height: 180px;
object-fit: cover;
cursor: pointer;
}
} }
} }
@ -1774,6 +1791,34 @@
} }
} }
.preview-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
.preview-image {
max-width: 90%;
max-height: 90%;
object-fit: contain;
}
.preview-close {
position: absolute;
top: 20px;
right: 20px;
color: white;
font-size: 30px;
cursor: pointer;
}
}
.upglide { .upglide {
margin-top: 0; margin-top: 0;
} }

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 871 KiB

BIN
img/avatar-admission.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

11
img/avatar-default.svg Normal file

File diff suppressed because one or more lines are too long