* add prompt view detail block.

This commit is contained in:
Chenjianyu
2023-07-18 14:30:52 +08:00
parent 1e94e0546f
commit 185004aceb
3 changed files with 43 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
.detail-title {
font-weight: normal;
color:#838a9d;
}
.detail-title::before {
content: '[';
}
.detail-title::after {
content: ']';
}
.detail-content + .detail-title {
margin-top: 10px;
}