no message
This commit is contained in:
parent
5f6044ea81
commit
274a1e27a3
@ -303,6 +303,9 @@
|
||||
border-top-left-radius: 0;
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
.content .details-box .answer .dialogue .dialogue-left .img {
|
||||
margin-left: 38px;
|
||||
}
|
||||
.content .details-box .answer .dialogue .dialogue-right {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@ -319,6 +322,9 @@
|
||||
border-top-right-radius: 0;
|
||||
background-color: #f4f8fd;
|
||||
}
|
||||
.content .details-box .answer .dialogue .dialogue-right .img {
|
||||
margin-right: 38px;
|
||||
}
|
||||
.content .details-box .answer .dialogue .message {
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
@ -332,6 +338,15 @@
|
||||
border-radius: 16px;
|
||||
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 {
|
||||
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
||||
font-weight: 650;
|
||||
@ -1549,6 +1564,31 @@
|
||||
height: 16px;
|
||||
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 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
@ -339,6 +339,10 @@
|
||||
border-top-left-radius: 0;
|
||||
background-color: rgba(246, 246, 246, 1);
|
||||
}
|
||||
|
||||
.img {
|
||||
margin-left: 38px;
|
||||
}
|
||||
}
|
||||
|
||||
.dialogue-right {
|
||||
@ -357,6 +361,9 @@
|
||||
border-top-right-radius: 0;
|
||||
background-color: rgba(244, 248, 253, 1);
|
||||
}
|
||||
.img {
|
||||
margin-right: 38px;
|
||||
}
|
||||
}
|
||||
|
||||
.message {
|
||||
@ -372,6 +379,16 @@
|
||||
border-radius: 16px;
|
||||
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 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
1828
html/details.html
1828
html/details.html
File diff suppressed because it is too large
Load Diff
BIN
img/9dfc-c89f50deb0f906dd751540895bf0e303.jpg
Normal file
BIN
img/9dfc-c89f50deb0f906dd751540895bf0e303.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 871 KiB |
BIN
img/avatar-admission.png
Normal file
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
11
img/avatar-default.svg
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user