15 lines
208 B
CSS
15 lines
208 B
CSS
.detail-title {
|
|
font-weight: normal;
|
|
color:#838a9d;
|
|
}
|
|
.detail-title::before {
|
|
content: '[';
|
|
}
|
|
.detail-title::after {
|
|
content: ']';
|
|
}
|
|
|
|
.detail-content + .detail-title {
|
|
margin-top: 10px;
|
|
}
|