* add prompt view detail block.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user